Create a DID creation operation which includes the information provided.
The resulting extrinsic can be submitted to create an on-chain DID that has the provided keys and service endpoints.
A DID creation operation can contain at most 25 new service endpoints. Additionally, each service endpoint must respect the following conditions:
The SubmittableExtrinsic for the DID creation operation.
The DID keys and services to store, also accepts DidDocument, so you can store a light DID for example.
The KILT address authorized to submit the creation operation.
The sign callback. The authentication key has to be used.
Create a DID creation operation which includes the information provided.
The resulting extrinsic can be submitted to create an on-chain DID that has the provided keys and service endpoints.
A DID creation operation can contain at most 25 new service endpoints. Additionally, each service endpoint must respect the following conditions:
Returns
The SubmittableExtrinsic for the DID creation operation.