bringid 0.3.0-beta → 0.3.1-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -154,6 +154,11 @@ const { proofs, points } = await bringid.verifyHumanity({
|
|
|
154
154
|
scope: "0x...",
|
|
155
155
|
});
|
|
156
156
|
|
|
157
|
+
// With custom message
|
|
158
|
+
const { proofs, points } = await bringid.verifyHumanity({
|
|
159
|
+
message: "custom_message",
|
|
160
|
+
});
|
|
161
|
+
|
|
157
162
|
// With minumum points requirement. If `minPoints` not presented any amount of points above 0 is acceptable
|
|
158
163
|
const { proofs, points } = await bringid.verifyHumanity({
|
|
159
164
|
minPoints: 10,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/bring-id-sdk/types/verify-humanity/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAEzC,KAAK,KAAK,GAAG;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/bring-id-sdk/types/verify-humanity/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAEzC,KAAK,KAAK,GAAG;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAA;AAED,KAAK,eAAe,GAAG,CAAC,OAAO,CAAC,EAAE,KAAK,KAAK,OAAO,CAAC;IAClD,MAAM,EAAE,eAAe,EAAE,CAAA;IACzB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC,CAAA;AAEF,eAAe,eAAe,CAAA"}
|