UNPKG

@etherspot/prime-sdk

Version:

Etherspot Prime (Account Abstraction) SDK

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