GetFeeHistoryParameters constructor

GetFeeHistoryParameters({
  1. required int blockCount,
  2. required List<int> rewardPercentiles,
  3. int? chainId,
  4. BigInt? blockNumber,
  5. BlockTag? blockTag,
})

Implementation

GetFeeHistoryParameters({
  required this.blockCount,
  required this.rewardPercentiles,
  this.chainId,
  this.blockNumber,
  this.blockTag,
});