maxFeePerGas property

BigInt? maxFeePerGas

The maxFeePerGas to use for a transaction. This is based on the most recent block's baseFee.

Implementation

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