XOnlyPubKey::XOnlyPubKey

Copy-construct an x-only pubkey from another.

Synopsis

Declared in <pubkey.h>

constexpr
XOnlyPubKey(XOnlyPubKey const& other) = default;

Parameters

NameDescription
otherThe pubkey to copy from.