Expand description
Optimism-specific constants, types, and helpers.
Re-exports§
pub use bytecode;
pub use primitives;
Structs§
- AccountInfo account information.
- This type keeps track of the current value of a storage slot.
Enums§
- State of the
Bytecode
analysis.
Type Aliases§
- EVM State is a mapping from addresses to accounts.
- An account’s Storage is a mapping from 256-bit integer keys to EvmStorageSlots.
- Structure used for EIP-1153 transient storage.