UNPKG

@mimicry/kaleidoscope

Version:

Kaleidoscope is an NPM package that conveniently aggregates responses from multiple NFT data providers.

7 lines (6 loc) 215 B
import { Chain } from '../../enums'; import { CurrencyInfo } from '../../types'; /** * Given a Chain, return the CurrencyInfo. */ export declare function currencyInfoFromChain(_chain?: Chain): CurrencyInfo;