[#node-SnapshotMetadata-2constructor-0c] = xref:node.adoc[node]::xref:node/SnapshotMetadata.adoc[SnapshotMetadata]::SnapshotMetadata :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<node/utxo_snapshot.h>` Construct empty snapshot metadata bound to a network. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:node/SnapshotMetadata/2constructor-0d.adoc[SnapshotMetadata](xref:MessageStartChars.adoc[MessageStartChars] const network_magic); ---- [.small]#xref:node/SnapshotMetadata/2constructor-0d.adoc[_» more..._]# Construct snapshot metadata with a known base block and coin count. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:node/SnapshotMetadata/2constructor-0e.adoc[SnapshotMetadata]( xref:MessageStartChars.adoc[MessageStartChars] const network_magic, xref:uint256.adoc[uint256] const& base_blockhash, uint64_t coins_count); ---- [.small]#xref:node/SnapshotMetadata/2constructor-0e.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *network_magic* | The network magic bytes the snapshot must match. | *base_blockhash* | Hash of the block at the tip of the snapshot's UTXO set. | *coins_count* | Number of coins in the snapshot's UTXO set. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#