Create Proof Schema Request
data class CreateProofSchemaRequest(var name: String, var organisationId: String, var expireDuration: UInt, var proofInputSchemas: List<CreateProofSchemaInput>)
Constructors
Link copied to clipboard
constructor(name: String, organisationId: String, expireDuration: UInt, proofInputSchemas: List<CreateProofSchemaInput>)