ChainFees constructor

ChainFees({
  1. double? baseFeeMultiplier,
  2. BigInt? defaultPriorityFee,
  3. BigInt? estimateFeesPerGas()?,
})

Implementation

ChainFees({
  this.baseFeeMultiplier,
  this.defaultPriorityFee,
  this.estimateFeesPerGas,
});