GetBlockProductionConfig constructor
const
GetBlockProductionConfig({
- Commitment? commitment,
- SlotRange? range,
- Pubkey? identity,
JSON RPC configurations for getBlockProduction
methods.
Implementation
const GetBlockProductionConfig({
super.commitment,
this.range,
this.identity,
});