@aptos-labs/ts-sdk - v5.1.4
    Preparing search index...

    Type Alias GetCollectionDataQuery

    type GetCollectionDataQuery = {
        current_collections_v2: {
            cdn_asset_uris?:
                | {
                    animation_optimizer_retry_count: number;
                    asset_uri: string;
                    cdn_animation_uri?: string
                    | null;
                    cdn_image_uri?: string | null;
                    cdn_json_uri?: string | null;
                    image_optimizer_retry_count: number;
                    json_parser_retry_count: number;
                    raw_animation_uri?: string | null;
                    raw_image_uri?: string | null;
                }
                | null;
            collection_id: string;
            collection_name: string;
            creator_address: string;
            current_supply: any;
            description: string;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            max_supply?: any
            | null;
            mutable_description?: boolean | null;
            mutable_uri?: boolean | null;
            table_handle_v1?: string | null;
            token_standard: string;
            total_minted_v2?: any | null;
            uri: string;
        }[];
    }
    Index

    Properties

    current_collections_v2: {
        cdn_asset_uris?:
            | {
                animation_optimizer_retry_count: number;
                asset_uri: string;
                cdn_animation_uri?: string
                | null;
                cdn_image_uri?: string | null;
                cdn_json_uri?: string | null;
                image_optimizer_retry_count: number;
                json_parser_retry_count: number;
                raw_animation_uri?: string | null;
                raw_image_uri?: string | null;
            }
            | null;
        collection_id: string;
        collection_name: string;
        creator_address: string;
        current_supply: any;
        description: string;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        max_supply?: any
        | null;
        mutable_description?: boolean | null;
        mutable_uri?: boolean | null;
        table_handle_v1?: string | null;
        token_standard: string;
        total_minted_v2?: any | null;
        uri: string;
    }[]