UNPKG

@etherspot/prime-sdk

Version:

Etherspot Prime (Account Abstraction) SDK

10 lines (9 loc) 214 B
import { BigNumberish, BytesLike } from "ethers"; export declare class Quote { to?: string; data?: BytesLike; value?: BigNumberish; gasLimit?: string; gasPrice?: string; chainId?: number; }