pub fn generate_equivocation_proof(
    vote1: (u64, Payload, ValidatorSetId, &Keyring),
    vote2: (u64, Payload, ValidatorSetId, &Keyring)
) -> EquivocationProof<u64, Public, Signature>
Expand description

Create a new EquivocationProof based on given arguments.