UNPKG

@etherspot/data-utils

Version:
12 lines (9 loc) 206 B
import { BigNumber } from 'ethers'; declare class TransactionBatch { from: string; to: string[]; data: string[]; feeAmount: BigNumber; feeToken: string; } export { TransactionBatch };