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: CandidateHashThe digest of the candidate referenced.
group_id: CoreIndexThe group that the candidate is in.
validity_votes: usizeHow many validity votes are currently witnessed.