Return a mempool transaction with a given hash.
Synopsis
Declared in <txmempool.h>
CTransactionRef
get(Txid const& hash) const;
Return Value
the tx if found, otherwise nullptr
Parameters
Name |
Description |
hash [in] |
the txid |
Created with MrDocs