Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
rpc::GetAggregatePriceHandler::Output Struct Reference

A struct to hold the output data of the command. More...

#include <GetAggregatePrice.hpp>

Collaboration diagram for rpc::GetAggregatePriceHandler::Output:

Public Member Functions

 Output (uint32_t time, std::string ledgerHash, uint32_t ledgerIndex)
 Construct a new Output object.
 

Public Attributes

uint32_t time
 
Stats extireStats
 
std::optional< StatstrimStats
 
std::string ledgerHash
 
uint32_t ledgerIndex
 
std::string median
 
bool validated = true
 

Detailed Description

A struct to hold the output data of the command.

Constructor & Destructor Documentation

◆ Output()

rpc::GetAggregatePriceHandler::Output::Output ( uint32_t time,
std::string ledgerHash,
uint32_t ledgerIndex )
inline

Construct a new Output object.

Parameters
timeThe time of the latest oracle data
ledgerHashThe hash of the ledger
ledgerIndexThe index of the ledger

The documentation for this struct was generated from the following file: