rippled
Public Attributes | List of all members
ripple::RPC::Context Struct Reference

The context of information needed to call an RPC. More...

Inheritance diagram for ripple::RPC::Context:
Inheritance graph
[legend]
Collaboration diagram for ripple::RPC::Context:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

The context of information needed to call an RPC.

Definition at line 39 of file Context.h.

Member Data Documentation

◆ j

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

Definition at line 41 of file Context.h.

◆ app

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

Definition at line 42 of file Context.h.

◆ loadType

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

Definition at line 43 of file Context.h.

◆ netOps

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

Definition at line 44 of file Context.h.

◆ ledgerMaster

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

Definition at line 45 of file Context.h.

◆ consumer

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

Definition at line 46 of file Context.h.

◆ role

Role ripple::RPC::Context::role

Definition at line 47 of file Context.h.

◆ coro

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

Definition at line 48 of file Context.h.

◆ infoSub

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

Definition at line 49 of file Context.h.

◆ apiVersion

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

Definition at line 50 of file Context.h.