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

#include <epoch_descriptor.hpp>

Collaboration diagram for kagome::consensus::EpochDescriptor:

Public Member Functions

 SCALE_TIE (2)
 

Public Attributes

EpochNumber epoch_number = 0
 
BabeSlotNumber start_slot = 0
 starting slot of the epoch More...
 

Detailed Description

Metainformation about the Babe epoch

Definition at line 17 of file epoch_descriptor.hpp.

Member Function Documentation

kagome::consensus::EpochDescriptor::SCALE_TIE ( )

Member Data Documentation

EpochNumber kagome::consensus::EpochDescriptor::epoch_number = 0

Definition at line 20 of file epoch_descriptor.hpp.

BabeSlotNumber kagome::consensus::EpochDescriptor::start_slot = 0

starting slot of the epoch

Definition at line 23 of file epoch_descriptor.hpp.


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