ProofInputSchemaRequestDto

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard