Construct a public key from a byte vector.

Synopsis

Declared in <pubkey.h>

explicit
CPubKey(std::span<uint8_t const> _vch);

Parameters

Name

Description

_vch

The serialized public key bytes.

Created with MrDocs