Expand description
Support for generating the state root for memdb storage
Functions§
- apply_
block_ overrides - Applies the given block overrides to the env and updates overridden block hashes in the db.
- apply_
state_ overrides - Applies the given state overrides to the given CacheDB
- build_
root - state_
root - Builds state root from the given accounts
- storage_
root - Builds storage root from the given storage
- trie_
account_ rlp - Returns the RLP for this account.
- trie_
accounts - Builds iterator over stored key-value pairs ready for account trie root calculation.
- trie_
storage - Builds iterator over stored key-value pairs ready for storage trie root calculation.