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