[#CTxMemPool-GetSequence] = xref:CTxMemPool.adoc[CTxMemPool]::GetSequence :relfileprefix: ../ :mrdocs: Returns the current mempool sequence number without incrementing it. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff37b421028), requires_capability(0x7ff376fd89d8), requires_capability(0x7ff38def7bf8), requires_capability(0x7ff3640f8c08), requires_capability(0x7ff3920f8ef8), requires_capability(0x7ff37f5cb018), requires_capability(0x7ff37d012298), requires_capability(0x7ff374c15aa8)]] uint64_t GetSequence() const; ---- == Return Value The current sequence number. [.small]#Created with https://www.mrdocs.com[MrDocs]#