Look up a wallet transaction by its txid.

Synopsis

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;

Return Value

The wallet transaction, or nullptr if not found.

Parameters

Name

Description

hash

The txid to look up.

Created with MrDocs