Interface: ProcessedBatch
Contains transaction data of all processed ETH batch transactions and ERC20 batch transactions
Properties
Property | Type | Description | Defined in |
---|---|---|---|
erc20 | null | ContractTransaction | Transaction calldata for all valid ERC20 batch transactions | types.ts:57 |
eth | null | ContractTransaction | Transaction calldata for all valid ETH batch transactions | types.ts:60 |