Body
data class Body constructor(val goalCode: String? = null, val comment: String? = null, val credentialPreview: CredentialPreview)(source)
Represents the body of a message for proposing a credential.
Constructors
Link copied to clipboard
constructor(goalCode: String? = null, comment: String? = null, credentialPreview: CredentialPreview)