[#CTxMemPool-GetAndIncrementSequence] = xref:CTxMemPool.adoc[CTxMemPool]::GetAndIncrementSequence :relfileprefix: ../ :mrdocs: Guards this internal counter for external reporting == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff37b420f68), requires_capability(0x7ff376fd8918), requires_capability(0x7ff38def7b38), requires_capability(0x7ff3640f8b48), requires_capability(0x7ff3920f8e38), requires_capability(0x7ff37f5caf58), requires_capability(0x7ff37d0121d8), requires_capability(0x7ff374c159e8)]] uint64_t GetAndIncrementSequence() const; ---- == Return Value The current sequence number before incrementing it. [.small]#Created with https://www.mrdocs.com[MrDocs]#