Module revm_primitives::state

source ·

Structs§

Type Aliases§

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