Available on crate feature
state-res
only.Modules
Structs
Enums
- Represents the various errors that arise when resolving state.
Traits
- Abstraction of a PDU so users can have their own PDU types.
Functions
- Authenticate the incoming
event
. - For the given event
kind
what are the relevant auth events that are needed to authenticate thiscontent
. - Sorts the event graph based on number of outgoing/incoming edges.
- Resolve sets of state events as they come in.
Type Definitions
- Result type for state resolution.
- A mapping of event type and state_key to some value
T
, usually anEventId
.