Kagome
Polkadot Runtime Engine in C++17
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>
13  Result result;
15  };
16 
17  template <>
18  struct PersistentResult<void> {
20  };
21 
22 } // namespace kagome::runtime
23 
24 #endif // KAGOME_CORE_RUNTIME_PERSISTENT_RESULT_HPP
storage::trie::RootHash new_storage_root