UNPKG

@cross-nft-marketplace/auction-house-nft-hooks

Version:

Generic react hooks for fetching cross-nft-marketplace auctions, nfts, and data on arbitary 721s. Powers nft-components.

5 lines (4 loc) 297 B
import type { Revalidator, RevalidatorOptions, SWRConfiguration } from 'swr'; export declare class NotFoundError extends Error { } export declare const onErrorRetry: (err: Error, _: any, swrConfiguration: SWRConfiguration, revalidate: Revalidator, revalidateOpts: RevalidatorOptions) => void;