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