OZIndexerHealthCheckResponse
public struct OZIndexerHealthCheckResponse : Decodable, Equatable, Sendable
Response from the indexer / health check endpoint.
Carries the indexer’s reported status string; compared against "ok" by
OZIndexerClient.isHealthy().
-
Undocumented
Declaration
Swift
public let status: String -
Undocumented
Declaration
Swift
public init(status: String)
View on GitHub
Install in Dash