Function zebra_chain::transparent::new_outputs

source ·
pub fn new_outputs(
    block: &Block,
    transaction_hashes: &[Hash]
) -> HashMap<OutPoint, Utxo>
Expand description

Compute an index of newly created Utxos, given a block and a list of precomputed transaction hashes.