[#CTxMemPoolEntry-GetHeight] = xref:CTxMemPoolEntry.adoc[CTxMemPoolEntry]::GetHeight :relfileprefix: ../ :mrdocs: Returns the chain height when the transaction entered the mempool. == Synopsis Declared in `<kernel/mempool_entry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned int GetHeight() const; ---- == Return Value The entry height. [.small]#Created with https://www.mrdocs.com[MrDocs]#