getBlockProductionRaw method
Future<JsonRpcContextResponse<BlockProduction> >
getBlockProductionRaw({
- 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));