|
Kagome
Polkadot Runtime Engine in C++17
|
#include "api/service/system/system_jrpc_processor.hpp"#include "api/jrpc/jrpc_method.hpp"#include "api/service/system/requests/account_next_index.hpp"#include "api/service/system/requests/chain.hpp"#include "api/service/system/requests/chain_type.hpp"#include "api/service/system/requests/health.hpp"#include "api/service/system/requests/name.hpp"#include "api/service/system/requests/peers.hpp"#include "api/service/system/requests/properties.hpp"#include "api/service/system/requests/version.hpp"Go to the source code of this file.
Namespaces | |
| kagome::api::system | |
Typedefs | |
| template<typename Request > | |
| using | kagome::api::system::Handler = kagome::api::Method< Request, SystemApi > |