pub fn new_outputs( block: &Block, transaction_hashes: &[Hash], ) -> HashMap<OutPoint, Utxo>
Compute an index of newly created Utxos, given a block and a list of precomputed transaction hashes.
Utxo