Files
zk-kit/packages/types
Andrija Novakovic e457fd494e proof type
2021-10-25 11:53:27 +02:00
..
2021-10-25 11:53:27 +02:00
2021-10-25 11:53:27 +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"