@typemove/sui 1.5.2-rc.2 → 1.5.2-rc.4

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.
@@ -1460,6 +1460,7 @@ export declare namespace kiosk {
1460
1460
  TransactionArgument,
1461
1461
  TransactionArgument
1462
1462
  ];
1463
+ function default_(tx: TransactionBlock, args: [string | ObjectCallArg | TransactionArgument]): TransactionArgument & [TransactionArgument];
1463
1464
  function delist<T0 = any>(tx: TransactionBlock, args: [
1464
1465
  string | ObjectCallArg | TransactionArgument,
1465
1466
  string | ObjectCallArg | TransactionArgument,
@@ -3374,6 +3375,10 @@ export declare namespace transfer_policy {
3374
3375
  string | ObjectCallArg | TransactionArgument,
3375
3376
  transfer_policy.TransferRequest<T0> | TransactionArgument
3376
3377
  ], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
3378
+ function default_<T0 = any>(tx: TransactionBlock, args: [
3379
+ string | ObjectCallArg | TransactionArgument,
3380
+ string | ObjectCallArg | TransactionArgument
3381
+ ], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
3377
3382
  function destroyAndWithdraw<T0 = any>(tx: TransactionBlock, args: [
3378
3383
  transfer_policy.TransferPolicy<T0> | TransactionArgument,
3379
3384
  transfer_policy.TransferPolicyCap<T0> | TransactionArgument,