Module plain_account

Source
Expand description

Plain account representation.

Structs§

PlainAccount
Plain account of StateDatabase.
StorageSlot
This type keeps track of the current value of a storage slot.

Type Aliases§

PlainStorage
Simple plain storage that does not have previous value. This is used for loading from database, cache and for bundle state.
StorageWithOriginalValues
This storage represent values that are before block changed.