Function Ledger.peekUTXO

Get an UTXO, no double-spend protection.

bool peekUTXO (
  in ref const(geod24.bitblob.BitBlob!(64L)) utxo,
  out UTXO value
) nothrow @safe;

Parameters

NameDescription
hash the hash of the UTXO (hashMulti(tx_hash, index))
value the UTXO

Returns

true if the UTXO was found