Returns whether this spkm can contribute solving data for the given script.
Declared in <wallet/scriptpubkeyman.h>
virtual
bool
CanProvide(
CScript const& script,
SignatureData& sigdata) override;
true if this spkm can contribute solving data for the script.
| Name | Description |
|---|---|
| script | The script to solve. |
| sigdata | The signature data collected so far for the script. |