identity.ts
identity.ts copied to clipboard
Add DID fragment to the DID Class
Description When a DID class instance is created, an optional fragment can be part of it. The DID Class needs to handle this.
Requirements
- [ ] Store the fragment in the DID class.
- [ ] Resolve the fragment in the Resolve function.