GetInflationRewardConfig constructor
GetInflationRewardConfig({
- Commitment? commitment,
- int? epoch,
- num? minContextSlot,
Implementation
GetInflationRewardConfig({
this.commitment,
this.epoch,
this.minContextSlot,
});