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 Utxo
s, given a block and a
list of precomputed transaction hashes.