UNPKG

@mojito-inc/secondary-market

Version:

Mojito secondary market is the platform to purchase NFT.

9 lines (8 loc) 369 B
import { HandleSentryFunctionProp } from '../interface'; declare const useSolanaWalletPolling: () => { checkForMismatchWalletAddress: (currentAppWalletAddress: string, providerType: string, handleSentryLog?: HandleSentryFunctionProp) => Promise<{ isMismatched: boolean; address: string | undefined; }>; }; export default useSolanaWalletPolling;