mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
factory metadata type added
Former-commit-id: 1aaeeb4b82a9baa6a439747f2e4fc70d9a55cba5 [formerly 6935d45e10]
Former-commit-id: 8a697cb2552462318d116d92a72d947714d692e5
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@libsem/types",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Common type definitions for Semaphore modules.",
|
||||
"main": "src/index.ts",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@@ -13,3 +13,6 @@ export interface MerkleProof {
|
||||
indices: Array<any>
|
||||
pathElements: Array<any>
|
||||
}
|
||||
|
||||
export type IdentityFactoryMetadata = {} | { signedMessage: string } |
|
||||
{ identityNullifier: bigint, identityTrapdoor: bigint }
|
||||
|
||||
Reference in New Issue
Block a user