RequestPresentationBody

@Serializable
data class RequestPresentationBody(val comment: String, val formats: Array<AttachmentFormatReference>)(source)

From ARIES RFC 0454

Constructors

Link copied to clipboard
constructor(comment: String, formats: Array<AttachmentFormatReference>)

Properties

Link copied to clipboard
@SerialName(value = "comment")
val comment: String
Link copied to clipboard
@SerialName(value = "formats")
val formats: Array<AttachmentFormatReference>

Functions

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