Stores dispute templates that define the question, answer options, and metadata presented to jurors. Templates are referenced by ID when creating disputes.Documentation Index
Fetch the complete documentation index at: https://kleros-mintlify-changelog-2026-05-12-1778458371.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Methods
setDisputeTemplate(string _templateTag, string _templateData, string _templateDataMappings) → uint256
Registers a new dispute template. Returns the template ID.
_templateTagOptional tag for categorization_templateDataJSON template string (see Dispute Template format)_templateDataMappingsJSON mapping for dynamic data population
Events
| Event | Description |
|---|---|
DisputeTemplate(templateId, templateTag, templateData, templateDataMappings) | New template registered |