Skip to main content

CircleRosterEntry

Type Alias CircleRosterEntry 

Source
pub type CircleRosterEntry = Signed<CircleRosterEntryBody>;

Aliased Type§

pub struct CircleRosterEntry { /* private fields */ }

Implementations§

Source§

impl CircleRosterEntry

Source

pub fn founder( store_root_hash: ObjectHash, circle_id: CircleId, device_id: &str, stream_id: AuthorStreamId, owner_grant: MembershipGrantId, signer: &dyn IdentityKeyAuthority, ) -> Self

Source

pub fn coord(&self) -> CircleRosterCoord

Source

pub fn verify(&self) -> bool