EvmType2GasPrice constructor

const EvmType2GasPrice({
  1. required Amount maxFeePerGas,
  2. required Amount maxPriorityFeePerGas,
})

Implementation

const EvmType2GasPrice({
  required this.maxFeePerGas,
  required this.maxPriorityFeePerGas,
});