Whether this ScriptPubKeyMan can provide a SigningProvider (via GetSolvingProvider) that, combined with sigdata, can produce solving data.
Declared in <wallet/scriptpubkeyman.h>
virtual
bool
CanProvide(
CScript const& script,
SignatureData& sigdata);
true if this ScriptPubKeyMan can contribute solving data for the script.
| Name | Description |
|---|---|
| script | The script to solve. |
| sigdata | The signature data collected so far for the script. |