UNPKG

@mojito-inc/secondary-market

Version:

Mojito secondary market is the platform to purchase NFT.

12 lines (11 loc) 305 B
interface SwapPriceProps { price: number; currencyContractAddress: string; provider: any; } interface SwapResponse { status: boolean; message: string; } export declare function swapPrice({ price, currencyContractAddress, provider, }: SwapPriceProps): Promise<SwapResponse>; export {};