[#Descriptor-IsSolvable] = xref:Descriptor.adoc[Descriptor]::IsSolvable :relfileprefix: ../ :mrdocs: Whether this descriptor has all information about signing ignoring lack of private keys. This is true for all descriptors except ones that use `raw` or `addr` constructions. == Synopsis Declared in `<script/descriptor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool IsSolvable() const = 0; ---- == Return Value True if the descriptor is solvable. [.small]#Created with https://www.mrdocs.com[MrDocs]#