Skip to main content

AbstractDIDCommTransport.(constructor)

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Shared constructor that takes an optional identifier (for reusing) for this IDIDCommTransport.

Signature:

constructor(id?: string);

Parameters

ParameterTypeDescription
idstring

(Optional) An optional identifier for this IDIDCommTransport.

This API may change without a BREAKING CHANGE notice.