[#FillableSigningProvider-HaveCScript-09] = xref:FillableSigningProvider.adoc[FillableSigningProvider]::HaveCScript :relfileprefix: ../ :mrdocs: Report whether a script with the given id is known. == Synopses Declared in `<script/signingprovider.h>` Report whether a script with the given id is known. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool xref:FillableSigningProvider/HaveCScript-0a.adoc[HaveCScript](xref:CScriptID.adoc[CScriptID] const& hash) const override; ---- [.small]#xref:FillableSigningProvider/HaveCScript-0a.adoc[_» more..._]# Report whether a script with the given id is known. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool xref:SigningProvider/HaveCScript.adoc[HaveCScript](xref:CScriptID.adoc[CScriptID] const& scriptid) const; ---- [.small]#xref:SigningProvider/HaveCScript.adoc[_» more..._]# == Return Value True if the script is known. == Parameters [cols="1,4"] |=== | Name| Description | *hash* | The id of the script to check for. | *scriptid* | The id of the script to check for. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#