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

Method PKHDescriptor

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

Source from the content-addressed store, hash-verified

738 }
739public:
740 PKHDescriptor(std::unique_ptr<PubkeyProvider> prov) : DescriptorImpl(Vector(std::move(prov)), "pkh") {}
741 std::optional<OutputType> GetOutputType() const override { return OutputType::LEGACY; }
742 bool IsSingleType() const final { return true; }
743};

Callers

nothing calls this directly

Calls 1

VectorFunction · 0.85

Tested by

no test coverage detected