eosio::key_weight
Module: Contracts API / Producer Authority
#include <producer_schedule.hpp>
Public Functions
| Name | |
|---|---|
| CDT_REFLECT(key , weight ) |
Public Attributes
| Name | |
|---|---|
| public_key | key public key used in a weighted threshold multi-sig authority |
| uint16_t | weight weight of the public key |
Detailed Description
struct eosio::key_weight;
pairs a public key with an integer weight
Public Functions Documentation
function CDT_REFLECT
CDT_REFLECT(
key ,
weight
)
Public Attributes Documentation
variable key
public_key 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 weight;
weight of the public key
weight associated with a signature from the private key associated with the accompanying public key
Updated on 2022-12-05 at 15:38:07 +0000