struct eosio::key_weight

Class List > eosio :: key_weight

Public Attributes

Type Name
public_key key
public key used in a weighted threshold multi-sig authority
uint16_t weight
weight of the public key

Public Functions

Type Name
CDT_REFLECT (key, weight)

Detailed Description

pairs a public key with an integer weight

Public Attributes Documentation

variable key

public_key eosio::key_weight::key;

public key used in a weighted threshold multi-sig authority

public key used in a weighted threshold multi-sig authority

variable weight

uint16_t eosio::key_weight::weight;

weight of the public key

weight associated with a signature from the private key associated with the accompanying public key

Public Functions Documentation

function CDT_REFLECT

eosio::key_weight::CDT_REFLECT(
    key ,
    weight 
)

The documentation for this class was generated from the following file: libraries/eosiolib/contracts/eosio/producer\_schedule.hpp