Raindex SDK Documentation
    Preparing search index...

    Interface SyncStatusResponse

    interface SyncStatusResponse {
        chain_id: number;
        last_synced_block: number;
        orderbook_address: string;
        updated_at: undefined | string;
    }
    Index

    Properties

    chain_id: number
    last_synced_block: number
    orderbook_address: string
    updated_at: undefined | string