wallet::CWallet::IsMine

Report whether any output of a transaction belongs to this wallet.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7ff3720f07c8), requires_capability(0x7ff365f207c8), requires_capability(0x7ff35de5f178), requires_capability(0x7ff35efe3c58), requires_capability(0x7ff366fd0238)]]
bool
IsMine(CTransaction const& tx) const;

Return Value

true if any output is owned by the wallet.

Parameters

NameDescription
txThe transaction to test.