Function zebra_chain::transparent::new_ordered_outputs
source ยท pub fn new_ordered_outputs(
block: &Block,
transaction_hashes: &[Hash],
) -> HashMap<OutPoint, OrderedUtxo>
Expand description
Compute an index of newly created OrderedUtxo
s, given a block and a
list of precomputed transaction hashes.