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 Utxos, given an index of OrderedUtxos.