[#wallet-CWallet-GetSolvingProvider-0c] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::GetSolvingProvider :relfileprefix: ../../ :mrdocs: Get the SigningProvider for a script, collecting signature data. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::unique_ptr<SigningProvider> GetSolvingProvider( xref:CScript.adoc[CScript] const& script, xref:SignatureData.adoc[SignatureData]& sigdata) const; ---- == Return Value A signing provider for the script, or nullptr if none. == Parameters [cols="1,4"] |=== | Name| Description | *script* | The script to solve for. | *sigdata* | Signature data updated with information about the script. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#