pub fn merkle_from_txid_list(
    txid: TXID,
    block: &[TXID]
) -> Option<(usize, Vec<Hash256Digest>)>
Expand description

Get a merkle proof from a block txid list.