|
Clio
develop
The XRP Ledger API server.
|
A struct to hold the info section of the output. More...
#include <ServerInfo.hpp>

Public Attributes | |
| std::optional< AdminSection > | adminSection = std::nullopt |
| std::string | completeLedgers |
| uint32_t | loadFactor = 1u |
| std::chrono::time_point< std::chrono::system_clock > | time = std::chrono::system_clock::now() |
| std::chrono::seconds | uptime = {} |
| std::string | clioVersion = util::build::getClioVersionString() |
| std::string | xrplVersion = ripple::BuildInfo::getVersionString() |
| std::optional< boost::json::object > | rippledInfo = std::nullopt |
| ValidatedLedgerSection | validatedLedger = {} |
| CacheSection | cache = {} |
| bool | isAmendmentBlocked = false |
| bool | isCorruptionDetected = false |
A struct to hold the info section of the output.