setCallGasLimit abstract method

IUserOperationBuilder setCallGasLimit(
  1. BigInt gas
)

Sets the call gas limit of the operation.

Implementation

IUserOperationBuilder setCallGasLimit(BigInt gas);