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: AggregationId
Aggregation identifier.
clerks_and_keys: Vec<(AgentId, EncryptionKeyId)>
Clerks in the committee, with corresponding encryption key to use for encrypting messages for each.
Trait Implementations
impl Clone for Committee[src]
fn clone(&self) -> Committee
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more