Kagome
Polkadot Runtime Engine in C++17
propagate_transactions.hpp
Go to the documentation of this file.
1 
6 #ifndef KAGOME_NETWORK_PROPAGATED_TRANSACTIONS_HPP
7 #define KAGOME_NETWORK_PROPAGATED_TRANSACTIONS_HPP
8 
10 #include "scale/tie.hpp"
11 
12 namespace kagome::network {
17  SCALE_TIE(1);
18 
19  std::vector<primitives::Extrinsic> extrinsics;
20  };
21 } // namespace kagome::network
22 
23 #endif // KAGOME_NETWORK_PROPAGATED_TRANSACTIONS_HPP
std::vector< primitives::Extrinsic > extrinsics