getCallGasLimit method

  1. @override
BigInt getCallGasLimit()
override

Gets the call gas limit of the operation.

Implementation

@override
BigInt getCallGasLimit() {
  return _currentOp.callGasLimit;
}