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

    Type Alias GetTokenActivityQuery

    type GetTokenActivityQuery = {
        token_activities_v2: {
            after_value?: string | null;
            before_value?: string | null;
            entry_function_id_str?: string | null;
            event_account_address: string;
            event_index: any;
            from_address?: string | null;
            is_fungible_v2?: boolean | null;
            property_version_v1: any;
            to_address?: string | null;
            token_amount: any;
            token_data_id: string;
            token_standard: string;
            transaction_timestamp: any;
            transaction_version: any;
            type: string;
        }[];
    }
    Index

    Properties

    token_activities_v2: {
        after_value?: string | null;
        before_value?: string | null;
        entry_function_id_str?: string | null;
        event_account_address: string;
        event_index: any;
        from_address?: string | null;
        is_fungible_v2?: boolean | null;
        property_version_v1: any;
        to_address?: string | null;
        token_amount: any;
        token_data_id: string;
        token_standard: string;
        transaction_timestamp: any;
        transaction_version: any;
        type: string;
    }[]