Skip to content

Interface: BatchData

Raw Transaction request from the user to be processed into batch transactions

Properties

PropertyTypeDescriptionDefined in
amountstringAmount of either ETH or ERC20 to send to recipienttypes.ts:28
recipientstringAddress of the recipient of either ETH or ERC20 tokenstypes.ts:25
tokenAddress?stringAddress of ERC20 token to transfer to recipient. If not provided, the transaction will be considered for transfering ETHtypes.ts:31