UNPKG

@unique-nft/utils

Version:

A tiny library to work with Substrate and Ethereum addresses and do some more

13 lines (10 loc) 292 B
type IPrice = { coin: string; avg: number; currency: string; }; declare const ExchangeInfo: { getQTZPrice: (dontUseCORSProxy?: boolean | undefined) => Promise<IPrice>; getUNQPrice: () => Promise<IPrice>; }; export { ExchangeInfo, type IPrice, ExchangeInfo as default };