getSlotRaw method
Returns the slot that has reached the given or default GetSlotConfig.commitment level.
Implementation
Future<JsonRpcSuccessResponse<u64>> getSlotRaw({
final GetSlotConfig? config,
}) =>
send(GetSlot(config: config));
Returns the slot that has reached the given or default GetSlotConfig.commitment level.
Future<JsonRpcSuccessResponse<u64>> getSlotRaw({
final GetSlotConfig? config,
}) =>
send(GetSlot(config: config));