Module agora.consensus.state.UTXOCache

Contains the base class for a UTXO set and an AA-backed UTXO set.

Classes

NameDescription
MemoryUTXOSet This is a simple UTXOSet, used when the AA behavior is desired
UTXOCache UTXOCache is the the base class of a UTXO storage. It is inherited by UTXOSet and MemoryUTXOSet.

Aliases

NameTypeDescription
UTXOFinder nothrow @safe bool delegate(in ref geod24.bitblob.BitBlob!(64L), out UTXO) Delegate to find an unspent UTXO