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

feat: make eip191JwtOf and credentialsOf public #51

Merged

Conversation

nichonien
Copy link
Contributor

No description provided.

jrhender
jrhender previously approved these changes Jul 28, 2022
Copy link
Collaborator

@jrhender jrhender left a comment

Choose a reason for hiding this comment

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

Seems fine but could you add documentation to these methods please if making them public please? I think all public methods should have documentation

@nichonien nichonien force-pushed the task/EC-62_make_credential_fetch_by_did_method_public branch from ec86a77 to 4b035ef Compare July 28, 2022 07:17
@nichonien nichonien requested a review from jrhender July 28, 2022 07:18
* @param did subject DID
* @returns RoleEIP191JWT list
*/
async eip191JwtOf(did: string): Promise<RoleEIP191JWT[]> {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe consider adding an s here to indicate a plural return (as credentialsOf does)

Suggested change
async eip191JwtOf(did: string): Promise<RoleEIP191JWT[]> {
async eip191JwtsOf(did: string): Promise<RoleEIP191JWT[]> {

@nichonien nichonien merged commit 4ef8045 into develop Jul 28, 2022
@nichonien nichonien deleted the task/EC-62_make_credential_fetch_by_did_method_public branch August 10, 2022 08:04
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.

3 participants