Skip to content

Commit

Permalink
feat(verifyVc): update method documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
whitneypurdum committed Jul 8, 2022
1 parent cd77eb0 commit 86e47e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -23,4 +23,4 @@ ___

**isVerified**: `boolean`

Verifies if a claim has been successfully verified
Indicates if a claim has been successfully verified
2 changes: 1 addition & 1 deletion src/modules/claims/claims.types.ts
Expand Up @@ -431,7 +431,7 @@ export interface ClaimRevocationDetailsResult {
}

export interface CredentialVerificationResult {
/** Verifies if a claim has been successfully verified */
/** Indicates if a claim has been successfully verified */
isVerified: boolean;

/** Verification errors */
Expand Down

0 comments on commit 86e47e1

Please sign in to comment.