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

Method PKDescriptor

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

Source from the content-addressed store, hash-verified

723 }
724public:
725 PKDescriptor(std::unique_ptr<PubkeyProvider> prov, bool xonly = false) : DescriptorImpl(Vector(std::move(prov)), "pk"), m_xonly(xonly) {}
726 bool IsSingleType() const final { return true; }
727};
728

Callers

nothing calls this directly

Calls 1

VectorFunction · 0.85

Tested by

no test coverage detected