Kagome
Polkadot Runtime Engine in C++17
block_announce.hpp
Go to the documentation of this file.
1 
6 #ifndef KAGOME_BLOCK_ANNOUNCE_HPP
7 #define KAGOME_BLOCK_ANNOUNCE_HPP
8 
10 #include "scale/tie.hpp"
11 
12 namespace kagome::network {
16  struct BlockAnnounce {
17  SCALE_TIE(1);
18 
20  };
21 } // namespace kagome::network
22 
23 #endif // KAGOME_BLOCK_ANNOUNCE_HPP
primitives::BlockHeader header