Kagome
Polkadot Runtime Engine in C++17
|
#include "storage/trie/impl/topper_trie_batch_impl.hpp"
#include <boost/algorithm/string/predicate.hpp>
#include "common/buffer.hpp"
#include "storage/trie/polkadot_trie/polkadot_trie_cursor.hpp"
#include "storage/trie/polkadot_trie/trie_error.hpp"
Go to the source code of this file.
Namespaces | |
kagome::storage::trie | |
Functions | |
OUTCOME_CPP_DEFINE_CATEGORY (kagome::storage::trie, TopperTrieBatchImpl::Error, e) | |
OUTCOME_CPP_DEFINE_CATEGORY | ( | kagome::storage::trie | , |
TopperTrieBatchImpl::Error | , | ||
e | |||
) |
Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Definition at line 14 of file topper_trie_batch_impl.cpp.