kleros/kleros-v2

View on GitHub
subgraph/core/src/utils.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { BigInt } from "@graphprotocol/graph-ts";

export const ZERO = BigInt.fromI32(0);
export const ONE = BigInt.fromI32(1);