getSlotLeaderRaw method

Future<JsonRpcSuccessResponse<String>> getSlotLeaderRaw({
  1. GetSlotLeaderConfig? config,
})

Returns the current slot leader.

Implementation

Future<JsonRpcSuccessResponse<String>> getSlotLeaderRaw({
  final GetSlotLeaderConfig? config,
}) =>
    send(GetSlotLeader(config: config));