Clio develop
The XRP Ledger API server.
|
A struct to hold the output data of the command. More...
#include <GetAggregatePrice.hpp>
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< Stats > | trimStats |
std::string | ledgerHash |
uint32_t | ledgerIndex |
std::string | median |
bool | validated = true |
A struct to hold the output data of the command.
|
inline |
Construct a new Output object.
time | The time of the latest oracle data |
ledgerHash | The hash of the ledger |
ledgerIndex | The index of the ledger |