hoodkit
    Preparing search index...

    Interface SyncProgress

    Progress callback payload during Indexer.sync.

    interface SyncProgress {
        fromBlock: bigint;
        head: bigint;
        inserted: number;
        kind: "transfers" | "swaps" | "timestamps";
        target: `0x${string}`;
        toBlock: bigint;
    }
    Index
    fromBlock: bigint
    head: bigint
    inserted: number
    kind: "transfers" | "swaps" | "timestamps"
    target: `0x${string}`
    toBlock: bigint