NFT: { collection: string; contract: string; creator: string; description: string; identifier: string; image_url: string; is_disabled: boolean; is_nsfw: boolean; metadata_url: string; name: string; opensea_url: string; owners: { address: string; quantity: number; }[]; rarity: null | { calculated_at: string; max_rank: number | null; rank: number | null; ranking_features: null | { unique_attribute_count: number; }; score: number | null; strategy_id: string | null; strategy_version: string | null; tokens_scored: number | null; }; token_standard: string; traits: Trait[] | null; updated_at: string; } Type declaration
collection: string
contract: string
creator: string
description: string
identifier: string
image_url: string
is_disabled: boolean
is_nsfw: boolean
metadata_url: string
name: string
opensea_url: string
owners: {
address: string;
quantity: number;
}[]
rarity: null | {
calculated_at: string;
max_rank: number | null;
rank: number | null;
ranking_features: null | {
unique_attribute_count: number;
};
score: number | null;
strategy_id: string | null;
strategy_version: string | null;
tokens_scored: number | null;
}
token_standard: string
traits: Trait[] | null
updated_at: string
NFT type returned by OpenSea API.