Look up a wallet transaction by its txid.

Synopsis

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;

Return Value

The wallet transaction, or nullptr if not found.

Parameters

Name

Description

hash

The txid to look up.

Created with MrDocs