getSlotLeaderRaw method
Returns the current slot leader.
Implementation
Future<JsonRpcSuccessResponse<String>> getSlotLeaderRaw({
final GetSlotLeaderConfig? config,
}) => send(GetSlotLeader(config: config));
Returns the current slot leader.
Future<JsonRpcSuccessResponse<String>> getSlotLeaderRaw({
final GetSlotLeaderConfig? config,
}) => send(GetSlotLeader(config: config));