Module account_state::state[][src]

A mutable state representation suitable to execute transactions. Generic over a Backend. Deals with Accounts. Unconfirmed sub-states are managed with checkpoints which may be canonicalized or rolled back.

Structs

State

Representation of the entire state of all accounts in the system.

Enums

CleanupMode

Mode of dealing with null accounts.

Traits

StateInfo

Provides subset of State methods to query state information