Selects the hashing scheme used to summarize the UTXO set.
Synopsis
Declared in <kernel/coinstats.h>
enum class CoinStatsHashType : int;
Members
Name |
Description |
|
Hash the serialized UTXO set. |
|
Use the rolling MuHash of the UTXO set. |
|
Do not compute a hash. |
Non-Member Functions
Name |
Description |
Computes aggregate statistics over the UTXO set. |
Created with MrDocs