OZIndexerStats
public struct OZIndexerStats : Decodable, Equatable, Sendable
Statistics about the indexer state.
-
Undocumented
Declaration
Swift
public let totalEvents: Int64 -
Undocumented
Declaration
Swift
public let uniqueContracts: Int64 -
Undocumented
Declaration
Swift
public let uniqueCredentials: Int64 -
Undocumented
Declaration
Swift
public let firstLedger: Int64 -
Undocumented
Declaration
Swift
public let lastLedger: Int64 -
Undocumented
Declaration
Swift
public let eventTypes: [OZEventTypeCount] -
Undocumented
Declaration
Swift
public init( totalEvents: Int64, uniqueContracts: Int64, uniqueCredentials: Int64, firstLedger: Int64, lastLedger: Int64, eventTypes: [OZEventTypeCount] ) -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
Install in Dash