GetBlockProductionConfig constructor

const GetBlockProductionConfig({
  1. Commitment? commitment,
  2. SlotRange? range,
  3. Pubkey? identity,
})

JSON RPC configurations for getBlockProduction methods.

Implementation

const GetBlockProductionConfig({
  super.commitment,
  this.range,
  this.identity,
});