Descriptor::IsSolvable

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>

virtual
bool
IsSolvable() const = 0;

Return Value

True if the descriptor is solvable.