UNPKG

o1js

Version:

TypeScript framework for zk-SNARKs and zkApps

7 lines (5 loc) 154 B
import { Struct, UInt32 } from 'o1js'; export default class ElectionPreconditions extends Struct({ startElection: UInt32, endElection: UInt32, }) {}