[#FillableSigningProvider-GetCScript-0d] = xref:FillableSigningProvider.adoc[FillableSigningProvider]::GetCScript :relfileprefix: ../ :mrdocs: Look up a script by its script id. == Synopses Declared in `<script/signingprovider.h>` Look up a script by its script id. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool xref:FillableSigningProvider/GetCScript-06.adoc[GetCScript]( xref:CScriptID.adoc[CScriptID] const& hash, xref:CScript.adoc[CScript]& redeemScriptOut) const override; ---- [.small]#xref:FillableSigningProvider/GetCScript-06.adoc[_» more..._]# Look up a script by its script id. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool xref:SigningProvider/GetCScript.adoc[GetCScript]( xref:CScriptID.adoc[CScriptID] const& scriptid, xref:CScript.adoc[CScript]& script) const; ---- [.small]#xref:SigningProvider/GetCScript.adoc[_» more..._]# == Return Value True if the script was found. == Parameters [cols="1,4"] |=== | Name| Description | *hash* | The id of the script to retrieve. | *redeemScriptOut* | Set to the matching script on success. | *scriptid* | The id of the script to retrieve. | *script* | Set to the matching script on success. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#