getBlockProduction method
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!;