Function zebra_state::service::read::block::unspent_utxo
source ยท pub fn unspent_utxo<C>(
chain: Option<C>,
db: &ZebraDb,
outpoint: OutPoint,
) -> Option<Utxo>
Expand description
Returns the Utxo
for transparent::OutPoint
, if it exists and is unspent in the
non-finalized chain
or finalized db
.