AttachmentLinkData

The AttachmentLinkData data class represents a DIDComm attachment containing a link to external data.

Constructors

Link copied to clipboard
constructor(links: Array<String>, hash: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Overrides the equals method of the Any class.

Link copied to clipboard

This method verifies the type of AttachmentData and returns the data as a json string.

Link copied to clipboard
open override fun hashCode(): Int

Calculates the hash code for the AttachmentLinkData instance.