Report whether a script belongs to this wallet.
Declared in <wallet/wallet.h>
[[requires_capability(0x7f94fde05c98), requires_capability(0x7f95061a89d8), requires_capability(0x7f94f2b794e8), requires_capability(0x7f94f0cf8178), requires_capability(0x7f94fee3ab68)]]
bool
IsMine(CScript const& script) const;
true if the script is owned by the wallet.
| Name | Description |
|---|---|
| script | The script to test. |