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 |
Friends
Type | Name |
---|---|
friend DataStream & | operator<< |
friend DataStream & | operator>> |
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
Friends Documentation
friend operator<<
template<typename DataStream>
DataStream& operator<<(
DataStream & ds,
const key_weight & t
)
friend operator>>
template<typename DataStream>
DataStream& operator>>(
DataStream & ds,
key_weight & t
)
The documentation for this class was generated from the following file: libraries/eosiolib/contracts/eosio/producer\_schedule.hpp