wallet::CWallet::GetWalletTx

Look up a wallet transaction by its txid.

Synopsis

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;

Return Value

The wallet transaction, or nullptr if not found.

Parameters

NameDescription
hashThe txid to look up.