GetBlockProductionConfig constructor

GetBlockProductionConfig({
  1. Commitment? commitment = Commitment.finalized,
  2. Range? range,
  3. String? identity,
})

Implementation

GetBlockProductionConfig({
  this.commitment = Commitment.finalized,
  this.range,
  this.identity,
});