pub async fn get_account_votes_with_plan(
    context: &Context,
    vote_plan_id: VotePlanId,
    account_id_hex: String
) -> Result<Option<Vec<u8>>, Error>