UNPKG

@mimicry/kaleidoscope

Version:

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

6 lines (5 loc) 205 B
import { CurrencyInfo, Value } from '../types'; /** * Given a number and CurrencyInfo, return a bigint. */ export declare function numberToValue(_value: number, _currencyInfo: CurrencyInfo): Value;