@moonpay/platform-sdk-react-native 1.11.0 → 1.13.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
@@ -969,6 +969,7 @@ function createRNClient(deps) {
969
969
  getAssets: (params) => core.getAssets(params),
970
970
  listTransactions: (params) => core.listTransactions(params),
971
971
  getTransaction: (id) => core.getTransaction(id),
972
+ simulateBankTransfer: (id, params) => core.simulateBankTransfer(id, params),
972
973
  setupWidget: (opts) => setupWidget(deps, opts),
973
974
  setupApplePay: (opts) => setupApplePay(deps, opts),
974
975
  setupBuy: (opts) => setupBuy(deps, opts),