Delegate AccountStateGetter
An delegate to provide read-only view of account states.
Gets an account state of the given
address.
If the given address has never been set
its account status, returns null instead of throwing
any exception.
Namespace: Libplanet.Action
Assembly: Libplanet.dll
Syntax
public delegate object AccountStateGetter(Address address);
Parameters
| Type | Name | Description |
|---|---|---|
| Address | address | An address of the account to read its state. |
Returns
| Type | Description |
|---|---|
| Object | The account state if exists. Otherwise |