kleros/kleros-v2

View on GitHub
web/src/consts/periods.ts

Summary

Maintainability
A
0 mins
Test Coverage
export enum Periods {
  evidence,
  commit,
  vote,
  appeal,
  execution,
}