[#MAX_FILE_SIZE_PSBT] = MAX_FILE_SIZE_PSBT :mrdocs: Maximum accepted PSBT file size, capped to bound memory use while reading. == Synopsis Declared in `<psbt.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr std::streamsize MAX_FILE_SIZE_PSBT = {100'000'000}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#