Selects the hashing scheme used to summarize the UTXO set.

Synopsis

Declared in <kernel/coinstats.h>

enum class CoinStatsHashType : int;

Members

Name

Description

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

Name

Description

ComputeUTXOStats

Computes aggregate statistics over the UTXO set.

Created with MrDocs