Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
reinkrul committed Dec 5, 2023
1 parent 89a3a08 commit 139dd72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vcr/api/vcr/v2/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ type CredentialSubject = interface{}
// Revocation is an alias to use from within the API
type Revocation = credential.Revocation

type VerifiableCredential = types.CompactingVerifiableCredential
type VerifiablePresentation = types.CompactingVerifiablePresentation

var _ json.Unmarshaler = &types.CompactingVerifiablePresentation{}
var _ json.Marshaler = types.CompactingVerifiablePresentation{}

Expand Down

0 comments on commit 139dd72

Please sign in to comment.