pub const HISTORY_CLIENT_ID_PREFIX: &str = "history-client";
Expand description
We always instantiate history clients with this prefix in their client id, so we can use prefix testing to determine with some accuracy whether or not something is a history client.