Kagome
Polkadot Runtime Engine in C++17
opaque_metadata.hpp
Go to the documentation of this file.
1 
6 #ifndef KAGOME_CORE_PRIMITIVES_OPAQUE_METADATA_HPP
7 #define KAGOME_CORE_PRIMITIVES_OPAQUE_METADATA_HPP
8 
9 #include <cstdint>
10 #include <vector>
11 
12 namespace kagome::primitives {
16  using OpaqueMetadata = std::vector<uint8_t>;
17 } // namespace kagome::primitives
18 
19 #endif // KAGOME_CORE_PRIMITIVES_OPAQUE_METADATA_HPP
std::vector< uint8_t > OpaqueMetadata