gasLimit property

BigInt? get gasLimit

The maximum amount of gas this transaction is permitted to use.

Implementation

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