wallet::CWallet::IsMine

Report whether an outpoint belongs to this wallet.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7f2e1e599428), requires_capability(0x7f2e11aaa1e8), requires_capability(0x7f2e169fffd8), requires_capability(0x7f2e15f2f478), requires_capability(0x7f2e12c6e108)]]
bool
IsMine(COutPoint const& outpoint) const;

Return Value

true if the outpoint is owned by the wallet.

Parameters

NameDescription
outpointThe outpoint to test.