Kagome
Polkadot Runtime Engine in C++17
trie_storage_backend.hpp
Go to the documentation of this file.
1 
6 #ifndef KAGOME_TRIE_DB_BACKEND_HPP
7 #define KAGOME_TRIE_DB_BACKEND_HPP
8 
9 #include <outcome/outcome.hpp>
10 
11 #include "common/buffer.hpp"
14 
15 namespace kagome::storage::trie {
16 
22  public:
23  ~TrieStorageBackend() override = default;
24  };
25 
26 } // namespace kagome::storage::trie
27 
28 #endif // KAGOME_TRIE_DB_BACKEND_HPP