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
OstRedemption component is a pre-built UI component available exclusively in `ost-wallet-sdk-react-native` SDK.
261
+
It consist two pages - one displaying redeemable product list and another displaying product details and redemption options. It can be used by end-users to integrate redemption flow into their app.
262
+
> <b>IMPORTANT:</b> This feature requires application to use [React Navigation](https://reactnavigation.org/docs/en/getting-started.html) package.
263
+
264
+
#### Implementation
265
+
Please reder to [OstRedemption flow Documentation](./documentation/OstRedemptionFlow.md) for implementation details.
`OstTransactionHelper` is a transaction helper provided by the SDK that creates session keys before performing a transaction if needed. App developers can configure the session creation parameters (session buckets) as per application's need.
0 commit comments