[#Descriptor-IsSingleType] = xref:Descriptor.adoc[Descriptor]::IsSingleType :relfileprefix: ../ :mrdocs: Whether this descriptor will return at most one scriptPubKey or multiple (aka is or is not combo) == Synopsis Declared in `<script/descriptor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool IsSingleType() const = 0; ---- == Return Value True if the descriptor produces a single script type. [.small]#Created with https://www.mrdocs.com[MrDocs]#