Kagome
Polkadot Runtime Engine in C++17
types.hpp
Go to the documentation of this file.
1 
6 #ifndef KAGOME_STORAGE_TRIE_TYPES_HPP
7 #define KAGOME_STORAGE_TRIE_TYPES_HPP
8 
9 #include "common/blob.hpp"
10 
11 namespace kagome::storage::trie {
12 
14 
15  enum class StateVersion { V0, V1 };
16 
17 } // namespace kagome::storage::trie
18 
19 #endif // KAGOME_STORAGE_TRIE_TYPES_HPP
Blob< 32 > Hash256
Definition: blob.hpp:230