Kagome
Polkadot Runtime Engine in C++17
|
#include "api/service/author/author_jrpc_processor.hpp"
#include "api/jrpc/jrpc_method.hpp"
#include "api/service/author/requests/has_key.hpp"
#include "api/service/author/requests/has_session_keys.hpp"
#include "api/service/author/requests/insert_key.hpp"
#include "api/service/author/requests/pending_extrinsics.hpp"
#include "api/service/author/requests/rotate_keys.hpp"
#include "api/service/author/requests/submit_and_watch_extrinsic.hpp"
#include "api/service/author/requests/submit_extrinsic.hpp"
#include "api/service/author/requests/unwatch_extrinsic.hpp"
Go to the source code of this file.
Namespaces | |
kagome::api::author | |
Typedefs | |
template<typename Request > | |
using | kagome::api::author::Handler = kagome::api::Method< Request, AuthorApi > |