@liberfi.io/ui-predict 4.0.48 → 4.0.50
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/dist/index.d.mts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -9
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -15
package/dist/index.d.mts
CHANGED
|
@@ -988,8 +988,9 @@ interface RedeemFormWidgetProps {
|
|
|
988
988
|
* for the condition automatically.
|
|
989
989
|
*
|
|
990
990
|
* The full flow:
|
|
991
|
-
* 1. Backend
|
|
992
|
-
* 2. User signs via
|
|
991
|
+
* 1. Backend resolves the active wallet and prepares a signing payload.
|
|
992
|
+
* 2. User signs via personal_sign for legacy Safe or eth_signTypedData_v4
|
|
993
|
+
* for deposit wallet.
|
|
993
994
|
* 3. Backend submits the signed request to the Polymarket Relayer.
|
|
994
995
|
*/
|
|
995
996
|
declare function RedeemFormWidget({ event, market, position, onSuccess, onCancel, }: RedeemFormWidgetProps): react_jsx_runtime.JSX.Element;
|
package/dist/index.d.ts
CHANGED
|
@@ -988,8 +988,9 @@ interface RedeemFormWidgetProps {
|
|
|
988
988
|
* for the condition automatically.
|
|
989
989
|
*
|
|
990
990
|
* The full flow:
|
|
991
|
-
* 1. Backend
|
|
992
|
-
* 2. User signs via
|
|
991
|
+
* 1. Backend resolves the active wallet and prepares a signing payload.
|
|
992
|
+
* 2. User signs via personal_sign for legacy Safe or eth_signTypedData_v4
|
|
993
|
+
* for deposit wallet.
|
|
993
994
|
* 3. Backend submits the signed request to the Polymarket Relayer.
|
|
994
995
|
*/
|
|
995
996
|
declare function RedeemFormWidget({ event, market, position, onSuccess, onCancel, }: RedeemFormWidgetProps): react_jsx_runtime.JSX.Element;
|