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