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