pub fn compute_transaction_proof(
    transactions: &Vec<Arc<SignedTransaction>>,
    tx_index_in_block: usize
) -> TrieProof
Expand description

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