[#kernel-CoinStatsHashType] = xref:kernel.adoc[kernel]::CoinStatsHashType :relfileprefix: ../ :mrdocs: Selects the hashing scheme used to summarize the UTXO set. == Synopsis Declared in `<kernel/coinstats.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class CoinStatsHashType : int; ---- == Members [cols="1,4"] |=== | 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 [cols="1,4"] |=== | Name| Description | xref:kernel/ComputeUTXOStats.adoc[`ComputeUTXOStats`] | Computes aggregate statistics over the UTXO set. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#