Raindex SDK Documentation
    Preparing search index...

    Type Alias SyncPhase

    SyncPhase:
        | "fetching_latest_block"
        | "running_bootstrap"
        | "computing_sync_window"
        | "fetching_orderbook_logs"
        | "decoding_orderbook_logs"
        | "fetching_store_logs"
        | "decoding_store_logs"
        | "fetching_token_metadata"
        | "building_sql_batch"
        | "persisting_to_database"
        | "running_post_sync_export"
        | "idle"