Construct an x‐only pubkey from a normal pubkey.

Synopsis

Declared in <pubkey.h>

explicit
XOnlyPubKey(CPubKey const& pubkey);

Parameters

Name

Description

pubkey

The full public key whose x coordinate is used.

Created with MrDocs