interface GetIndexerLeaderboardParticipantResponse {
    participant: Record<string, IndexerLeaderboardParticipant>;
}

Properties

Properties

participant: Record<string, IndexerLeaderboardParticipant>