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 IValue AccountStateGetter(Address address);
Parameters
Type | Name | Description |
---|---|---|
Address | address | An address of the account to read its state. |
Returns
Type | Description |
---|---|
IValue | The account state if exists. Otherwise |