Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
13
using
RootHash
=
common::Hash256
;
14
15
enum class
StateVersion
{
V0
,
V1
};
16
17
}
// namespace kagome::storage::trie
18
19
#endif // KAGOME_STORAGE_TRIE_TYPES_HPP
kagome::storage::trie
Definition:
api_service_impl.hpp:41
kagome::common::Hash256
Blob< 32 > Hash256
Definition:
blob.hpp:230
kagome::common::Blob
Definition:
blob.hpp:115
kagome::storage::trie::StateVersion::V0
kagome::storage::trie::StateVersion
StateVersion
Definition:
types.hpp:15
blob.hpp
kagome::storage::trie::StateVersion::V1
core
storage
trie
types.hpp
Generated by
1.8.11