Kagome
Polkadot Runtime Engine in C++17
|
#include "storage/trie/polkadot_trie/polkadot_trie_impl.hpp"
#include <functional>
#include <utility>
#include "storage/trie/polkadot_trie/polkadot_trie_cursor_impl.hpp"
#include "storage/trie/polkadot_trie/trie_error.hpp"
Go to the source code of this file.
Classes | |
class | kagome::storage::trie::OpaqueNodeStorage |
Namespaces | |
kagome::storage::trie | |
Functions | |
OUTCOME_CPP_DEFINE_CATEGORY (kagome::storage::trie, PolkadotTrieImpl::Error, e) | |
OUTCOME_CPP_DEFINE_CATEGORY | ( | kagome::storage::trie | , |
PolkadotTrieImpl::Error | , | ||
e | |||
) |
Definition at line 16 of file polkadot_trie_impl.cpp.