Interface: BatchTransactionParams
Batched transaction params with calldata to execute all batch transactions (ETHBatch, ERC20Batch) in a single call
Properties
Property | Type | Description | Defined in |
---|---|---|---|
data | string [] | Array of batched transaction calldata | types.ts:12 |
to | string [] | Addresses of batch smart contracts corresponding to their calldata | types.ts:6 |
values | BigInt [] | Corresponding ETH values to be sent along | types.ts:9 |