TransactionDataResponse

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

Transaction data attached to 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 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 used.