Skip to content

Commit

Permalink
types(VCProof): make compulsory again
Browse files Browse the repository at this point in the history
  • Loading branch information
lemoustachiste committed Dec 9, 2024
1 parent 7e4e0c9 commit c571611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/BlockcertsV3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export interface VCProof {
created: string;
proofValue?: string;
jws?: string;
proofPurpose?: string;
proofPurpose: string;
domain?: string;
challenge?: string;
verificationMethod: string;
Expand Down

0 comments on commit c571611

Please sign in to comment.