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§

struct ChallengesResult { /* private fields */ }