IDisputeTemplateRegistry

Git Source

Dispute Template interface.

Functions

setDisputeTemplate

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

Events

DisputeTemplate

To be emitted when a new dispute template is created.

event DisputeTemplate(
    uint256 indexed _templateId, string indexed _templateTag, string _templateData, string _templateDataMappings
);