GetBlockProductionConfig constructor
GetBlockProductionConfig({
- Commitment? commitment = Commitment.finalized,
- Range? range,
- String? identity,
Implementation
GetBlockProductionConfig({
this.commitment = Commitment.finalized,
this.range,
this.identity,
});