[#wallet-LegacyDataSPKM-GetSolvingProvider] = xref:wallet.adoc[wallet]::xref:wallet/LegacyDataSPKM.adoc[LegacyDataSPKM]::GetSolvingProvider :relfileprefix: ../../ :mrdocs: Returns a SigningProvider able to solve the given script. == Synopsis Declared in `<wallet/scriptpubkeyman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual std::unique_ptr<SigningProvider> GetSolvingProvider(xref:CScript.adoc[CScript] const& script) const override; ---- == Return Value A SigningProvider for the script. == Parameters [cols="1,4"] |=== | Name| Description | *script* | The script to solve. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#