Returns whether the given script is derived from this descriptor.
Declared in <wallet/scriptpubkeyman.h>
virtual
bool
IsMine(CScript const& script) const override;
true if the script is derived from this descriptor.
| Name | Description |
|---|---|
| script | The scriptPubKey to test. |