Module state

Source

Structs§

Account
AccountInfo
AccountInfo account information.
AccountStatus
EvmStorageSlot
This type keeps track of the current value of a storage slot.

Type Aliases§

EvmState
EVM State is a mapping from addresses to accounts.
EvmStorage
An account’s Storage is a mapping from 256-bit integer keys to EvmStorageSlots.
TransientStorage
Structure used for EIP-1153 transient storage.