[#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(0x7f2e1b5a3598), requires_capability(0x7f2e2721c5a8), requires_capability(0x7f2e421cdcb8), requires_capability(0x7f2e2880cc78), requires_capability(0x7f2e32130008), requires_capability(0x7f2e347f8698), requires_capability(0x7f2e2b05cb08), requires_capability(0x7f2e2bee41a8)]] uint64_t GetAndIncrementSequence() const; ---- == Return Value The current sequence number before incrementing it. [.small]#Created with https://www.mrdocs.com[MrDocs]#