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
Property | Modifiers | Type | Description |
---|---|---|---|
messageId | string | (BETA) | |
packedMessage | IPackedDIDCommMessage | (BETA) | |
recipientDidUrl | string | (BETA) | |
returnTransportId? | string | (BETA) (Optional) |