Kagome
Polkadot Runtime Engine in C++17
blocks_response.hpp
Go to the documentation of this file.
1 
6 #ifndef KAGOME_BLOCKS_RESPONSE_HPP
7 #define KAGOME_BLOCKS_RESPONSE_HPP
8 
11 
12 namespace kagome::network {
13 
14  constexpr size_t kMaxBlocksInResponse = 256;
15 
19  struct BlocksResponse {
21  };
22 
23 } // namespace kagome::network
24 
25 #endif // KAGOME_BLOCKS_RESPONSE_HPP
constexpr size_t kMaxBlocksInResponse
common::SLVector< primitives::BlockData, kMaxBlocksInResponse > blocks