RequestPresentationAttachment

@Serializable
data class RequestPresentationAttachment(val presentationDefinition: PresentationDefinition, val options: RequestPresentationAttachmentOptions)(source)

Attachment format for at.asitplus.wallet.lib.agent.PresentProofProtocol

Constructors

Link copied to clipboard
constructor(presentationDefinition: PresentationDefinition, options: RequestPresentationAttachmentOptions)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@SerialName(value = "options")
val options: RequestPresentationAttachmentOptions
Link copied to clipboard
@SerialName(value = "presentation_definition")
val presentationDefinition: PresentationDefinition

Functions

Link copied to clipboard