GetHealthResponse
public struct GetHealthResponse : Decodable, Sendable
General node health check response.
-
Health status e.g. “healthy”
Declaration
Swift
public let status: String -
Most recent known ledger sequence
Declaration
Swift
public let latestLedger: Int -
Oldest ledger sequence kept in history
Declaration
Swift
public let oldestLedger: Int -
Maximum retention window configured. A full window state can be determined via: ledgerRetentionWindow = latestLedger - oldestLedger + 1
Declaration
Swift
public let ledgerRetentionWindow: Int -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
Install in Dash