IDIDCommMessageAttachmentData 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 DIDComm message structure for data in an attachment. See https://identity.foundation/didcomm-messaging/spec/\#attachments
This API may change without a BREAKING CHANGE notice.
Signature:
export interface IDIDCommMessageAttachmentData
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| base64? | string | (BETA) (Optional) | |
| hash? | string | (BETA) (Optional) | |
| json? | any | (BETA) (Optional) | |
| jws? | any | (BETA) (Optional) | |
| links? | string[] | (BETA) (Optional) |