[#XOnlyPubKey-begin-06] = xref:XOnlyPubKey.adoc[XOnlyPubKey]::begin :relfileprefix: ../ :mrdocs: `begin` overloads == Synopses Declared in `<pubkey.h>` Iterator to the first byte of the key data. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char const* xref:XOnlyPubKey/begin-04.adoc[begin]() const; ---- [.small]#xref:XOnlyPubKey/begin-04.adoc[_» more..._]# Mutable iterator to the first byte of the key data. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char* xref:XOnlyPubKey/begin-00.adoc[begin](); ---- [.small]#xref:XOnlyPubKey/begin-00.adoc[_» more..._]# == Return Value * An iterator to the first byte of the key data. * A mutable iterator to the first byte of the key data. [.small]#Created with https://www.mrdocs.com[MrDocs]#