getBlockProductionRaw method

Future<JsonRpcContextResponse<BlockProduction>> getBlockProductionRaw({
  1. GetBlockProductionConfig? config,
})
inherited

Returns the recent block production information from the current or previous epoch.

Implementation

Future<JsonRpcContextResponse<BlockProduction>> getBlockProductionRaw({
  final GetBlockProductionConfig? config,
}) => send(GetBlockProduction(config: config));