wallet::CWallet::IsMine

Report whether an outpoint belongs to this wallet.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7f94fde05ed8), requires_capability(0x7f95061a8c18), requires_capability(0x7f94f2b79728), requires_capability(0x7f94f0cf83b8), requires_capability(0x7f94fee3ada8)]]
bool
IsMine(COutPoint const& outpoint) const;

Return Value

true if the outpoint is owned by the wallet.

Parameters

NameDescription
outpointThe outpoint to test.