[#PrivateBroadcast-MAX_TRANSACTIONS] = xref:PrivateBroadcast.adoc[PrivateBroadcast]::MAX_TRANSACTIONS :relfileprefix: ../ :mrdocs: Maximum number of transactions tracked simultaneously. Additions that would exceed this are rejected (see Add()). == Synopsis Declared in `<private_broadcast.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static size_t MAX_TRANSACTIONS = {10'000}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#