Skip to main content

ISendMessageDIDCommAlpha1Args 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.

Warning: This API is now obsolete.

Please use IDIDComm.sendDIDCommMessage() instead. This will be removed in Veramo 4.0. Input arguments for IDIDComm.sendMessageDIDCommAlpha1()

This API may change without a BREAKING CHANGE notice.

Signature:

export interface ISendMessageDIDCommAlpha1Args

Properties

PropertyModifiersTypeDescription
data{ id?: string; from: string; to: string; type: string; body: object | string; }(BETA)
headers?Record<string, string>(BETA) (Optional)
save?boolean(BETA) (Optional)
url?string(BETA) (Optional)