[#TX_MAX_STANDARD_VERSION] = TX_MAX_STANDARD_VERSION :mrdocs: Highest transaction version accepted by standard relay policy. == Synopsis Declared in `<policy/policy.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr decltype(CTransaction::version) TX_MAX_STANDARD_VERSION = {3}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#