Documentation ¶
Index ¶
- func All(db sql.Executor) ([]*types.Account, error)
- func Get(db sql.Executor, address types.Address, layer types.LayerID) (types.Account, error)
- func Has(db sql.Executor, address types.Address) (bool, error)
- func Latest(db sql.Executor, address types.Address) (types.Account, error)
- func Revert(db sql.Executor, after types.LayerID) error
- func Snapshot(db sql.Executor, layer types.LayerID) ([]*types.Account, error)
- func Update(db sql.Executor, to *types.Account) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.