Skip to main content

RoomState

Type Alias RoomState 

Source
pub type RoomState = BTreeMap<(String, String), LeanEvent>;
Expand description

The room state at a specific point in the DAG (keyed by (type, state_key) -> event).

Aliased Typeยง

pub struct RoomState { /* private fields */ }