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.
pub fn utxos_from_ordered_utxos(
ordered_utxos: HashMap<OutPoint, OrderedUtxo>,
) -> HashMap<OutPoint, Utxo>
Compute an index of Utxo
s, given an index of OrderedUtxo
s.