Interface: ERC20Batch
Batch of all transactions for transfering ETH to recipients
Extends
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
amounts | BigInt [] | Corresponding ETH/ERC20 amount to send to each recipient | ETHBatch .amounts | types.ts:40 |
recipients | string [] | Array of addresses for recipients of ETH | ETHBatch .recipients | types.ts:37 |
tokens | string [] | Array of ERC20 token addresses for transferring to each recipient | - | types.ts:46 |