CredentialRequest

@Serializable
data class CredentialRequest(var format: CredentialRequestFormat, val proof: CredentialRequestProof, val doctype: String)

Constructors

Link copied to clipboard
constructor(format: CredentialRequestFormat, proof: CredentialRequestProof, doctype: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard