@t2000/sdk 10.21.1 → 10.22.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/browser.cjs CHANGED
@@ -544,7 +544,7 @@ function preflightPay(input) {
544
544
  }
545
545
  return PREFLIGHT_OK;
546
546
  }
547
- async function payWithMpp(args) {
547
+ async function payWithX402(args) {
548
548
  const { signer, client } = args;
549
549
  let options = args.options;
550
550
  const pf = preflightPay({ url: options.url, maxPrice: options.maxPrice });
@@ -1674,7 +1674,7 @@ exports.mapMoveAbortCode = mapMoveAbortCode;
1674
1674
  exports.mapWalletError = mapWalletError;
1675
1675
  exports.mistToSui = mistToSui;
1676
1676
  exports.parseSuiRpcTx = parseSuiRpcTx;
1677
- exports.payWithMpp = payWithMpp;
1677
+ exports.payWithX402 = payWithX402;
1678
1678
  exports.preflightCreateJob = preflightCreateJob;
1679
1679
  exports.preflightFail = preflightFail;
1680
1680
  exports.preflightPay = preflightPay;