ProofInputSchemaRequestDto

data class ProofInputSchemaRequestDto(var credentialSchemaId: String, var validityConstraint: Long?, var claimSchemas: List<CreateProofSchemaClaimRequestDto>)

Constructors

Link copied to clipboard
constructor(credentialSchemaId: String, validityConstraint: Long?, claimSchemas: List<CreateProofSchemaClaimRequestDto>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard