@pwngh/economy-lab
    Preparing search index...

    Type Alias OutboxBacklogFinding

    What detectOutboxBacklog found in the newest relay gauge pair.

    type OutboxBacklogFinding = {
        ageMs: number;
        pending: number;
        signature: "outbox-backlog";
    }
    Index
    ageMs: number

    The newest backlog-age gauge reading.

    pending: number

    The newest backlog-depth gauge reading, or 0 when no depth sample is buffered.

    signature: "outbox-backlog"