[#node-MiniMinerMempoolEntry-GetTx] = xref:node.adoc[node]::xref:node/MiniMinerMempoolEntry.adoc[MiniMinerMempoolEntry]::GetTx :relfileprefix: ../../ :mrdocs: Get the underlying transaction. == Synopsis Declared in `<node/mini_miner.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CTransaction.adoc[CTransaction] const& GetTx() const; ---- == Return Value A reference to the underlying transaction. [.small]#Created with https://www.mrdocs.com[MrDocs]#