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
Name |
Description |
id |
The txid or wtxid to look up. |
Created with MrDocs