Skip to content

Commit

Permalink
clear unnecessary proof extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Mar 15, 2024
1 parent ee442ab commit 3526e7c
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 252 deletions.
13 changes: 0 additions & 13 deletions packages/zkp-iden3/src/helpers/model-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,6 @@ export class BJJSignatureProof2021 {
coreClaim!: string;
}

export class CircuitClaim {
issuerId!: Id;

claim!: Claim;

signatureProof!: BJJSignatureProof;

incProof!: {
proof: Proof;
treeState: TreeState;
};
}

export class ValueProof {
path: bigint;

Expand Down
Loading

0 comments on commit 3526e7c

Please sign in to comment.