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

Method GetOutputType

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

Source from the content-addressed store, hash-verified

680 bool IsSolvable() const final { return false; }
681
682 std::optional<OutputType> GetOutputType() const override
683 {
684 return OutputTypeFromDestination(m_destination);
685 }
686 bool IsSingleType() const final { return true; }
687};
688

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected