kernel::CoinStatsHashType

Selects the hashing scheme used to summarize the UTXO set.

Synopsis

Declared in <kernel/coinstats.h>

enum class CoinStatsHashType : int;

Members

NameDescription
HASH_SERIALIZED Hash the serialized UTXO set.
MUHASH Use the rolling MuHash of the UTXO set.
NONE Do not compute a hash.

Non-Member Functions

NameDescription
ComputeUTXOStatsComputes aggregate statistics over the UTXO set.