getSlotLeaders abstract method

Future<List<String>> getSlotLeaders(
  1. int startSlot,
  2. int limit
)

Returns the slot leaders for a given slot range

startSlot Start slot, as u64 integer

limit Limit, as u64 integer

Implementation

Future<List<String>> getSlotLeaders(
  int startSlot,
  int limit,
);