Size of header written by WriteBlock before a serialized CBlock (8 bytes)
Synopsis
Declared in <node/blockstorage.h>
inline constexpr uint32_t STORAGE_HEADER_BYTES = {std::tuple_size_v<MessageStartChars> + sizeof(unsigned int)};
Created with MrDocs