Skip to content

Commit

Permalink
fix: Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Healy committed Mar 19, 2020
1 parent b474df8 commit 2829540
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ export interface ServiceEndpoint {
}

export abstract class AbstractIdentityController {
/**
*
* @param type String
* @param proofPurpose String[]
*/
addPublicKey(type: string, proofPurpose?: string[]): Promise<string> {
return Promise.reject('Method addPublicKey not implemented')
}
Expand Down

0 comments on commit 2829540

Please sign in to comment.