Struct sda_protocol::ClerkingJob [] [src]

pub struct ClerkingJob {
    pub id: ClerkingJobId,
    pub clerk: AgentId,
    pub aggregation: AggregationId,
    pub snapshot: SnapshotId,
    pub encryptions: Vec<Encryption>,
}

Partial aggregation job to be performed by a clerk.

Fields

Unique identifier.

Intended clerk.

Associated aggregation.

Associated snapshot of aggregation.

Encryptions containing shares for clerking.

Trait Implementations

impl Clone for ClerkingJob
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClerkingJob
[src]

Formats the value using the given formatter.

impl PartialEq for ClerkingJob
[src]

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

This method tests for !=.

impl Identified for ClerkingJob
[src]