XOnlyPubKey::data

data overloads

Synopses

Declared in <pubkey.h>

Pointer to the first byte of the key data.

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

Mutable pointer to the first byte of the key data.

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

Return Value

  • A pointer to the first byte of the key data.
  • A mutable pointer to the first byte of the key data.