hoodkit
    Preparing search index...

    Interface SyncResult

    Result of a Indexer.sync run.

    interface SyncResult {
        head: bigint;
        swapsIndexed: number;
        timestampsFetched: number;
        transfersIndexed: number;
    }
    Index
    head: bigint
    swapsIndexed: number
    timestampsFetched: number
    transfersIndexed: number