Struct sda_protocol::Committee [] [src]

pub struct Committee {
    pub aggregation: AggregationId,
    pub clerks_and_keys: Vec<(AgentId, EncryptionKeyId)>,
}

Description of committee elected for an aggregation.

Fields

Aggregation identifier.

Clerks in the committee, with corresponding encryption key to use for encrypting messages for each.

Trait Implementations

impl Clone for Committee
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Committee
[src]

Formats the value using the given formatter.

impl PartialEq for Committee
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.