CreateProofSchemaInput

data class CreateProofSchemaInput(var credentialSchemaId: String, var claimSchemas: List<CreateProofSchemaInputClaim>)

Constructors

Link copied to clipboard
constructor(credentialSchemaId: String, claimSchemas: List<CreateProofSchemaInputClaim>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard