Expand description
Helper function for calculating Merkle proofs and hashes.
Functionsยง
- calculate_
ommers_ root - Calculates the root hash for ommer/uncle headers. Calculates the root hash for ommer/uncle headers.
- calculate_
receipt_ root - Calculates the receipt root.
- calculate_
transaction_ root - Calculate a transaction root.
- calculate_
withdrawals_ root - Calculates the root hash of the withdrawals. Calculates the root hash of the withdrawals.
- ordered_
trie_ root_ with_ encoder - Compute a trie root of the collection of items with a custom encoder. This function does not support private nodes. and is used for things like receipt roots rather than state roots.