UNPKG

@mojito-inc/secondary-market

Version:

Mojito secondary market is the platform to purchase NFT.

13 lines (12 loc) 418 B
import { TokenPriceProps } from '../interface'; interface PriceListProps { buyNowPrice: TokenPriceProps[]; lastPurchasedPrice: TokenPriceProps[]; makeOfferHighestPrice: TokenPriceProps[]; makeOfferLatestPrice: TokenPriceProps[]; } export declare const getPrice: (status: string, price: PriceListProps, listedPrice: TokenPriceProps[]) => { price: TokenPriceProps[]; label: string; }; export {};