fn apply_block_to_vote_plans(
    vote_plans: VotePlans,
    block: &ExplorerBlock,
    stake: &StakeControl
) -> Result<VotePlans, ExplorerError>