maxPriorityFeePerGas property

BigInt? maxPriorityFeePerGas

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

Implementation

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