EvmEip1559Fee

constructor(maxFeeWei: BigInteger, l1FeeWei: BigInteger? = null, gasLimit: BigInteger, baseFeePerGas: BigInteger, maxPriorityFeePerGas: BigInteger, maxFeePerGas: BigInteger)
constructor(baseFeePerGas: BigInteger, maxPriorityFeePerGas: BigInteger, maxFeePerGas: BigInteger, gasLimit: BigInteger, l1FeeWei: BigInteger? = null)