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