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