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.