XOnlyPubKey::XOnlyPubKey

Construct an x-only pubkey from a normal pubkey.

Synopsis

Declared in <pubkey.h>

explicit
XOnlyPubKey(CPubKey const& pubkey);

Parameters

NameDescription
pubkeyThe full public key whose x coordinate is used.