PresentationDefinitionTransactionData

data class PresentationDefinitionTransactionData(var id: String, var type: String, var credentialQueryIds: List<String>)

Constructors

Link copied to clipboard
constructor(id: String, type: String, credentialQueryIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
var id: String
Link copied to clipboard