Expand description
Account and storage state.
Re-exports§
pub use bytecode;pub use primitives;
Modules§
- bal
- Block Access List (BAL) data structures for efficient state access in blockchain execution.
Structs§
- Account
- The main account type used inside Revm. It is stored inside Journal and contains all the information about the account.
- Account
Info - Account information that contains balance, nonce, code hash and code
- Account
Status - Account status flags. Generated by bitflags crate.
- EvmStorage
Slot - This type keeps track of the current value of a storage slot.
Enums§
- Bytecode
- Main bytecode structure with all variants.
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.
- Transient
Storage - Structure used for EIP-1153 transient storage