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