Kagome
Polkadot Runtime Engine in C++17
epoch_digest.hpp
Go to the documentation of this file.
1 
6 #ifndef KAGOME_CONSENSUS_EPOCHDIGEST
7 #define KAGOME_CONSENSUS_EPOCHDIGEST
8 
10 #include "primitives/authority.hpp"
11 #include "scale/tie.hpp"
12 
13 namespace kagome::consensus {
14 
16  struct EpochDigest {
17  SCALE_TIE(2);
18 
21 
24  };
25 } // namespace kagome::consensus
26 
27 #endif // KAGOME_CONSENSUS_EPOCHDIGEST
Data are corresponding to the epoch.
primitives::AuthorityList authorities
The authorities actual for corresponding epoch.
Randomness randomness
The value of randomness to use for the slot-assignment.