EvmGasParamsEIP1559 constructor

EvmGasParamsEIP1559({
  1. required double maxFeePerGas,
  2. required double maxPriorityFeePerGas,
})

Implementation

EvmGasParamsEIP1559(
    {required this.maxFeePerGas, required this.maxPriorityFeePerGas});