Skip to main content

AuthSet

Type Alias AuthSet 

Source
pub type AuthSet<Id> = BTreeSet<Id>;
Expand description

Full recursive set of auth_events for each event in a StateMap.

Aliased Typeยง

pub struct AuthSet<Id> { /* private fields */ }