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.

13 lines (12 loc) 289 B
export declare type MetadataIsh = { mimeType?: string; _mimeType?: string; name?: string; description?: string; animation_url?: string; image_thumbnail_url?: string; image_url?: string; image?: string; attributes?: any; traits?: any; };