Kagome
Polkadot Runtime Engine in C++17
kagome::api::internal::InternalJrpcProcessor Class Reference

extrinsic submission service implementation More...

#include <internal_jrpc_processor.hpp>

Inheritance diagram for kagome::api::internal::InternalJrpcProcessor:
Collaboration diagram for kagome::api::internal::InternalJrpcProcessor:

Public Member Functions

 InternalJrpcProcessor (std::shared_ptr< JRpcServer > server, std::shared_ptr< InternalApi > api)
 
void registerHandlers () override
 registers callbacks for jrpc request More...
 
- Public Member Functions inherited from kagome::api::JRpcProcessor
virtual ~JRpcProcessor ()=default
 

Private Attributes

std::shared_ptr< InternalApiapi_
 
std::shared_ptr< JRpcServerserver_
 

Detailed Description

extrinsic submission service implementation

Definition at line 17 of file internal_jrpc_processor.hpp.

Constructor & Destructor Documentation

kagome::api::internal::InternalJrpcProcessor::InternalJrpcProcessor ( std::shared_ptr< JRpcServer server,
std::shared_ptr< InternalApi api 
)

Definition at line 13 of file internal_jrpc_processor.cpp.

Member Function Documentation

void kagome::api::internal::InternalJrpcProcessor::registerHandlers ( )
overridevirtual

registers callbacks for jrpc request

Implements kagome::api::JRpcProcessor.

Definition at line 23 of file internal_jrpc_processor.cpp.

Member Data Documentation

std::shared_ptr<InternalApi> kagome::api::internal::InternalJrpcProcessor::api_
private

Definition at line 24 of file internal_jrpc_processor.hpp.

std::shared_ptr<JRpcServer> kagome::api::internal::InternalJrpcProcessor::server_
private

Definition at line 25 of file internal_jrpc_processor.hpp.


The documentation for this class was generated from the following files: