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

    Type Alias GetTokenDataQuery

    type GetTokenDataQuery = {
        current_token_datas_v2: {
            collection_id: string;
            current_collection?:
                | {
                    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;
                }
                | null;
            decimals?: any
            | null;
            description: string;
            is_fungible_v2?: boolean | null;
            largest_property_version_v1?: any | null;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            maximum?: any | null;
            supply?: any | null;
            token_data_id: string;
            token_name: string;
            token_properties: any;
            token_standard: string;
            token_uri: string;
        }[];
    }
    Index

    Properties

    current_token_datas_v2: {
        collection_id: string;
        current_collection?:
            | {
                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;
            }
            | null;
        decimals?: any
        | null;
        description: string;
        is_fungible_v2?: boolean | null;
        largest_property_version_v1?: any | null;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        maximum?: any | null;
        supply?: any | null;
        token_data_id: string;
        token_name: string;
        token_properties: any;
        token_standard: string;
        token_uri: string;
    }[]