Copy‐construct an x‐only pubkey from another.

Synopsis

Declared in <pubkey.h>

constexpr
XOnlyPubKey(XOnlyPubKey const& other) = default;

Parameters

Name

Description

other

The pubkey to copy from.

Created with MrDocs