Skip to main content
AuthorHead
coven_
protocol
1.0.0-rc.1
Author
Head
Aliased Type
Methods
entry_coord
head_hash
signed
verify
In coven_
protocol::
membership
coven_protocol
::
membership
Type Alias
Author
Head
Copy item path
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