PresentationDefinitionV2

class PresentationDefinitionV2(val id: String, val name: String? = null, val purpose: String? = null, val format: Format? = null, val submissionRequirements: List<SubmissionRequirement>? = null, val inputDescriptors: List<InputDescriptorV2>)

Presentation Exchange

Presentation Exchange specification codifies a Presentation Definition data format Verifiers can use to articulate proof requirements, and a Presentation Submission data format Holders can use to describe proofs submitted in accordance with them.

See also

Constructors

Link copied to clipboard
constructor(id: String, name: String? = null, purpose: String? = null, format: Format? = null, submissionRequirements: List<SubmissionRequirement>? = null, inputDescriptors: List<InputDescriptorV2>)

Properties

Link copied to clipboard
val format: Format? = null
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val purpose: String? = null