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.