GetInflationRewardConfig constructor

GetInflationRewardConfig({
  1. Commitment? commitment,
  2. int? epoch,
  3. num? minContextSlot,
})

Implementation

GetInflationRewardConfig({
  this.commitment,
  this.epoch,
  this.minContextSlot,
});