wallet::CWallet::IsMine

Report whether an outpoint belongs to this wallet.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7ff3720f0888), requires_capability(0x7ff365f20888), requires_capability(0x7ff35de5f238), requires_capability(0x7ff35efe3d18), requires_capability(0x7ff366fd02f8)]]
bool
IsMine(COutPoint const& outpoint) const;

Return Value

true if the outpoint is owned by the wallet.

Parameters

NameDescription
outpointThe outpoint to test.