Module bus_mapping::state_db
source · Expand description
Implementation of an in-memory key-value database to represent the Ethereum State Trie.
Structs§
- Account of the Ethereum State Trie, which contains an in-memory key-value database that represents the Account Storage Trie.
- Memory storage for contract code by code hash.
- bytes of empty code hash, in little endian order.
- In-memory key-value database that represents the Ethereum State Trie.