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

Name

Description

script

The scriptPubKey to test.

Created with MrDocs