Files
zk-kit/packages/types
bdim1 8620137acf Types update, ZKIdentity serialize and deserialize improvements
Former-commit-id: 5bf94b96f6a662a0e7a2511919b4812151c675d5 [formerly 341607693c]
Former-commit-id: 3c8f4d259930b4b7ea4fd4ea390ca1cc73102a76
2021-12-03 00:05:58 +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"