@typemove/sui 1.6.12-rc.1 → 1.6.12

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.
@@ -13153,7 +13153,7 @@ var transfer_policy;
13153
13153
  });
13154
13154
  }
13155
13155
  builder.destroyAndWithdraw = destroyAndWithdraw;
13156
- function from(tx, args, typeArguments) {
13156
+ function from$(tx, args, typeArguments) {
13157
13157
  const _args = [];
13158
13158
  _args.push((0, sui_3.transactionArgumentOrObject)(args[0], tx));
13159
13159
  // @ts-ignore
@@ -13167,7 +13167,7 @@ var transfer_policy;
13167
13167
  ],
13168
13168
  });
13169
13169
  }
13170
- builder.from = from;
13170
+ builder.from$ = from$;
13171
13171
  function getRule(tx, args, typeArguments) {
13172
13172
  const _args = [];
13173
13173
  _args.push((0, sui_3.transactionArgumentOrPure)(args[0], tx));
@@ -13408,16 +13408,16 @@ var transfer_policy;
13408
13408
  return (await (0, sui_2.getMoveCoder)(client)).decodeDevInspectResult(inspectRes);
13409
13409
  }
13410
13410
  view.destroyAndWithdraw = destroyAndWithdraw;
13411
- async function from(client, args, typeArguments) {
13411
+ async function from$(client, args, typeArguments) {
13412
13412
  const tx = new transactions_1.Transaction();
13413
- builder.from(tx, args, typeArguments);
13413
+ builder.from$(tx, args, typeArguments);
13414
13414
  const inspectRes = await client.devInspectTransactionBlock({
13415
13415
  transactionBlock: tx,
13416
13416
  sender: sui_2.ZERO_ADDRESS,
13417
13417
  });
13418
13418
  return (await (0, sui_2.getMoveCoder)(client)).decodeDevInspectResult(inspectRes);
13419
13419
  }
13420
- view.from = from;
13420
+ view.from$ = from$;
13421
13421
  async function getRule(client, args, typeArguments) {
13422
13422
  const tx = new transactions_1.Transaction();
13423
13423
  builder.getRule(tx, args, typeArguments);