Package org.core.eco.account
Class AccountSnapshot
java.lang.Object
org.core.eco.account.AccountSnapshot
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull BigDecimal
getBalance(@NotNull Currency currency)
@NotNull String
getName()
@NotNull PendingTransaction
transact(@NotNull Transaction transaction)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.core.eco.account.Account
deposit, getBalance, setBalance, transact, transact, withdraw