Kagome
Polkadot Runtime Engine in C++17
assets.hpp
Go to the documentation of this file.
1 
6 #ifndef KAGOME_ASSETS
7 #define KAGOME_ASSETS
8 
9 #include <vector>
10 
11 namespace kagome::assets {
12 
13  extern const char *const embedded_chainspec;
14  extern const std::vector<std::pair<const char *, const char *>> embedded_keys;
15 
16 } // namespace kagome::assets
17 
18 #endif // KAGOME_ASSETS
const std::vector< std::pair< const char *, const char * > > embedded_keys
const char *const embedded_chainspec