xrpld
Loading...
Searching...
No Matches
xrpl::rpc::GRPCContext< RequestType > Struct Template Reference

#include <Context.h>

Inheritance diagram for xrpl::rpc::GRPCContext< RequestType >:
Collaboration diagram for xrpl::rpc::GRPCContext< RequestType >:

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 xrpl::rpc::GRPCContext< RequestType >

Definition at line 57 of file Context.h.

Member Data Documentation

◆ params

template<class RequestType>
RequestType xrpl::rpc::GRPCContext< RequestType >::params

Definition at line 59 of file Context.h.

◆ j

beast::Journal const xrpl::rpc::Context::j
inherited

Definition at line 28 of file Context.h.

◆ app

Application& xrpl::rpc::Context::app
inherited

Definition at line 29 of file Context.h.

◆ loadType

resource::Charge& xrpl::rpc::Context::loadType
inherited

Definition at line 30 of file Context.h.

◆ netOps

NetworkOPs& xrpl::rpc::Context::netOps
inherited

Definition at line 31 of file Context.h.

◆ ledgerMaster

LedgerMaster& xrpl::rpc::Context::ledgerMaster
inherited

Definition at line 32 of file Context.h.

◆ consumer

resource::Consumer& xrpl::rpc::Context::consumer
inherited

Definition at line 33 of file Context.h.

◆ role

Role xrpl::rpc::Context::role
inherited

Definition at line 34 of file Context.h.

◆ coro

std::shared_ptr<JobQueue::Coro> xrpl::rpc::Context::coro
inherited

Definition at line 35 of file Context.h.

◆ infoSub

InfoSub::pointer xrpl::rpc::Context::infoSub
inherited

Definition at line 36 of file Context.h.

◆ apiVersion

unsigned int xrpl::rpc::Context::apiVersion
inherited

Definition at line 37 of file Context.h.