maxPriorityFeePerGas property
BigInt?
get
maxPriorityFeePerGas
The priority fee price (in wei) per unit of gas for transaction.
For transactions that are not EIP-1559 transactions, this will be null.
Implementation
BigInt? get maxPriorityFeePerGas => impl.maxPriorityFeePerGas?.toBigInt;