mirror of
https://github.com/Discreetly/server.git
synced 2026-04-17 03:00:55 -04:00
Update src/data/messages.ts
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -16,13 +16,13 @@ export interface Proof {
|
||||
curve: string;
|
||||
}
|
||||
|
||||
export type RLNPublicSignals = {
|
||||
export interface RLNPublicSignals {
|
||||
x: StrBigInt;
|
||||
externalNullifier: StrBigInt;
|
||||
y: StrBigInt;
|
||||
root: StrBigInt;
|
||||
nullifier: StrBigInt;
|
||||
};
|
||||
}
|
||||
|
||||
export type RLNSNARKProof = {
|
||||
proof: Proof;
|
||||
|
||||
Reference in New Issue
Block a user