byIdentity property

Map<String, List> byIdentity
final

A dictionary of validator identities, as base-58 encoded strings. The values are a two element array, containing the number of leader slots and the number of blocks produced.

Implementation

final Map<String, List> byIdentity;