Class List > eosio :: public_key

EOSIO Public Key. More...

Public Attributes

Type Name
unsigned_int type
Type of the public key.
std::array< char, 33 > data
Bytes of the public key.

Friends

Type Name
friend bool operator==
friend bool operator!=

Detailed Description

EOSIO Public Key

Public Attributes Documentation

variable type

unsigned_int eosio::public_key::type;

Type of the public key.

Type of the public key, could be either K1 or R1

variable data

std::array<char,33> eosio::public_key::data;

Bytes of the public key.

Bytes of the public key

Friends Documentation

friend operator==

bool operator==(
    const public_key & a,
    const public_key & b
)

friend operator!=

bool operator!=(
    const public_key & a,
    const public_key & b
)

The documentation for this class was generated from the following file: libraries/eosiolib/crypto.hpp