UNPKG

@etherspot/prime-sdk

Version:

Etherspot Prime (Account Abstraction) SDK

6 lines (5 loc) 169 B
import { PaginationDto } from './pagination.dto'; export declare class GetExchangeSupportedAssetsDto extends PaginationDto { chainId: number; account: string; }