[#MAX_BLOCK_SERIALIZED_SIZE] = MAX_BLOCK_SERIALIZED_SIZE :mrdocs: The maximum allowed size for a serialized block, in bytes (only for buffer size limits) == Synopsis Declared in `<consensus/consensus.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr unsigned int MAX_BLOCK_SERIALIZED_SIZE = {4'000'000}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#