UNPKG

@poprank/sdk

Version:

PopRank API client and types

8 lines (7 loc) 330 B
import { Nft } from './types'; /** * Base aesthetic attributes for an NFT. * Used when we are transforming NFTs from their * tokenURI / API response into PopRank NFTs */ export declare const aestheticBaseAttributes: Pick<Nft, 'aestheticRank' | 'aestheticRankReliability' | 'rating' | 'timesDrawn' | 'timesSeen' | 'timesWon'>;