Look up a wallet transaction by its txid.
Declared in <wallet/wallet.h>
[[requires_capability(0x7f94fde04328), requires_capability(0x7f95061a7068), requires_capability(0x7f94f2b77b78), requires_capability(0x7f94f0cf6808), requires_capability(0x7f94fee391f8)]]
CWalletTx const*
GetWalletTx(Txid const& hash) const;
The wallet transaction, or nullptr if not found.
| Name | Description |
|---|---|
| hash | The txid to look up. |