[#CTxMemPool-get-0eb8] = xref:CTxMemPool.adoc[CTxMemPool]::get :relfileprefix: ../ :mrdocs: Return a mempool transaction with a given hash. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CTransactionRef.adoc[CTransactionRef] get(xref:Txid.adoc[Txid] const& hash) const; ---- == Return Value the tx if found, otherwise nullptr == Parameters [cols="1,4"] |=== | Name| Description | *hash* [in] | the txid |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#