Module proofs
Expand description
Helper function for calculating Merkle proofs and hashes.
Functionsยง
- calculate_ommers_ root 
- 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.
- 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.