wallet::ScriptPubKeyMan::IsMine

Returns whether the given script is owned by this ScriptPubKeyMan.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

virtual
bool
IsMine(CScript const& script) const;

Return Value

true if the script is owned by this ScriptPubKeyMan.

Parameters

NameDescription
scriptThe scriptPubKey to test.