gasPrice property

BigInt? gasPrice

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

For EIP-1559 transactions, this will be null.

Implementation

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