[#CTxMemPoolEntry-GetSequence] = xref:CTxMemPoolEntry.adoc[CTxMemPoolEntry]::GetSequence :relfileprefix: ../ :mrdocs: Returns the sequence number assigned to the transaction. == Synopsis Declared in `<kernel/mempool_entry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint64_t GetSequence() const; ---- == Return Value The entry sequence number. [.small]#Created with https://www.mrdocs.com[MrDocs]#