Type alias Nft

Nft: {
    animation_url: string;
    attributes: {
        [k: string]: string | number;
    };
    attributes_array: any;
    cached_animation_url: string;
    cached_image_uri: string;
    collection: CollectionInfo;
    creators: Creator[];
    description: string;
    external_url: string;
    files: NftFile[];
    image_uri: string;
    is_burnt: boolean;
    is_compressed: boolean;
    is_loaded_metadata: boolean;
    is_mutable: boolean;
    merkle_tree: string;
    metadata_uri: string;
    mint: string;
    name: string;
    owner: string;
    primary_sale_happened: boolean;
    royalty: number;
    symbol: string;
    token_record?: TokenRecordData;
    token_standard: string;
    update_authority: string;
}

Type declaration

  • animation_url: string
  • attributes: {
        [k: string]: string | number;
    }
    • [k: string]: string | number
  • attributes_array: any
  • cached_animation_url: string
  • cached_image_uri: string
  • collection: CollectionInfo
  • creators: Creator[]
  • description: string
  • external_url: string
  • files: NftFile[]
  • image_uri: string
  • is_burnt: boolean
  • is_compressed: boolean
  • is_loaded_metadata: boolean
  • is_mutable: boolean
  • merkle_tree: string
  • metadata_uri: string
  • mint: string
  • name: string
  • owner: string
  • primary_sale_happened: boolean
  • royalty: number
  • symbol: string
  • Optional token_record?: TokenRecordData
  • token_standard: string
  • update_authority: string

Generated using TypeDoc