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

Member Data Documentation

◆ params

json::Value xrpl::rpc::JsonContext::params

Definition at line 51 of file Context.h.

◆ headers

Headers xrpl::rpc::JsonContext::headers {}

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