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

Allow internal mutability on DIDDocument and DIDResolutionResult #14

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

amika-sq
Copy link
Contributor

Internal mutability for both the DIDDocument and DIDResolutionResult structs. This allows building up either of those objects using a var and modifying properties, instead of requiring them to go through an initializer each time.

Also adds a few more resolution error types!

@amika-sq amika-sq enabled auto-merge (squash) February 13, 2024 18:07
@amika-sq amika-sq merged commit ca3246f into main Feb 13, 2024
1 check passed
@amika-sq amika-sq deleted the did-doc-mutability branch February 13, 2024 18:14
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.

None yet

1 participant