pub async fn get_account_votes(
    context: &Context,
    account_id_hex: String
) -> Result<Option<Vec<AccountVotes>>, Error>