Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerBacklogResponse

    interface IndexerServerBacklogResponse {
        total_txs: string;
        total_submissions: string;
        backlog_size: string;
        updated_at: string;
        backlog_eta_in_seconds: null | string;
        txs_per_second: null | string;
    }
    Index

    Properties

    total_txs: string
    total_submissions: string
    backlog_size: string
    updated_at: string
    backlog_eta_in_seconds: null | string
    txs_per_second: null | string