maxPriorityFeePerGas property

BigInt? maxPriorityFeePerGas

The maxPriorityFeePerGas to use for a transaction. This accounts for the uncle risk and for the majority of current MEV risk.

Implementation

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