Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
no_data_message.hpp
Go to the documentation of this file.
1
6
#ifndef KAGOME_CORE_NETWORK_TYPES_NO_DATA_HPP
7
#define KAGOME_CORE_NETWORK_TYPES_NO_DATA_HPP
8
9
#include "
primitives/common.hpp
"
10
11
namespace
kagome::network
{
12
16
struct
NoData
{};
17
SCALE_EMPTY_CODER
(
NoData
);
18
25
inline
bool
operator==
(
const
NoData
&lhs,
const
NoData
&rhs) {
26
return
true
;
27
}
28
}
// namespace kagome::network
29
30
#endif // KAGOME_CORE_NETWORK_TYPES_NO_DATA_HPP
common.hpp
kagome::network::SCALE_EMPTY_CODER
SCALE_EMPTY_CODER(NoData)
kagome::network
Definition:
author_api_impl.hpp:37
kagome::network::NoData
Definition:
no_data_message.hpp:16
kagome::network::operator==
bool operator==(const NoData &lhs, const NoData &rhs)
compares two Status instances
Definition:
no_data_message.hpp:25
core
network
types
no_data_message.hpp
Generated by
1.8.11