Function cfxcore::verification::compute_receipts_root
source · 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.