Type alias DidCreateResponse

DidCreateResponse: ResponseStatus & {
    did?: DidMessageResult[DidInterface.Create];
}

The response from a DID creation request, including the operation's status and, if successful, the created DID.

Type declaration

  • Optional did?: DidMessageResult[DidInterface.Create]

    The result of the DID creation operation, containing the newly created DID, if successful