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