node::TxOrphanage::GetTx

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

NameDescription
wtxidWitness txid of the orphan to retrieve.