pub type RoomState = BTreeMap<(String, String), LeanEvent>;
The room state at a specific point in the DAG (keyed by (type, state_key) -> event).
pub struct RoomState { /* private fields */ }