Delegate AccountBalanceGetter
An delegate to provide read-only view of account balances.
Gets address' balance of the given currency.
Namespace: Libplanet.Action
Assembly: Libplanet.dll
Syntax
public delegate BigInteger AccountBalanceGetter(Address address, Currency currency);
Parameters
| Type | Name | Description |
|---|---|---|
| Address | address | An address of the account to query its balance of
the |
| Currency | currency | The currency type to query |
Returns
| Type | Description |
|---|---|
| BigInteger | The |