Skip to main content

AuthorHead

Type Alias AuthorHead 

Source
pub type AuthorHead = Signed<AuthorHeadBody>;

Aliased Type§

pub struct AuthorHead { /* private fields */ }

Implementations§

Source§

impl AuthorHead

Source

pub fn signed( store_id: String, body: MembershipHeadBody, activation: MembershipHeadActivation, device_signer: &UserKeypair, ) -> Self

Source

pub fn verify(&self, registration: &StoreDeviceRegistration) -> bool

Source

pub fn entry_coord(&self) -> MembershipCoord

Source

pub fn head_hash(&self) -> ObjectHash