Kagome
Polkadot Runtime Engine in C++17
|
#include "application/impl/chain_spec_impl.hpp"
#include <boost/property_tree/json_parser.hpp>
#include <charconv>
#include <libp2p/multi/multiaddress.hpp>
#include <system_error>
#include "common/hexutil.hpp"
#include "common/visitor.hpp"
Go to the source code of this file.
Namespaces | |
kagome::application | |
Functions | |
OUTCOME_CPP_DEFINE_CATEGORY (kagome::application, ChainSpecImpl::Error, e) | |
OUTCOME_CPP_DEFINE_CATEGORY | ( | kagome::application | , |
ChainSpecImpl::Error | , | ||
e | |||
) |
Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Definition at line 16 of file chain_spec_impl.cpp.