UNPKG

@widolabs/collateral-swap-sdk

Version:

TypeScript SDK for interacting with the Wido protocol to allow collateral swaps on Compound Comet.

5 lines (4 loc) 252 B
import { CoingeckoApiBaseClient, TokenPriceResponse } from './coingecko-api-base-client'; export declare class CoingeckoTokensPriceFetcher extends CoingeckoApiBaseClient { fetch(addresses: string[], chainId: number): Promise<TokenPriceResponse>; }