xrpld
Loading...
Searching...
No Matches
xrpl::RPC::JsonContext Struct Reference

#include <Context.h>

Inheritance diagram for xrpl::RPC::JsonContext:
Collaboration diagram for xrpl::RPC::JsonContext:

Classes

struct  Headers
 Data passed in from HTTP headers. More...

Public Attributes

json::Value params
Headers headers {}
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

Definition at line 32 of file Context.h.

Member Data Documentation

◆ params

json::Value xrpl::RPC::JsonContext::params

Definition at line 43 of file Context.h.

◆ headers

Headers xrpl::RPC::JsonContext::headers {}

Definition at line 45 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.