UNPKG

@mimicry/kaleidoscope

Version:

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

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