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 |