Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Kagome
Consensus
core
Development guide
Guide for `outcome::result<T>`
Rules
Terms
Tooling
Overview
Your first Kagome chain
Runing Kagome in docker container
Start private Kagome network
Namespaces
Classes
Files
File List
core
api
application
assets
authority_discovery
authorship
blockchain
clock
common
consensus
containers
crypto
filesystem
host_api
injector
log
macro
metrics
network
offchain
outcome
parachain
primitives
runtime
scale
storage
changes_trie
face
in_memory
rocksdb
trie
impl
polkadot_trie
serialization
codec.hpp
node.hpp
trie_batches.hpp
trie_storage.hpp
trie_storage_backend.hpp
types.hpp
buffer_map_types.hpp
database_error.cpp
database_error.hpp
predefined_keys.hpp
subscription
telemetry
transaction_pool
utils
docs
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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