Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

feat: add retrieve credential definitions #315

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

davideroffo
Copy link

Summary

This pull request closes #314 by making the necessary changes to the cred-def-list component.

The updates include setting the component property to be retrievable and passing the full list of cred_defs. Additionally, the cred_defs are now fetched during the created lifecycle.

These changes will enable the user to retrieve the Credential Definitions by TxID and use them when creating the Request Presentation.

Main Changes

  • Set the cred-def-list component property to be retrievable
  • Pass the full list of cred_defs
  • Fetch the cred_defs during the created lifecycle

With these changes, users will be able to easily retrieve the Credential Definitions and use them in creating a Request Presentation, ultimately improving the overall functionality of the component.

image

@davideroffo davideroffo force-pushed the feat/314-add-retrieve-credential-definitions branch from e47823a to 0bf5363 Compare March 21, 2023 06:50
@dbluhm dbluhm requested a review from TheTechmage April 5, 2023 18:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add the ability to Retrieve Credential Definitions
1 participant