Returns whether the given script is derived from this descriptor.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

virtual
bool
IsMine(CScript const& script) const override;

Return Value

true if the script is derived from this descriptor.

Parameters

Name

Description

script

The scriptPubKey to test.

Created with MrDocs