@moonpay/platform-sdk-react-native 1.4.2 → 1.5.0

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.cjs CHANGED
@@ -863,6 +863,7 @@ function createRNClient(deps) {
863
863
  setupAuth: (opts) => setupAuth(deps, opts),
864
864
  getPaymentMethods: () => core.getPaymentMethods(),
865
865
  getQuote: (params) => core.getQuote(params),
866
+ getAssets: (params) => core.getAssets(params),
866
867
  listTransactions: (params) => core.listTransactions(params),
867
868
  getTransaction: (id) => core.getTransaction(id),
868
869
  setupWidget: (opts) => setupWidget(deps, opts),