pub fn compute_block_receipt_proof(
    block_receipts: &Vec<Receipt>,
    tx_index_in_block: usize
) -> TrieProof
Expand description

Compute a proof for the tx_index_in_block-th receipt in a block.