setPaymasterAndData method

  1. @override
IUserOperationBuilder setPaymasterAndData(
  1. String val
)
override

Sets the paymaster and associated data of the operation.

Implementation

@override
IUserOperationBuilder setPaymasterAndData(String val) {
  _currentOp.paymasterAndData = val;
  return this;
}