setNonce method

  1. @override
IUserOperationBuilder setNonce(
  1. BigInt val
)
override

Sets the nonce of the operation.

Implementation

@override
IUserOperationBuilder setNonce(BigInt val) {
  _currentOp.nonce = val;
  return this;
}