MCPcopy Create free account
hub / github.com/ElementsProject/elements / IsSolvable

Method IsSolvable

src/script/descriptor.cpp:698–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696public:
697 RawDescriptor(CScript script) : DescriptorImpl({}, "raw"), m_script(std::move(script)) {}
698 bool IsSolvable() const final { return false; }
699
700 std::optional<OutputType> GetOutputType() const override
701 {

Callers 6

getaddressinfoFunction · 0.45
ProcessImportDescriptorFunction · 0.45
IsSolvableMethod · 0.45
DoCheckFunction · 0.45
FUZZ_TARGET_INITFunction · 0.45
getdescriptorinfoFunction · 0.45

Calls

no outgoing calls

Tested by 2

DoCheckFunction · 0.36
FUZZ_TARGET_INITFunction · 0.36