跳到主要内容

eosio::producer_schedule

Module: Contracts API / Producer Schedule

More...

#include <producer_schedule.hpp>

Public Functions

Name
CDT_REFLECT(version , producers )

Public Attributes

Name
uint32_tversion
std::vector< producer_key >producers

Detailed Description

struct eosio::producer_schedule;

Defines both the order, account name, and signing keys of the active set of producers.

Public Functions Documentation

function CDT_REFLECT

CDT_REFLECT(
version ,
producers
)

Public Attributes Documentation

variable version

uint32_t version;

Version number of the schedule. It is sequentially incrementing version number

variable producers

std::vector< producer_key > producers;

List of producers for this schedule, including its signing key


Updated on 2022-12-05 at 15:38:07 +0000