aries / net.globalid.aries.features.presentproof.models.proof / RequestedProof / Attribute

Attribute

@JsonClass(true) data class Attribute

Constructors

<init>

Attribute(index: Int, value: String, encoded: String)

Properties

encoded

val encoded: String

index

val index: Int

value

val value: String