aries / net.globalid.aries.features.presentproof.models.preview / PresentationPreview

PresentationPreview

@JsonClass(true) data class PresentationPreview

This is not a message! It is an inner object for other messages in present proof protocol. It is used to construct a preview of the data for the presentation.

Constructors

<init>

This is not a message! It is an inner object for other messages in present proof protocol. It is used to construct a preview of the data for the presentation.

PresentationPreview(attributes: List<PresentationPreviewAttribute>, predicates: List<PresentationPreviewPredicate>)

Properties

attributes

is a list of specifications, one per attribute

val attributes: List<PresentationPreviewAttribute>

predicates

is a list of predicate specifications, one per predicate

val predicates: List<PresentationPreviewPredicate>

type

is did:sov:BzCbsNYhMrjHiqZDTUASHg;spec/present-proof/1.0/presentation-preview

val type: String