referrerpolicy=no-referrer-when-downgrade

Type Alias polkadot_statement_table::v2::Summary

source ·
pub type Summary = Summary<CandidateHash, CoreIndex>;
Expand description

A summary of import of a statement.

Aliased Type§

struct Summary {
    pub candidate: CandidateHash,
    pub group_id: CoreIndex,
    pub validity_votes: usize,
}

Fields§

§candidate: CandidateHash

The digest of the candidate referenced.

§group_id: CoreIndex

The group that the candidate is in.

§validity_votes: usize

How many validity votes are currently witnessed.