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

    Type Alias GetFungibleAssetActivitiesQuery

    type GetFungibleAssetActivitiesQuery = {
        fungible_asset_activities: {
            amount?: any | null;
            asset_type?: string | null;
            block_height: any;
            entry_function_id_str?: string | null;
            event_index: any;
            gas_fee_payer_address?: string | null;
            is_frozen?: boolean | null;
            is_gas_fee: boolean;
            is_transaction_success: boolean;
            owner_address?: string | null;
            storage_id: string;
            storage_refund_amount: any;
            token_standard: string;
            transaction_timestamp: any;
            transaction_version: any;
            type: string;
        }[];
    }
    Index

    Properties

    fungible_asset_activities: {
        amount?: any | null;
        asset_type?: string | null;
        block_height: any;
        entry_function_id_str?: string | null;
        event_index: any;
        gas_fee_payer_address?: string | null;
        is_frozen?: boolean | null;
        is_gas_fee: boolean;
        is_transaction_success: boolean;
        owner_address?: string | null;
        storage_id: string;
        storage_refund_amount: any;
        token_standard: string;
        transaction_timestamp: any;
        transaction_version: any;
        type: string;
    }[]