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

Method ComboDescriptor

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

Source from the content-addressed store, hash-verified

779 }
780public:
781 ComboDescriptor(std::unique_ptr<PubkeyProvider> prov) : DescriptorImpl(Vector(std::move(prov)), "combo") {}
782 bool IsSingleType() const final { return false; }
783};
784

Callers

nothing calls this directly

Calls 1

VectorFunction · 0.85

Tested by

no test coverage detected