gasPrice property

BigInt? gasPrice

The price (in wei) per unit of gas this transaction will pay.

Implementation

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