Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
internal_api.hpp
Go to the documentation of this file.
1
6
#ifndef KAGOME_API_INTERNALAPI
7
#define KAGOME_API_INTERNALAPI
8
9
#include <boost/variant.hpp>
10
11
#include "
common/buffer.hpp
"
12
#include "
outcome/outcome.hpp
"
13
#include "
primitives/block_data.hpp
"
14
#include "
primitives/block_header.hpp
"
15
#include "
primitives/common.hpp
"
16
17
namespace
kagome::api
{
18
22
class
InternalApi
{
23
public
:
24
virtual
~InternalApi
() =
default
;
25
26
virtual
outcome::result<void>
setLogLevel
(
const
std::string &group,
27
const
std::string &level) = 0;
28
};
29
30
}
// namespace kagome::api
31
32
#endif // KAGOME_API_INTERNALAPI
common.hpp
kagome::api::InternalApi
Definition:
internal_api.hpp:22
block_data.hpp
kagome::api::InternalApi::setLogLevel
virtual outcome::result< void > setLogLevel(const std::string &group, const std::string &level)=0
outcome.hpp
block_header.hpp
kagome::api::InternalApi::~InternalApi
virtual ~InternalApi()=default
buffer.hpp
kagome::api
Definition:
custom_json_writer.hpp:23
core
api
service
internal
internal_api.hpp
Generated by
1.8.11