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

Name

Description

other

The pubkey to copy from.

Created with MrDocs