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:
@@ -24,10 +24,10 @@ export interface RLNPublicSignals {
|
||||
nullifier: StrBigInt;
|
||||
}
|
||||
|
||||
export type RLNSNARKProof = {
|
||||
export interface RLNSNARKProof {
|
||||
proof: Proof;
|
||||
publicSignals: RLNPublicSignals;
|
||||
};
|
||||
}
|
||||
|
||||
interface CollisionCheckResult {
|
||||
collision: boolean;
|
||||
|
||||
Reference in New Issue
Block a user