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