[#wallet-ScriptPubKeyMan-CanProvide] = xref:wallet.adoc[wallet]::xref:wallet/ScriptPubKeyMan.adoc[ScriptPubKeyMan]::CanProvide :relfileprefix: ../../ :mrdocs: Whether this ScriptPubKeyMan can provide a SigningProvider (via GetSolvingProvider) that, combined with sigdata, can produce solving data. == Synopsis Declared in `<wallet/scriptpubkeyman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool CanProvide( xref:CScript.adoc[CScript] const& script, xref:SignatureData.adoc[SignatureData]& sigdata); ---- == Return Value true if this ScriptPubKeyMan can contribute solving data for the script. == Parameters [cols="1,4"] |=== | Name| Description | *script* | The script to solve. | *sigdata* | The signature data collected so far for the script. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#