[#CTxMemPool-info_for_relay] = xref:CTxMemPool.adoc[CTxMemPool]::info_for_relay :relfileprefix: ../ :mrdocs: Returns info for a transaction if its entry_sequence < last_sequence == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<xref:TxidOrWtxid.adoc[TxidOrWtxid] T> xref:TxMempoolInfo.adoc[TxMempoolInfo] info_for_relay( T const& id, uint64_t last_sequence) const; ---- == Return Value The transaction info, or a default‐constructed value if not eligible. == Parameters [cols="1,4"] |=== | Name| Description | *id* | The txid or wtxid to look up. | *last_sequence* | Only return info if the entry's sequence is below this value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#