[#XOnlyPubKey-GetCPubKeys] = xref:XOnlyPubKey.adoc[XOnlyPubKey]::GetCPubKeys :relfileprefix: ../ :mrdocs: Returns this XOnlyPubKey with 0x02 and 0x03 prefixes == Synopsis Declared in `<pubkey.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<CPubKey> GetCPubKeys() const; ---- == Return Value The two full public keys with 0x02 and 0x03 prefixes. [.small]#Created with https://www.mrdocs.com[MrDocs]#