withGasLimit method

InvokeBuilder withGasLimit(
  1. BigInt limit
)

Implementation

InvokeBuilder withGasLimit(BigInt limit) {
  gasLimit = limit;
  return this;
}