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