It should be possible to transition between different types of public keys. This technically should already be possible with the PUT /v3/api/user/did endpoint with a JSON object that looks like the following, but may need some small adjustments.
{ "type": "Ed25519", "key": "BASE64_KEY" }
It should be possible to transition between different types of public keys. This technically should already be possible with the
PUT /v3/api/user/didendpoint with a JSON object that looks like the following, but may need some small adjustments.{ "type": "Ed25519", "key": "BASE64_KEY" }