XOnlyPubKey::operator=

Copy-assign an x-only pubkey from another.

Synopsis

Declared in <pubkey.h>

constexpr
XOnlyPubKey&
operator=(XOnlyPubKey const& other) = default;

Return Value

A reference to this pubkey.

Parameters

NameDescription
otherThe pubkey to copy from.