Get a transaction by its witness txid
Synopsis
Declared in <node/txorphanage.h>
virtual
CTransactionRef
GetTx(Wtxid const& wtxid) const = 0;
Return Value
The orphan transaction, or nullptr if it is not stored.
Parameters
Name |
Description |
wtxid |
Witness txid of the orphan to retrieve. |
Created with MrDocs