DisputeTemplateRegistry

Git Source

Inherits: IDisputeTemplateRegistry

A contract to maintain a registry of dispute templates.

State Variables

templates

uint256 public templates;

Functions

setDisputeTemplate

function setDisputeTemplate(
    string memory _templateTag,
    string memory _templateData,
    string memory _templateDataMappings
) external returns (uint256 templateId);