pub fn find_vote( jormungandr_database: &Path, voting_key: String ) -> Result<Vec<Vote>, Error>
Did I vote? Iterate through all vote cast fragments and match the given voters pub key to confirm vote “went through”.