Function lib::find::find_vote

source ·
pub fn find_vote(
    jormungandr_database: &Path,
    voting_key: String
) -> Result<Vec<Vote>, Error>
Expand description

Did I vote? Iterate through all vote cast fragments and match the given voters pub key to confirm vote “went through”.