Skip to content

Commit

Permalink
Merge pull request #155 from aion-dk/interface-match-av-client
Browse files Browse the repository at this point in the history
IAVClient does not match AVClient
  • Loading branch information
av-lukas authored Mar 23, 2022
2 parents d4c6710 + 8dd0cd0 commit bab9807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/av_client/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export interface IAVClient {
spoilBallot(): Promise<string>
castBallot (affidavit: Affidavit): Promise<BallotBoxReceipt>
purgeData(): void
challengeBallot(): void
challengeBallot(): Promise<void>
}

/**
Expand Down Expand Up @@ -288,4 +288,4 @@ interface Service {
interface AffidavitConfig {
curve: string;
encryptionKey: string;
}
}

0 comments on commit bab9807

Please sign in to comment.