rippled
Loading...
Searching...
No Matches
Public Attributes | List of all members
ripple::RPC::GRPCContext< RequestType > Struct Template Reference

#include <Context.h>

Inheritance diagram for ripple::RPC::GRPCContext< RequestType >:
Inheritance graph
[legend]
Collaboration diagram for ripple::RPC::GRPCContext< RequestType >:
Collaboration graph
[legend]

Public Attributes

RequestType params
 
beast::Journal const j
 
Applicationapp
 
Resource::ChargeloadType
 
NetworkOPsnetOps
 
LedgerMasterledgerMaster
 
Resource::Consumerconsumer
 
Role role
 
std::shared_ptr< JobQueue::Corocoro {}
 
InfoSub::pointer infoSub {}
 
unsigned int apiVersion
 

Detailed Description

template<class RequestType>
struct ripple::RPC::GRPCContext< RequestType >

Definition at line 69 of file Context.h.

Member Data Documentation

◆ params

template<class RequestType >
RequestType ripple::RPC::GRPCContext< RequestType >::params

Definition at line 71 of file Context.h.

◆ j

beast::Journal const ripple::RPC::Context::j
inherited

Definition at line 40 of file Context.h.

◆ app

Application& ripple::RPC::Context::app
inherited

Definition at line 41 of file Context.h.

◆ loadType

Resource::Charge& ripple::RPC::Context::loadType
inherited

Definition at line 42 of file Context.h.

◆ netOps

NetworkOPs& ripple::RPC::Context::netOps
inherited

Definition at line 43 of file Context.h.

◆ ledgerMaster

LedgerMaster& ripple::RPC::Context::ledgerMaster
inherited

Definition at line 44 of file Context.h.

◆ consumer

Resource::Consumer& ripple::RPC::Context::consumer
inherited

Definition at line 45 of file Context.h.

◆ role

Role ripple::RPC::Context::role
inherited

Definition at line 46 of file Context.h.

◆ coro

std::shared_ptr<JobQueue::Coro> ripple::RPC::Context::coro {}
inherited

Definition at line 47 of file Context.h.

◆ infoSub

InfoSub::pointer ripple::RPC::Context::infoSub {}
inherited

Definition at line 48 of file Context.h.

◆ apiVersion

unsigned int ripple::RPC::Context::apiVersion
inherited

Definition at line 49 of file Context.h.