Skip to main content

CircleControlHead

Type Alias CircleControlHead 

Source
pub type CircleControlHead = Signed<CircleControlHeadBody>;

Aliased Type§

pub struct CircleControlHead { /* private fields */ }

Implementations§

Source§

impl CircleControlHead

Source

pub fn signed( control: &CircleControl, entry: ExactObjectRef, successor: SuccessorLink, signer: &UserKeypair, ) -> Self

Source

pub fn head_hash(&self) -> ObjectHash

Source

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