pub async fn create_did_document<K, I, S>(
identity_client: &IdentityClient<S>,
storage: &Storage<K, I>,
) -> Result<(IotaDocument, String)>
pub async fn create_did_document<K, I, S>(
identity_client: &IdentityClient<S>,
storage: &Storage<K, I>,
) -> Result<(IotaDocument, String)>