pub fn check_double_voting_proof<Number, Id, MsgHash>(
report: &DoubleVotingProof<Number, Id, <Id as RuntimeAppPublic>::Signature>,
) -> boolExpand description
Verifies the equivocation proof by making sure that both votes target different blocks and that its signatures are valid.