Kagome
Polkadot Runtime Engine in C++17
|
#include "runtime/trie_storage_provider.hpp"
#include <stack>
#include <unordered_map>
#include "common/buffer.hpp"
#include "log/logger.hpp"
#include "runtime/common/runtime_transaction_error.hpp"
#include "storage/trie/serialization/trie_serializer.hpp"
#include "storage/trie/trie_storage.hpp"
Go to the source code of this file.
Classes | |
class | kagome::runtime::TrieStorageProviderImpl |
Namespaces | |
kagome::runtime | |
Functions | |
OUTCOME_HPP_DECLARE_ERROR (kagome::runtime, TrieStorageProviderImpl::Error) | |
OUTCOME_HPP_DECLARE_ERROR | ( | kagome::runtime | , |
TrieStorageProviderImpl::Error | |||
) |