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