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 _disputeTemplate)
    external
    returns (uint256 templateId);