Ethereum specific trie root functions.
Hashes and sorts account keys, then proceeds to calculating the root hash of the state
represented as MPT.
See state_root_unsorted for more info.
Ethereum specific trie root functions.
Hashes and sorts account keys, then proceeds to calculating the root hash of the state
represented as MPT.
See state_root_unsorted for more info.
Ethereum specific trie root functions.
Sorts the hashed account keys and calculates the root hash of the state represented as MPT.
See state_root for more info.
Ethereum specific trie root functions.
Hashes storage keys, sorts them and them calculates the root hash of the storage trie.
See storage_root_unsorted for more info.