EstimateMaxPriorityFeePerGasParameters constructor

EstimateMaxPriorityFeePerGasParameters({
  1. int? chainId,
})

Implementation

EstimateMaxPriorityFeePerGasParameters({
  this.chainId,
});