Fetch recent block production information from the current or previous epoch.
HTTP transport instance
Commitment, slot range, identity filter, and other call options
Context-wrapped block production statistics
const { context, value } = await getBlockProduction(transport);console.log(value.byIdentity); Copy
const { context, value } = await getBlockProduction(transport);console.log(value.byIdentity);
1.0.0
Fetch recent block production information from the current or previous epoch.