UNPKG

@etherspot/prime-sdk

Version:

Etherspot Prime (Account Abstraction) SDK

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