Skip to main content
A batch refers to a group of calls inside a single user operation. This can be an approve and send transaction in one call. The executeBatch() method is used.
ParameterTypeStatusDescription
toaddressrequiredThe address where the user want to send Tokens.
valuenumberrequiredThe amount of Tokens the user is sending
dataFunctionEncoded Function Data for Smart Contract Methods
Example of approve and transfer in a single batch