maxFeePerGas property

BigInt? maxFeePerGas

The maximum price (in wei) per unit of gas for transaction.

Implementation

BigInt? get maxFeePerGas => impl.maxFeePerGas?.toBigInt;