6 #ifndef KAGOME_API_INTERNAL_INTERNALJRPCPROCESSOR 7 #define KAGOME_API_INTERNAL_INTERNALJRPCPROCESSOR 20 std::shared_ptr<InternalApi> api);
24 std::shared_ptr<InternalApi>
api_;
29 #endif // KAGOME_API_INTERNAL_INTERNALJRPCPROCESSOR
std::shared_ptr< InternalApi > api_
void registerHandlers() override
registers callbacks for jrpc request
extrinsic submission service implementation
InternalJrpcProcessor(std::shared_ptr< JRpcServer > server, std::shared_ptr< InternalApi > api)
std::shared_ptr< JRpcServer > server_