pub fn compute_receipts_root(
epoch_receipts: &Vec<Arc<BlockReceipts>>,
) -> MerkleHash
Expand description
Compute epoch receipts root.
This value is stored in the deferred_receipts_root
header field.
pub fn compute_receipts_root(
epoch_receipts: &Vec<Arc<BlockReceipts>>,
) -> MerkleHash
Compute epoch receipts root.
This value is stored in the deferred_receipts_root
header field.