Kagome
Polkadot Runtime Engine in C++17
|
#include "network/impl/state_protocol_observer_impl.hpp"
#include <boost/algorithm/string/predicate.hpp>
#include <boost/bind/storage.hpp>
#include <libp2p/outcome/outcome.hpp>
#include "blockchain/block_header_repository.hpp"
#include "common/buffer.hpp"
#include "network/types/state_response.hpp"
#include "storage/predefined_keys.hpp"
#include "storage/trie/trie_storage.hpp"
#include "storage/trie/types.hpp"
Go to the source code of this file.
Namespaces | |
kagome::network | |
Functions | |
OUTCOME_CPP_DEFINE_CATEGORY (kagome::network, StateProtocolObserverImpl::Error, e) | |
Variables | |
constexpr unsigned | MAX_RESPONSE_BYTES = 2 * 1024 * 1024 |
OUTCOME_CPP_DEFINE_CATEGORY | ( | kagome::network | , |
StateProtocolObserverImpl::Error | , | ||
e | |||
) |
Definition at line 20 of file state_protocol_observer_impl.cpp.
constexpr unsigned MAX_RESPONSE_BYTES = 2 * 1024 * 1024 |
Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Definition at line 18 of file state_protocol_observer_impl.cpp.