pub static LIGHTER_WS_MESSAGE_QUOTA: LazyLock<Quota>Expand description
Lighter WebSocket client-message quota, excluding sendTx / sendTxBatch.
Paces at the documented 200/min with a 50-message burst; the inflight cap is enforced separately by the subscribe gate (see the module docs).