Kagome
Polkadot Runtime Engine in C++17
kagome::consensus::EpochDigest Struct Reference

Data are corresponding to the epoch. More...

#include <epoch_digest.hpp>

Inheritance diagram for kagome::consensus::EpochDigest:
Collaboration diagram for kagome::consensus::EpochDigest:

Public Member Functions

 SCALE_TIE (2)
 

Public Attributes

primitives::AuthorityList authorities
 The authorities actual for corresponding epoch. More...
 
Randomness randomness
 The value of randomness to use for the slot-assignment. More...
 

Detailed Description

Data are corresponding to the epoch.

Definition at line 16 of file epoch_digest.hpp.

Member Function Documentation

kagome::consensus::EpochDigest::SCALE_TIE ( )

Member Data Documentation

primitives::AuthorityList kagome::consensus::EpochDigest::authorities

The authorities actual for corresponding epoch.

Definition at line 20 of file epoch_digest.hpp.

Randomness kagome::consensus::EpochDigest::randomness

The value of randomness to use for the slot-assignment.

Definition at line 23 of file epoch_digest.hpp.


The documentation for this struct was generated from the following file: