Selects the hashing scheme used to summarize the UTXO set.
Declared in <kernel/coinstats.h>
enum class CoinStatsHashType : int;
| Name | Description |
|---|---|
HASH_SERIALIZED | Hash the serialized UTXO set. |
MUHASH | Use the rolling MuHash of the UTXO set. |
NONE | Do not compute a hash. |
| Name | Description |
|---|---|
ComputeUTXOStats | Computes aggregate statistics over the UTXO set. |