You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"KimlikDAO-init"-> height: Field
"KimlikDAO-add-HumanIDv1"-> humanIDv1Id: Field
Change the events so that they output 2 values: a globally unique ID and the value from above.
"KimlikDAO-init"-> Poseidon("KimlikDAO-init"): Field, height: Field
"KimlikDAO-add-HumanIDv1"-> Poseidon("KimlikDAO-add-HumanIDv1"): Field, height: Field
To achieve that you may need provable/struct.ts and emit a struct containing both the globally unique hash and the parameter value.
The text was updated successfully, but these errors were encountered:
PerHumanIDv1 contract emits 2 types of events
Change the events so that they output 2 values: a globally unique ID and the value from above.
To achieve that you may need provable/struct.ts and emit a struct containing both the globally unique hash and the parameter value.
The text was updated successfully, but these errors were encountered: