IndexerStatsResponse

@Serializable
data class IndexerStatsResponse(val stats: IndexerStats)

Response from the indexer stats endpoint.

Contains aggregate statistics about the indexer state including total contracts, credentials, and event type breakdowns.

Constructors

Link copied to clipboard
constructor(stats: IndexerStats)

Properties

Link copied to clipboard