@etherspot/prime-sdk
Version:
Etherspot Prime (Account Abstraction) SDK
13 lines (12 loc) • 333 B
TypeScript
import { BigNumber } from 'ethers';
export declare class GetAdvanceRoutesLiFiDto {
fromTokenAddress: string;
toTokenAddress: string;
fromChainId: number | null;
toChainId: number;
fromAmount: BigNumber;
fromAddress: string;
toAddress?: string;
allowSwitchChain?: boolean;
showZeroUsd?: boolean;
}