Documentation
    Preparing search index...

    Interface CongestionPolicy

    The protocol's congestion knobs (EwmaConfig). Shipped disabled.

    interface CongestionPolicy {
        enabled: boolean;
        penaltyRate: bigint;
        zScoreThreshold: bigint;
    }
    Index
    enabled: boolean
    penaltyRate: bigint

    penalty_rate — per-unit surcharge charged when the z-score fires.

    zScoreThreshold: bigint

    z_score_threshold — how many standard deviations above the mean gas must sit.