[#wallet-PreselectedInput-HasScripts] = xref:wallet.adoc[wallet]::xref:wallet/PreselectedInput.adoc[PreselectedInput]::HasScripts :relfileprefix: ../../ :mrdocs: Return whether either the scriptSig or scriptWitness are set for this input. == Synopsis Declared in `<wallet/coincontrol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool HasScripts() const; ---- == Return Value true if a scriptSig or scriptWitness has been set. [.small]#Created with https://www.mrdocs.com[MrDocs]#