Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
persistent_result.hpp
Go to the documentation of this file.
1
6
#ifndef KAGOME_CORE_RUNTIME_PERSISTENT_RESULT_HPP
7
#define KAGOME_CORE_RUNTIME_PERSISTENT_RESULT_HPP
8
9
namespace
kagome::runtime
{
10
11
template
<
typename
Result>
12
struct
PersistentResult
{
13
Result
result
;
14
storage::trie::RootHash
new_storage_root
;
15
};
16
17
template
<>
18
struct
PersistentResult
<void> {
19
storage::trie::RootHash
new_storage_root
;
20
};
21
22
}
// namespace kagome::runtime
23
24
#endif // KAGOME_CORE_RUNTIME_PERSISTENT_RESULT_HPP
kagome::common::Blob< 32 >
kagome::runtime
Definition:
author_api_impl.hpp:43
kagome::runtime::PersistentResult< void >::new_storage_root
storage::trie::RootHash new_storage_root
Definition:
persistent_result.hpp:19
kagome::runtime::PersistentResult::new_storage_root
storage::trie::RootHash new_storage_root
Definition:
persistent_result.hpp:14
kagome::runtime::PersistentResult::result
Result result
Definition:
persistent_result.hpp:13
kagome::runtime::PersistentResult
Definition:
persistent_result.hpp:12
core
runtime
persistent_result.hpp
Generated by
1.8.11