Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Kagome
Consensus
core
Development guide
Guide for `outcome::result<T>`
Rules
Terms
Tooling
Overview
Your first Kagome chain
Runing Kagome in docker container
Start private Kagome network
Namespaces
Classes
Files
File List
core
api
jrpc
service
author
chain
child_state
impl
internal
impl
requests
internal_api.hpp
internal_jrpc_processor.cpp
internal_jrpc_processor.hpp
payment
rpc
state
system
api_service.hpp
base_request.hpp
transport
application
assets
authority_discovery
authorship
blockchain
clock
common
consensus
containers
crypto
filesystem
host_api
injector
log
macro
metrics
network
offchain
outcome
parachain
primitives
runtime
scale
storage
subscription
telemetry
transaction_pool
utils
docs
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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