CTxMemPool::info

Returns descriptive information about the transaction with the given hash.

Synopsis

Declared in <txmempool.h>

template<TxidOrWtxid T>
TxMempoolInfo
info(T const& id) const;

Return Value

The transaction info, or a default-constructed value if not present.

Parameters

NameDescription
idThe txid or wtxid to look up.