Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add didcomm, dids, issuance, revocation & anoncred services to client #13

Merged

Conversation

IliasElbarnoussi
Copy link
Contributor

dids, issuance, revocation, anoncred services to client,Signed-off-by: Ilias Elbarnoussi [email protected]

src/client.ts Outdated
Comment on lines 26 to 32
sdJwtVc: {
credentials: typeof SdJwtVcCredentialTemplatesService
presentations: typeof PresentationTemplatesService
}
anoncreds: {
credentials: typeof AnoncredsCredentialTemplatesService
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
sdJwtVc: {
credentials: typeof SdJwtVcCredentialTemplatesService
presentations: typeof PresentationTemplatesService
}
anoncreds: {
credentials: typeof AnoncredsCredentialTemplatesService
}
presentations: typeof PresentationTemplatesService,
credentials: {
sdJwtVc: typeof SdJwtVcCredentialTemplatesService,
anoncreds: typeof AnoncredsCredentialTemplatesService
}

Co-authored-by: Timo Glastra <[email protected]>
src/client.ts Outdated
Comment on lines 26 to 32
sdJwtVc: {
credentials: typeof SdJwtVcCredentialTemplatesService
presentations: typeof PresentationTemplatesService
}
anoncreds: {
credentials: typeof AnoncredsCredentialTemplatesService
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's still not correct. See my suggestion from previous review

@TimoGlastra TimoGlastra merged commit a1297a4 into animo:main Jun 12, 2024
1 check passed
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants