getBlockProduction method

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

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

Implementation

Future<BlockProduction> getBlockProduction({
  final GetBlockProductionConfig? config,
}) async => (await getBlockProductionRaw(config: config)).result!.value!;