|
Kagome
Polkadot Runtime Engine in C++17
|
#include "api/service/payment/payment_jrpc_processor.hpp"#include <boost/assert.hpp>#include "api/jrpc/jrpc_method.hpp"#include "api/jrpc/jrpc_server.hpp"#include "api/service/payment/requests/query_info.hpp"Go to the source code of this file.
Namespaces | |
| kagome::api::payment | |
Typedefs | |
| template<typename Request > | |
| using | kagome::api::payment::Handler = Method< Request, PaymentApi > |