UNPKG

@etherspot/prime-sdk

Version:

Etherspot Prime (Account Abstraction) SDK

7 lines (6 loc) 133 B
import { BigNumber } from 'ethers'; export declare class TransactionData { to: string; data: string; value: BigNumber; }