UNPKG

@mojito-inc/secondary-market

Version:

Mojito secondary market is the platform to purchase NFT.

7 lines (6 loc) 270 B
import { OfferData } from '../interface'; export declare const useTokenOffer: (orgId: string, itemId: string, isWalletConnected?: boolean, currency?: string) => { offerData: OfferData[] | null | undefined; offerLoading: boolean; offerRefetch: () => void; };