XOnlyPubKey::begin

begin overloads

Synopses

Declared in <pubkey.h>

Iterator to the first byte of the key data.

unsigned char const*
begin() const;
» more...

Mutable iterator to the first byte of the key data.

unsigned char*
begin();
» more...

Return Value

  • An iterator to the first byte of the key data.
  • A mutable iterator to the first byte of the key data.