Skip to content

feat: add public data to the proofs

Karam Shbeb requested to merge add-public-data into main

Add public data by injecting the following javascript: window.flutter_inappwebview.callHandler('publicData' ,JSON.stringify({ name: "Karam Shbeb"}));

Modified the proofs type so it has publicData as dynamic. This field should hold the value of the public data or null.

Merge request reports