Kagome
Polkadot Runtime Engine in C++17
epoch_descriptor.hpp
Go to the documentation of this file.
1 
6 #ifndef KAGOME_CONSENSUS_EPOCHDESCRIPTOR
7 #define KAGOME_CONSENSUS_EPOCHDESCRIPTOR
8 
10 #include "scale/tie.hpp"
11 
12 namespace kagome::consensus {
13 
17  struct EpochDescriptor {
18  SCALE_TIE(2);
19 
21 
24  };
25 } // namespace kagome::consensus
26 
27 #endif // KAGOME_CONSENSUS_EPOCHDESCRIPTOR
BabeSlotNumber start_slot
starting slot of the epoch
uint64_t BabeSlotNumber
slot number of the Babe production
Definition: common.hpp:24
uint64_t EpochNumber
number of the epoch in the Babe production
Definition: common.hpp:27