Function zebra_chain::transparent::new_outputs_with_height

source ·
pub fn new_outputs_with_height(
    block: &Block,
    height: Height,
    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.

This is a test-only function, prefer new_outputs.