Struct sda_protocol::ClerkCandidate [] [src]

pub struct ClerkCandidate {
    pub id: AgentId,
    pub keys: Vec<EncryptionKeyId>,
}

Suggested clerk for a given aggregation.

Fields

Clerk identifier.

Available and matching encryption keys for candidate.

Trait Implementations

impl Clone for ClerkCandidate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClerkCandidate
[src]

Formats the value using the given formatter.