wallet::CWallet::IsMine

Report whether a script belongs to this wallet.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7ff3720f0648), requires_capability(0x7ff365f20648), requires_capability(0x7ff35de5eff8), requires_capability(0x7ff35efe3ad8), requires_capability(0x7ff366fd00b8)]]
bool
IsMine(CScript const& script) const;

Return Value

true if the script is owned by the wallet.

Parameters

NameDescription
scriptThe script to test.