[#node-SnapshotMetadata-m_coins_count] = xref:node.adoc[node]::xref:node/SnapshotMetadata.adoc[SnapshotMetadata]::m_coins_count :relfileprefix: ../../ :mrdocs: The number of coins in the UTXO set contained in this snapshot. Used during snapshot load to estimate progress of UTXO set reconstruction. == Synopsis Declared in `<node/utxo_snapshot.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint64_t m_coins_count = 0; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#