EstimateFeesPerGasParameters constructor

EstimateFeesPerGasParameters({
  1. String? type,
  2. String? formatUnits,
  3. int? chainId,
})

Implementation

EstimateFeesPerGasParameters({
  this.type,
  this.formatUnits,
  this.chainId,
});