[#CTxMemPoolEntry-GetLockPoints] = xref:CTxMemPoolEntry.adoc[CTxMemPoolEntry]::GetLockPoints :relfileprefix: ../ :mrdocs: Returns the lock points of the transaction. == Synopsis Declared in `<kernel/mempool_entry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:LockPoints.adoc[LockPoints] const& GetLockPoints() const; ---- == Return Value A reference to the lock points. [.small]#Created with https://www.mrdocs.com[MrDocs]#