Closed AlexHsieh closed 7 months ago
Thank you for this,
So it seems that portableDid metadata
is
not optional in web5-js
not optional in web5-kt
So I think swift needs to be changed to have metadata not optional.
I could be missing some context here so please let me know if I am off the mark
This was a good catch @AlexHsieh, thanks for tracking it down!
Just opened an issue in web5-swift to make this field required.
Thanks @nitro-neal! Closing this PR.
PortableDid in web5-js is optional PortableDid in web5-kt is NOT optional PortableDid in web5-swift is optional
KT version might require update?