The type does not define services as a valid option: https://github.com/decentralized-identity/didwebvh-ts/blob/main/src/interfaces.ts#L122, and I think when I dug a while back into the code it didn't do anything with it at creation time (code might have changed though).
So it means, to add a #whois service for instance, we need to first create the DID and then update it.
Is there a rationale behind this design choice?
Thanks
The type does not define
servicesas a valid option: https://github.com/decentralized-identity/didwebvh-ts/blob/main/src/interfaces.ts#L122, and I think when I dug a while back into the code it didn't do anything with it at creation time (code might have changed though).So it means, to add a
#whoisservice for instance, we need to first create the DID and then update it.Is there a rationale behind this design choice?
Thanks