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