Function zebra_chain::transparent::utxos_from_ordered_utxos
source ยท pub fn utxos_from_ordered_utxos(
ordered_utxos: HashMap<OutPoint, OrderedUtxo>,
) -> HashMap<OutPoint, Utxo>
Expand description
Compute an index of Utxo
s, given an index of OrderedUtxo
s.