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

Method IsSingleType

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

Source from the content-addressed store, hash-verified

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
729/** A parsed pkh(P) descriptor. */

Callers 3

GetNewDestinationMethod · 0.45
CanGetAddressesMethod · 0.45
backup.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected