struct eosio::producer_schedule
Class List > eosio :: producer_schedule
Public Attributes
Type | Name |
---|---|
uint32_t | version |
std::vector< producer_key > | producers |
Detailed Description
Defines both the order, account name, and signing keys of the active set of producers.
Public Attributes Documentation
variable version
uint32_t eosio::producer_schedule::version;
Version number of the schedule. It is sequentially incrementing version number
variable producers
std::vector<producer_key> eosio::producer_schedule::producers;
List of producers for this schedule, including its signing key
The documentation for this class was generated from the following file: libraries/eosiolib/contracts/eosio/producer\_schedule.hpp