Returns info for a transaction if its entry_sequence < last_sequence
Declared in <txmempool.h>
template<TxidOrWtxid T>
TxMempoolInfo
info_for_relay(
T const& id,
uint64_t last_sequence) const;
The transaction info, or a default-constructed value if not eligible.
| Name | Description |
|---|---|
| id | The txid or wtxid to look up. |
| last_sequence | Only return info if the entry's sequence is below this value. |