Skip to main content

ISendDIDCommMessageArgs interface

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.

The input to the IDIDComm.sendDIDCommMessage() method. The provided messageId will be used in the emitted event to allow event/message correlation.

This API may change without a BREAKING CHANGE notice.

Signature:

export interface ISendDIDCommMessageArgs extends UsingResolutionOptions

Extends: UsingResolutionOptions

Properties

PropertyModifiersTypeDescription
messageIdstring(BETA)
packedMessageIPackedDIDCommMessage(BETA)
recipientDidUrlstring(BETA)
returnTransportId?string(BETA) (Optional)