MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / PKHDescriptor

Method PKHDescriptor

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

Source from the content-addressed store, hash-verified

1232 }
1233public:
1234 PKHDescriptor(std::unique_ptr<PubkeyProvider> prov) : DescriptorImpl(Vector(std::move(prov)), "pkh") {}
1235 std::optional<OutputType> GetOutputType() const override { return OutputType::LEGACY; }
1236 bool IsSingleType() const final { return true; }
1237

Callers

nothing calls this directly

Calls 1

VectorFunction · 0.85

Tested by

no test coverage detected