Skip to main content

eosio::producer_authority

Module: Contracts API / Producer Authority

Maps producer with its signing key. More...

#include <producer_schedule.hpp>

Public Functions

Name
CDT_REFLECT(producer_name , authority )

Public Attributes

Name
nameproducer_name
Name of the producer.
block_signing_authorityauthority

Friends

Name
constexpr friend booloperator<(const producer_authority & a, const producer_authority & b)

Detailed Description

struct eosio::producer_authority;

Maps producer with its signing key.

Maps producer with its signing key, used for producer schedule

Public Functions Documentation

function CDT_REFLECT

CDT_REFLECT(
producer_name ,
authority
)

Public Attributes Documentation

variable producer_name

name producer_name;

Name of the producer.

Name of the producer

variable authority

block_signing_authority authority;

The block signing authority used by this producer

Friends

friend operator<

friend constexpr friend bool operator<(
const producer_authority & a,

const producer_authority & b
);

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