Kagome
Polkadot Runtime Engine in C++17
|
#include "api/service/state/impl/state_api_impl.hpp"
#include <boost/algorithm/string/predicate.hpp>
#include <unordered_map>
#include <utility>
#include <jsonrpc-lean/fault.h>
#include "common/hexutil.hpp"
#include "common/monadic_utils.hpp"
#include "runtime/common/executor.hpp"
Go to the source code of this file.
Namespaces | |
kagome::api | |
Functions | |
OUTCOME_CPP_DEFINE_CATEGORY (kagome::api, StateApiImpl::Error, e) | |
OUTCOME_CPP_DEFINE_CATEGORY | ( | kagome::api | , |
StateApiImpl::Error | , | ||
e | |||
) |
Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Definition at line 18 of file state_api_impl.cpp.