wallet::CWallet::GetWalletTx

Look up a wallet transaction by its txid.

Synopsis

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;

Return Value

The wallet transaction, or nullptr if not found.

Parameters

NameDescription
hashThe txid to look up.