bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iGetDynamicDataActivitySuccessResponse

    interface iGetDynamicDataActivitySuccessResponse {
        history: {
            docs: { actions: any[]; dynamicDataId: string; updatedAt: number }[];
            pagination: { bookmark: string; hasMore: boolean };
        };
        pending: {
            actions: any[];
            dynamicDataId: string;
            error: string;
            handlerId: string;
            lastFetchedAt: number;
            nextFetchTime: number;
            numRetries: number;
        }[];
    }

    Implemented by

    Index

    Properties

    Properties

    history: {
        docs: { actions: any[]; dynamicDataId: string; updatedAt: number }[];
        pagination: { bookmark: string; hasMore: boolean };
    }
    pending: {
        actions: any[];
        dynamicDataId: string;
        error: string;
        handlerId: string;
        lastFetchedAt: number;
        nextFetchTime: number;
        numRetries: number;
    }[]