pub fn make_dispute_message(
    info: &SessionInfo,
    votes: &CandidateVotes,
    our_vote: SignedDisputeStatement,
    our_index: ValidatorIndex
) -> Result<DisputeMessage, DisputeMessageCreationError>
Expand description

Create a DisputeMessage to be sent to DisputeDistribution.