Files
zk-kit/packages/types
bdim1 afa19efb13 version updates
Former-commit-id: fa4cc945d0f77594e87a2e40b06b15f21b1a2c3b [formerly 1e2b99acf7]
Former-commit-id: 4ddf55ce2a29acd6ce12da206fed08ab22051d59
2021-12-03 00:45:13 +01:00
..
2021-12-03 00:45:13 +01: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"