Kagome
Polkadot Runtime Engine in C++17
slot.hpp File Reference
#include <cstdint>
Include dependency graph for slot.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 kagome::consensus
 

Enumerations

enum  kagome::consensus::SlotType : uint8_t { kagome::consensus::SlotType::Primary = 1, kagome::consensus::SlotType::SecondaryPlain = 2, kagome::consensus::SlotType::SecondaryVRF = 3 }
 

Functions

std::string_view kagome::consensus::to_string (SlotType s)