Struct finality_grandpa::voter::BadCommit [−][src]
pub struct BadCommit { /* fields omitted */ }
The result of processing for a bad commit
Implementations
impl BadCommit
[src]
impl BadCommit
[src]pub fn num_precommits(&self) -> usize
[src]
Get the number of precommits
pub fn num_duplicated(&self) -> usize
[src]
Get the number of duplicated precommits
pub fn num_equivocations(&self) -> usize
[src]
Get the number of equivocations in the precommits
pub fn num_invalid_voters(&self) -> usize
[src]
Get the number of invalid voters in the precommits
Trait Implementations
impl<H, N> From<CommitValidationResult<H, N>> for BadCommit
[src]
impl<H, N> From<CommitValidationResult<H, N>> for BadCommit
[src]