| 724 | public: |
| 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. */ |
no outgoing calls
no test coverage detected