[#wallet-CWallet-GetSolvingProvider-05e] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::GetSolvingProvider :relfileprefix: ../../ :mrdocs: Get the SigningProvider for a script == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::unique_ptr<SigningProvider> GetSolvingProvider(xref:CScript.adoc[CScript] const& script) 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#