|
Kagome
Polkadot Runtime Engine in C++17
|
#include <cstdint>#include <type_traits>#include <scale/enum_traits.hpp>#include "common/outcome_throw.hpp"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) | |
| SCALE_DEFINE_ENUM_VALUE_RANGE | ( | kagome::network | , |
| Direction | , | ||
| kagome::network::Direction::ASCENDING | , | ||
| kagome::network::Direction::DESCENDING | |||
| ) |