Construct an x‐only pubkey from exactly 32 bytes.

Synopsis

Declared in <pubkey.h>

constexpr
explicit
XOnlyPubKey(std::span<unsigned char const> bytes);

Parameters

Name

Description

bytes

The 32‐byte x coordinate.

Created with MrDocs