[#CTxMemPool-info] = xref:CTxMemPool.adoc[CTxMemPool]::info :relfileprefix: ../ :mrdocs: Returns descriptive information about the transaction with the given hash. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<xref:TxidOrWtxid.adoc[TxidOrWtxid] T> xref:TxMempoolInfo.adoc[TxMempoolInfo] info(T const& id) const; ---- == Return Value The transaction info, or a default‐constructed value if not present. == Parameters [cols="1,4"] |=== | Name| Description | *id* | The txid or wtxid to look up. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#