UNPKG

@solace-fi/sdk-nightly

Version:

Note - Unstable nightly build, documentation not up-to-date for nightly build

26 lines (25 loc) 689 B
export declare class Price { getSolacePrice(): Promise<{ chainId: number; price: number; }[]>; getMainnetPrices(rpcUrl?: string): Promise<{ [key: string]: number; }>; getPolygonPrices(rpcUrl?: string): Promise<{ [key: string]: number; }>; getAuroraPrices(rpcUrl?: string): Promise<{ [key: string]: number; }>; getFantomPrices(rpcUrl?: string): Promise<{ [key: string]: number; }>; getCoinGeckoTokenPrices(): Promise<{ [x: string]: number; }>; getMirrorCoingeckoPrices(): Promise<{ [key: string]: number; }>; getPriceInfo(): Promise<any>; }