ProofRequestTransactionData

data class ProofRequestTransactionData(var type: String, var credentialSchemaIds: List<String>, var data: String?)

Transaction data to include in a proof request.

Constructors

Link copied to clipboard
constructor(type: String, credentialSchemaIds: List<String>, data: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The credential schemas (of the given proof schema) the transaction data applies to.

Link copied to clipboard
var data: String?

Type-specific transaction data content, encoded as a JSON string.

Link copied to clipboard

The transaction data provider to use.