Type Alias ChallengesResult

Source
pub type ChallengesResult = Vec<SlashedValidator>;
Expand description

Result of checking challenge, contains which accounts to slash. If challenge is invalid this is sender, otherwise author of chunk (and possibly other participants that signed invalid blocks).

Aliased Typeยง

pub struct ChallengesResult { /* private fields */ }