Function reconstruct_leaf_data

Source
pub fn reconstruct_leaf_data(
    leaf: &CompactLeafData,
    input: &TxIn,
    block_hash: BlockHash,
) -> Result<LeafData, LeafErrorKind>
Expand description

Reconstructs the leaf data from a CompactLeafData, the UTXO’s block hash, and its spending tx input.