wallet::DescriptorScriptPubKeyMan::IsMine

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

NameDescription
scriptThe scriptPubKey to test.