[#SNAPSHOT_MAGIC_BYTES] = SNAPSHOT_MAGIC_BYTES :mrdocs: Magic bytes marking the start of a serialized UTXO set snapshot. == Synopsis Declared in `<node/utxo_snapshot.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr std::array<uint8_t, 5> SNAPSHOT_MAGIC_BYTES = {'u', 't', 'x', 'o', 0xff}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#