Raindex SDK Documentation
    Preparing search index...

    Interface RaindexSyncStatusSnapshot

    interface RaindexSyncStatusSnapshot {
        error?: string;
        lastSyncedBlock?: number;
        networkKey?: string;
        phaseMessage?: string;
        raindexId: RaindexIdentifier;
        raindexKey?: string;
        ready: boolean;
        schedulerState: SchedulerState;
        status: LocalDbStatus;
        updatedAt?: string;
    }
    Index

    Properties

    error?: string
    lastSyncedBlock?: number
    networkKey?: string
    phaseMessage?: string
    raindexKey?: string
    ready: boolean
    schedulerState: SchedulerState
    updatedAt?: string