Kagome
Polkadot Runtime Engine in C++17
block_direction.hpp File Reference
#include <cstdint>
#include <type_traits>
#include <scale/enum_traits.hpp>
#include "common/outcome_throw.hpp"
Include dependency graph for block_direction.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 kagome::network
 

Enumerations

enum  kagome::network::Direction : uint8_t { kagome::network::Direction::ASCENDING = 0, kagome::network::Direction::DESCENDING = 1 }
 

Functions

 SCALE_DEFINE_ENUM_VALUE_RANGE (kagome::network, Direction, kagome::network::Direction::ASCENDING, kagome::network::Direction::DESCENDING)
 

Function Documentation

SCALE_DEFINE_ENUM_VALUE_RANGE ( kagome::network  ,
Direction  ,
kagome::network::Direction::ASCENDING  ,
kagome::network::Direction::DESCENDING   
)