[#wallet-LegacySigningProvider-GetCScript] = xref:wallet.adoc[wallet]::xref:wallet/LegacySigningProvider.adoc[LegacySigningProvider]::GetCScript :relfileprefix: ../../ :mrdocs: Retrieves the redeem script for the given script id. == Synopsis Declared in `<wallet/scriptpubkeyman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool GetCScript( xref:CScriptID.adoc[CScriptID] const& scriptid, xref:CScript.adoc[CScript]& script) const override; ---- == Return Value true if the redeem script was found. == Parameters [cols="1,4"] |=== | Name| Description | *scriptid* | The script id to look up. | *script* | Filled with the found redeem script. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#