setCallData method

  1. @override
IUserOperationBuilder setCallData(
  1. String data
)
override

Sets the call data of the operation.

Implementation

@override
IUserOperationBuilder setCallData(String data) {
  _currentOp.callData = data;
  return this;
}