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 49 of file Context.h.

Member Data Documentation

◆ params

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

Definition at line 51 of file Context.h.

◆ j

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

Definition at line 20 of file Context.h.

◆ app

Application& xrpl::RPC::Context::app
inherited

Definition at line 21 of file Context.h.

◆ loadType

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

Definition at line 22 of file Context.h.

◆ netOps

NetworkOPs& xrpl::RPC::Context::netOps
inherited

Definition at line 23 of file Context.h.

◆ ledgerMaster

LedgerMaster& xrpl::RPC::Context::ledgerMaster
inherited

Definition at line 24 of file Context.h.

◆ consumer

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

Definition at line 25 of file Context.h.

◆ role

Role xrpl::RPC::Context::role
inherited

Definition at line 26 of file Context.h.

◆ coro

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

Definition at line 27 of file Context.h.

◆ infoSub

InfoSub::pointer xrpl::RPC::Context::infoSub
inherited

Definition at line 28 of file Context.h.

◆ apiVersion

unsigned int xrpl::RPC::Context::apiVersion
inherited

Definition at line 29 of file Context.h.