Interface IWorldDelta
Namespace: Libplanet.Action.State
Assembly: Libplanet.Action.dll
Syntax
public interface IWorldDelta
Properties
| Improve this Doc View SourceAccounts
A dictionary representing changed account states for each Address. This lasts till new empty delta instance has been made.
Declaration
IImmutableDictionary<Address, IAccount> Accounts { get; }
Property Value
Methods
| Improve this Doc View SourceSetAccount(Address, IAccount)
Set account on both of Accounts and address
, update with new account
.
Declaration
IWorldDelta SetAccount(Address address, IAccount account)
Parameters
Returns
Type | Description |
---|---|
IWorld |
New IWorld |