fn extract_yes_no_votes(
    proposal: &Proposal,
    voteplan: &VoteProposalStatus
) -> Result<(u64, u64)>
Expand description

returns (yes, no)