gasLimit property

int gasLimit
final

The gas limit for the transaction. Example: 2500. Higher gas limit means more gas is used if an error occurs. Keep the gas limit low to avoid this.

Implementation

final int gasLimit;