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 Utxo
s, given a block and a
list of precomputed transaction hashes.
This is a test-only function, prefer new_outputs
.