Files
zk-kit/packages/types
Andrija Novakovic ae5599d653 proof compatible with circom 2.0
Former-commit-id: c08404e17262ae81673fc8ca0162f820d4133f09 [formerly f509e36ebd]
Former-commit-id: c7668073ffdf53124764d499a2ca2d57ebce3d2d
2021-10-25 15:04:57 +02:00
..
2021-10-25 12:03:38 +02:00
2021-10-25 15:04:57 +02:00
2021-10-21 11:29:33 +02:00

Semaphore types

Common type definitions for Semaphore modules.

Github license NPM version Downloads Linter eslint Code style prettier


🛠 Install

npm or yarn

Install the @libsem/types package with npm:

npm i @libsem/types

or yarn:

yarn add @libsem/types

📜 Usage

Import

import { Identity, IProof, MerkleProof } from "@libsem/types"