FormatContainerLdp

@Serializable
data class FormatContainerLdp(val proofType: Collection<String>? = null)(source)

Data class for DIF Presentation Exchange v1.0.0

Constructors

Link copied to clipboard
constructor(proofType: Collection<String>? = null)

Properties

Link copied to clipboard
@SerialName(value = "proof_type")
val proofType: Collection<String>? = null