[#Descriptor-GetPubKeys] = xref:Descriptor.adoc[Descriptor]::GetPubKeys :relfileprefix: ../ :mrdocs: Return all (extended) public keys for this descriptor, including any from subdescriptors. == Synopsis Declared in `<script/descriptor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void GetPubKeys( std::set<CPubKey>& pubkeys, std::set<CExtPubKey>& ext_pubs) const = 0; ---- == Return Value all (extended) public keys for this descriptor, including any from subdescriptors. == Parameters [cols="1,4"] |=== | Name| Description | *pubkeys* [out] | Any public keys | *ext_pubs* [out] | Any extended public keys |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#