@typemove/sui 1.5.2 → 1.5.3-rc.2

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.
@@ -653,7 +653,6 @@ export namespace pool {
653
653
  bigint | TransactionArgument,
654
654
  bigint | TransactionArgument,
655
655
  bigint | TransactionArgument,
656
- string | ObjectCallArg | TransactionArgument,
657
656
  ],
658
657
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
659
658
  ): TransactionArgument &
@@ -665,7 +664,6 @@ export namespace pool {
665
664
  TransactionArgument,
666
665
  TransactionArgument,
667
666
  TransactionArgument,
668
- TransactionArgument,
669
667
  ] {
670
668
  const _args: any[] = [];
671
669
  _args.push(transactionArgumentOrObject(args[0], tx));
@@ -675,7 +673,6 @@ export namespace pool {
675
673
  _args.push(transactionArgumentOrPure(args[4], tx));
676
674
  _args.push(transactionArgumentOrPure(args[5], tx));
677
675
  _args.push(transactionArgumentOrPure(args[6], tx));
678
- _args.push(transactionArgumentOrObject(args[7], tx));
679
676
 
680
677
  // @ts-ignore
681
678
  return tx.moveCall({
@@ -746,7 +743,6 @@ export namespace pool {
746
743
  string | ObjectCallArg | TransactionArgument,
747
744
  bigint | TransactionArgument,
748
745
  bigint | TransactionArgument,
749
- string | ObjectCallArg | TransactionArgument,
750
746
  ],
751
747
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
752
748
  ): TransactionArgument &
@@ -756,7 +752,6 @@ export namespace pool {
756
752
  TransactionArgument,
757
753
  TransactionArgument,
758
754
  TransactionArgument,
759
- TransactionArgument,
760
755
  ] {
761
756
  const _args: any[] = [];
762
757
  _args.push(transactionArgumentOrObject(args[0], tx));
@@ -764,7 +759,6 @@ export namespace pool {
764
759
  _args.push(transactionArgumentOrObject(args[2], tx));
765
760
  _args.push(transactionArgumentOrPure(args[3], tx));
766
761
  _args.push(transactionArgumentOrPure(args[4], tx));
767
- _args.push(transactionArgumentOrObject(args[5], tx));
768
762
 
769
763
  // @ts-ignore
770
764
  return tx.moveCall({
@@ -959,7 +953,6 @@ export namespace pool {
959
953
  string | ObjectCallArg | TransactionArgument,
960
954
  bigint | TransactionArgument,
961
955
  Boolean | TransactionArgument,
962
- string | ObjectCallArg | TransactionArgument,
963
956
  ],
964
957
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
965
958
  ): TransactionArgument &
@@ -969,7 +962,6 @@ export namespace pool {
969
962
  TransactionArgument,
970
963
  TransactionArgument,
971
964
  TransactionArgument,
972
- TransactionArgument,
973
965
  ] {
974
966
  const _args: any[] = [];
975
967
  _args.push(transactionArgumentOrObject(args[0], tx));
@@ -977,7 +969,6 @@ export namespace pool {
977
969
  _args.push(transactionArgumentOrObject(args[2], tx));
978
970
  _args.push(transactionArgumentOrPure(args[3], tx));
979
971
  _args.push(transactionArgumentOrPure(args[4], tx));
980
- _args.push(transactionArgumentOrObject(args[5], tx));
981
972
 
982
973
  // @ts-ignore
983
974
  return tx.moveCall({
@@ -1002,7 +993,6 @@ export namespace pool {
1002
993
  string | ObjectCallArg | TransactionArgument,
1003
994
  bigint | TransactionArgument,
1004
995
  Boolean | TransactionArgument,
1005
- string | ObjectCallArg | TransactionArgument,
1006
996
  ],
1007
997
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1008
998
  ): TransactionArgument &
@@ -1012,7 +1002,6 @@ export namespace pool {
1012
1002
  TransactionArgument,
1013
1003
  TransactionArgument,
1014
1004
  TransactionArgument,
1015
- TransactionArgument,
1016
1005
  ] {
1017
1006
  const _args: any[] = [];
1018
1007
  _args.push(transactionArgumentOrObject(args[0], tx));
@@ -1020,7 +1009,6 @@ export namespace pool {
1020
1009
  _args.push(transactionArgumentOrObject(args[2], tx));
1021
1010
  _args.push(transactionArgumentOrPure(args[3], tx));
1022
1011
  _args.push(transactionArgumentOrPure(args[4], tx));
1023
- _args.push(transactionArgumentOrObject(args[5], tx));
1024
1012
 
1025
1013
  // @ts-ignore
1026
1014
  return tx.moveCall({
@@ -1045,7 +1033,6 @@ export namespace pool {
1045
1033
  bigint | TransactionArgument,
1046
1034
  bigint | TransactionArgument,
1047
1035
  bigint | TransactionArgument,
1048
- string | ObjectCallArg | TransactionArgument,
1049
1036
  ],
1050
1037
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1051
1038
  ): TransactionArgument &
@@ -1055,7 +1042,6 @@ export namespace pool {
1055
1042
  TransactionArgument,
1056
1043
  TransactionArgument,
1057
1044
  TransactionArgument,
1058
- TransactionArgument,
1059
1045
  ] {
1060
1046
  const _args: any[] = [];
1061
1047
  _args.push(transactionArgumentOrObject(args[0], tx));
@@ -1063,7 +1049,6 @@ export namespace pool {
1063
1049
  _args.push(transactionArgumentOrPure(args[2], tx));
1064
1050
  _args.push(transactionArgumentOrPure(args[3], tx));
1065
1051
  _args.push(transactionArgumentOrPure(args[4], tx));
1066
- _args.push(transactionArgumentOrObject(args[5], tx));
1067
1052
 
1068
1053
  // @ts-ignore
1069
1054
  return tx.moveCall({
@@ -1086,20 +1071,13 @@ export namespace pool {
1086
1071
  string | ObjectCallArg | TransactionArgument,
1087
1072
  string | ObjectCallArg | TransactionArgument,
1088
1073
  string | TransactionArgument,
1089
- string | ObjectCallArg | TransactionArgument,
1090
1074
  ],
1091
1075
  ): TransactionArgument &
1092
- [
1093
- TransactionArgument,
1094
- TransactionArgument,
1095
- TransactionArgument,
1096
- TransactionArgument,
1097
- ] {
1076
+ [TransactionArgument, TransactionArgument, TransactionArgument] {
1098
1077
  const _args: any[] = [];
1099
1078
  _args.push(transactionArgumentOrObject(args[0], tx));
1100
1079
  _args.push(transactionArgumentOrObject(args[1], tx));
1101
1080
  _args.push(transactionArgumentOrPure(args[2], tx));
1102
- _args.push(transactionArgumentOrObject(args[3], tx));
1103
1081
 
1104
1082
  // @ts-ignore
1105
1083
  return tx.moveCall({
@@ -1115,7 +1093,6 @@ export namespace pool {
1115
1093
  string | ObjectCallArg | TransactionArgument,
1116
1094
  bigint | TransactionArgument,
1117
1095
  bigint | TransactionArgument,
1118
- string | ObjectCallArg | TransactionArgument,
1119
1096
  ],
1120
1097
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1121
1098
  ): TransactionArgument &
@@ -1124,14 +1101,12 @@ export namespace pool {
1124
1101
  TransactionArgument,
1125
1102
  TransactionArgument,
1126
1103
  TransactionArgument,
1127
- TransactionArgument,
1128
1104
  ] {
1129
1105
  const _args: any[] = [];
1130
1106
  _args.push(transactionArgumentOrObject(args[0], tx));
1131
1107
  _args.push(transactionArgumentOrObject(args[1], tx));
1132
1108
  _args.push(transactionArgumentOrPure(args[2], tx));
1133
1109
  _args.push(transactionArgumentOrPure(args[3], tx));
1134
- _args.push(transactionArgumentOrObject(args[4], tx));
1135
1110
 
1136
1111
  // @ts-ignore
1137
1112
  return tx.moveCall({
@@ -1155,7 +1130,6 @@ export namespace pool {
1155
1130
  string | ObjectCallArg | TransactionArgument,
1156
1131
  bigint | TransactionArgument,
1157
1132
  bigint | TransactionArgument,
1158
- string | ObjectCallArg | TransactionArgument,
1159
1133
  ],
1160
1134
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1161
1135
  ): TransactionArgument &
@@ -1164,14 +1138,12 @@ export namespace pool {
1164
1138
  TransactionArgument,
1165
1139
  TransactionArgument,
1166
1140
  TransactionArgument,
1167
- TransactionArgument,
1168
1141
  ] {
1169
1142
  const _args: any[] = [];
1170
1143
  _args.push(transactionArgumentOrObject(args[0], tx));
1171
1144
  _args.push(transactionArgumentOrObject(args[1], tx));
1172
1145
  _args.push(transactionArgumentOrPure(args[2], tx));
1173
1146
  _args.push(transactionArgumentOrPure(args[3], tx));
1174
- _args.push(transactionArgumentOrObject(args[4], tx));
1175
1147
 
1176
1148
  // @ts-ignore
1177
1149
  return tx.moveCall({
@@ -1195,7 +1167,6 @@ export namespace pool {
1195
1167
  string | ObjectCallArg | TransactionArgument,
1196
1168
  bigint | TransactionArgument,
1197
1169
  bigint | TransactionArgument,
1198
- string | ObjectCallArg | TransactionArgument,
1199
1170
  ],
1200
1171
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1201
1172
  ): TransactionArgument &
@@ -1204,14 +1175,12 @@ export namespace pool {
1204
1175
  TransactionArgument,
1205
1176
  TransactionArgument,
1206
1177
  TransactionArgument,
1207
- TransactionArgument,
1208
1178
  ] {
1209
1179
  const _args: any[] = [];
1210
1180
  _args.push(transactionArgumentOrObject(args[0], tx));
1211
1181
  _args.push(transactionArgumentOrObject(args[1], tx));
1212
1182
  _args.push(transactionArgumentOrPure(args[2], tx));
1213
1183
  _args.push(transactionArgumentOrPure(args[3], tx));
1214
- _args.push(transactionArgumentOrObject(args[4], tx));
1215
1184
 
1216
1185
  // @ts-ignore
1217
1186
  return tx.moveCall({
@@ -1235,7 +1204,6 @@ export namespace pool {
1235
1204
  string | ObjectCallArg | TransactionArgument,
1236
1205
  bigint | TransactionArgument,
1237
1206
  bigint | TransactionArgument,
1238
- string | ObjectCallArg | TransactionArgument,
1239
1207
  ],
1240
1208
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1241
1209
  ): TransactionArgument &
@@ -1244,14 +1212,12 @@ export namespace pool {
1244
1212
  TransactionArgument,
1245
1213
  TransactionArgument,
1246
1214
  TransactionArgument,
1247
- TransactionArgument,
1248
1215
  ] {
1249
1216
  const _args: any[] = [];
1250
1217
  _args.push(transactionArgumentOrObject(args[0], tx));
1251
1218
  _args.push(transactionArgumentOrObject(args[1], tx));
1252
1219
  _args.push(transactionArgumentOrPure(args[2], tx));
1253
1220
  _args.push(transactionArgumentOrPure(args[3], tx));
1254
- _args.push(transactionArgumentOrObject(args[4], tx));
1255
1221
 
1256
1222
  // @ts-ignore
1257
1223
  return tx.moveCall({
@@ -1274,21 +1240,14 @@ export namespace pool {
1274
1240
  string | ObjectCallArg | TransactionArgument,
1275
1241
  string | ObjectCallArg | TransactionArgument,
1276
1242
  bigint | TransactionArgument,
1277
- string | ObjectCallArg | TransactionArgument,
1278
1243
  ],
1279
1244
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1280
1245
  ): TransactionArgument &
1281
- [
1282
- TransactionArgument,
1283
- TransactionArgument,
1284
- TransactionArgument,
1285
- TransactionArgument,
1286
- ] {
1246
+ [TransactionArgument, TransactionArgument, TransactionArgument] {
1287
1247
  const _args: any[] = [];
1288
1248
  _args.push(transactionArgumentOrObject(args[0], tx));
1289
1249
  _args.push(transactionArgumentOrObject(args[1], tx));
1290
1250
  _args.push(transactionArgumentOrPure(args[2], tx));
1291
- _args.push(transactionArgumentOrObject(args[3], tx));
1292
1251
 
1293
1252
  // @ts-ignore
1294
1253
  return tx.moveCall({
@@ -1311,21 +1270,14 @@ export namespace pool {
1311
1270
  string | ObjectCallArg | TransactionArgument,
1312
1271
  string | ObjectCallArg | TransactionArgument,
1313
1272
  bigint | TransactionArgument,
1314
- string | ObjectCallArg | TransactionArgument,
1315
1273
  ],
1316
1274
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1317
1275
  ): TransactionArgument &
1318
- [
1319
- TransactionArgument,
1320
- TransactionArgument,
1321
- TransactionArgument,
1322
- TransactionArgument,
1323
- ] {
1276
+ [TransactionArgument, TransactionArgument, TransactionArgument] {
1324
1277
  const _args: any[] = [];
1325
1278
  _args.push(transactionArgumentOrObject(args[0], tx));
1326
1279
  _args.push(transactionArgumentOrObject(args[1], tx));
1327
1280
  _args.push(transactionArgumentOrPure(args[2], tx));
1328
- _args.push(transactionArgumentOrObject(args[3], tx));
1329
1281
 
1330
1282
  // @ts-ignore
1331
1283
  return tx.moveCall({
@@ -1354,7 +1306,6 @@ export namespace pool {
1354
1306
  bigint | TransactionArgument,
1355
1307
  bigint | TransactionArgument,
1356
1308
  bigint | TransactionArgument,
1357
- string | ObjectCallArg | TransactionArgument,
1358
1309
  ],
1359
1310
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1360
1311
  ): Promise<TypedDevInspectResults<[_0x2.coin.Coin<pool.WISPLP<T0, T1>>]>> {
@@ -1409,7 +1360,6 @@ export namespace pool {
1409
1360
  string | ObjectCallArg | TransactionArgument,
1410
1361
  bigint | TransactionArgument,
1411
1362
  bigint | TransactionArgument,
1412
- string | ObjectCallArg | TransactionArgument,
1413
1363
  ],
1414
1364
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1415
1365
  ): Promise<TypedDevInspectResults<[_0x2.coin.Coin<pool.WISPLP<T0, T1>>]>> {
@@ -1556,7 +1506,6 @@ export namespace pool {
1556
1506
  string | ObjectCallArg | TransactionArgument,
1557
1507
  bigint | TransactionArgument,
1558
1508
  Boolean | TransactionArgument,
1559
- string | ObjectCallArg | TransactionArgument,
1560
1509
  ],
1561
1510
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1562
1511
  ): Promise<TypedDevInspectResults<[]>> {
@@ -1579,7 +1528,6 @@ export namespace pool {
1579
1528
  string | ObjectCallArg | TransactionArgument,
1580
1529
  bigint | TransactionArgument,
1581
1530
  Boolean | TransactionArgument,
1582
- string | ObjectCallArg | TransactionArgument,
1583
1531
  ],
1584
1532
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1585
1533
  ): Promise<TypedDevInspectResults<[]>> {
@@ -1602,7 +1550,6 @@ export namespace pool {
1602
1550
  bigint | TransactionArgument,
1603
1551
  bigint | TransactionArgument,
1604
1552
  bigint | TransactionArgument,
1605
- string | ObjectCallArg | TransactionArgument,
1606
1553
  ],
1607
1554
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1608
1555
  ): Promise<
@@ -1625,7 +1572,6 @@ export namespace pool {
1625
1572
  string | ObjectCallArg | TransactionArgument,
1626
1573
  string | ObjectCallArg | TransactionArgument,
1627
1574
  string | TransactionArgument,
1628
- string | ObjectCallArg | TransactionArgument,
1629
1575
  ],
1630
1576
  ): Promise<TypedDevInspectResults<[]>> {
1631
1577
  const tx = new TransactionBlock();
@@ -1646,7 +1592,6 @@ export namespace pool {
1646
1592
  string | ObjectCallArg | TransactionArgument,
1647
1593
  bigint | TransactionArgument,
1648
1594
  bigint | TransactionArgument,
1649
- string | ObjectCallArg | TransactionArgument,
1650
1595
  ],
1651
1596
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1652
1597
  ): Promise<TypedDevInspectResults<[_0x2.coin.Coin<T1>]>> {
@@ -1668,7 +1613,6 @@ export namespace pool {
1668
1613
  string | ObjectCallArg | TransactionArgument,
1669
1614
  bigint | TransactionArgument,
1670
1615
  bigint | TransactionArgument,
1671
- string | ObjectCallArg | TransactionArgument,
1672
1616
  ],
1673
1617
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1674
1618
  ): Promise<TypedDevInspectResults<[_0x2.coin.Coin<T0>]>> {
@@ -1690,7 +1634,6 @@ export namespace pool {
1690
1634
  string | ObjectCallArg | TransactionArgument,
1691
1635
  bigint | TransactionArgument,
1692
1636
  bigint | TransactionArgument,
1693
- string | ObjectCallArg | TransactionArgument,
1694
1637
  ],
1695
1638
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1696
1639
  ): Promise<TypedDevInspectResults<[_0x2.coin.Coin<T1>]>> {
@@ -1712,7 +1655,6 @@ export namespace pool {
1712
1655
  string | ObjectCallArg | TransactionArgument,
1713
1656
  bigint | TransactionArgument,
1714
1657
  bigint | TransactionArgument,
1715
- string | ObjectCallArg | TransactionArgument,
1716
1658
  ],
1717
1659
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1718
1660
  ): Promise<TypedDevInspectResults<[_0x2.coin.Coin<T0>]>> {
@@ -1733,7 +1675,6 @@ export namespace pool {
1733
1675
  string | ObjectCallArg | TransactionArgument,
1734
1676
  string | ObjectCallArg | TransactionArgument,
1735
1677
  bigint | TransactionArgument,
1736
- string | ObjectCallArg | TransactionArgument,
1737
1678
  ],
1738
1679
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1739
1680
  ): Promise<
@@ -1758,7 +1699,6 @@ export namespace pool {
1758
1699
  string | ObjectCallArg | TransactionArgument,
1759
1700
  string | ObjectCallArg | TransactionArgument,
1760
1701
  bigint | TransactionArgument,
1761
- string | ObjectCallArg | TransactionArgument,
1762
1702
  ],
1763
1703
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1764
1704
  ): Promise<
@@ -1784,15 +1724,11 @@ export namespace pool_utils {
1784
1724
  export namespace builder {
1785
1725
  export function executeReturnToken<T0 = any>(
1786
1726
  tx: TransactionBlock,
1787
- args: [
1788
- _0x2.coin.Coin<T0> | TransactionArgument,
1789
- string | ObjectCallArg | TransactionArgument,
1790
- ],
1727
+ args: [_0x2.coin.Coin<T0> | TransactionArgument],
1791
1728
  typeArguments: [TypeDescriptor<T0> | string],
1792
- ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1729
+ ): TransactionArgument & [TransactionArgument] {
1793
1730
  const _args: any[] = [];
1794
1731
  _args.push(transactionArgumentOrPure(args[0], tx));
1795
- _args.push(transactionArgumentOrObject(args[1], tx));
1796
1732
 
1797
1733
  // @ts-ignore
1798
1734
  return tx.moveCall({
@@ -1971,10 +1907,7 @@ export namespace pool_utils {
1971
1907
  export namespace view {
1972
1908
  export async function executeReturnToken<T0 = any>(
1973
1909
  client: SuiClient,
1974
- args: [
1975
- _0x2.coin.Coin<T0> | TransactionArgument,
1976
- string | ObjectCallArg | TransactionArgument,
1977
- ],
1910
+ args: [_0x2.coin.Coin<T0> | TransactionArgument],
1978
1911
  typeArguments: [TypeDescriptor<T0> | string],
1979
1912
  ): Promise<TypedDevInspectResults<[]>> {
1980
1913
  const tx = new TransactionBlock();
@@ -2145,7 +2078,6 @@ export namespace router {
2145
2078
  bigint | TransactionArgument,
2146
2079
  bigint | TransactionArgument,
2147
2080
  bigint | TransactionArgument,
2148
- string | ObjectCallArg | TransactionArgument,
2149
2081
  ],
2150
2082
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2151
2083
  ): TransactionArgument &
@@ -2157,7 +2089,6 @@ export namespace router {
2157
2089
  TransactionArgument,
2158
2090
  TransactionArgument,
2159
2091
  TransactionArgument,
2160
- TransactionArgument,
2161
2092
  ] {
2162
2093
  const _args: any[] = [];
2163
2094
  _args.push(transactionArgumentOrObject(args[0], tx));
@@ -2167,7 +2098,6 @@ export namespace router {
2167
2098
  _args.push(transactionArgumentOrPure(args[4], tx));
2168
2099
  _args.push(transactionArgumentOrPure(args[5], tx));
2169
2100
  _args.push(transactionArgumentOrPure(args[6], tx));
2170
- _args.push(transactionArgumentOrObject(args[7], tx));
2171
2101
 
2172
2102
  // @ts-ignore
2173
2103
  return tx.moveCall({
@@ -2192,7 +2122,6 @@ export namespace router {
2192
2122
  (string | ObjectCallArg)[] | TransactionArgument,
2193
2123
  bigint | TransactionArgument,
2194
2124
  bigint | TransactionArgument,
2195
- string | ObjectCallArg | TransactionArgument,
2196
2125
  ],
2197
2126
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2198
2127
  ): TransactionArgument &
@@ -2202,7 +2131,6 @@ export namespace router {
2202
2131
  TransactionArgument,
2203
2132
  TransactionArgument,
2204
2133
  TransactionArgument,
2205
- TransactionArgument,
2206
2134
  ] {
2207
2135
  const _args: any[] = [];
2208
2136
  _args.push(transactionArgumentOrObject(args[0], tx));
@@ -2210,7 +2138,6 @@ export namespace router {
2210
2138
  _args.push(transactionArgumentOrVec(args[2], tx));
2211
2139
  _args.push(transactionArgumentOrPure(args[3], tx));
2212
2140
  _args.push(transactionArgumentOrPure(args[4], tx));
2213
- _args.push(transactionArgumentOrObject(args[5], tx));
2214
2141
 
2215
2142
  // @ts-ignore
2216
2143
  return tx.moveCall({
@@ -2235,7 +2162,6 @@ export namespace router {
2235
2162
  bigint | TransactionArgument,
2236
2163
  bigint | TransactionArgument,
2237
2164
  bigint | TransactionArgument,
2238
- string | ObjectCallArg | TransactionArgument,
2239
2165
  ],
2240
2166
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2241
2167
  ): TransactionArgument &
@@ -2245,7 +2171,6 @@ export namespace router {
2245
2171
  TransactionArgument,
2246
2172
  TransactionArgument,
2247
2173
  TransactionArgument,
2248
- TransactionArgument,
2249
2174
  ] {
2250
2175
  const _args: any[] = [];
2251
2176
  _args.push(transactionArgumentOrObject(args[0], tx));
@@ -2253,7 +2178,6 @@ export namespace router {
2253
2178
  _args.push(transactionArgumentOrPure(args[2], tx));
2254
2179
  _args.push(transactionArgumentOrPure(args[3], tx));
2255
2180
  _args.push(transactionArgumentOrPure(args[4], tx));
2256
- _args.push(transactionArgumentOrObject(args[5], tx));
2257
2181
 
2258
2182
  // @ts-ignore
2259
2183
  return tx.moveCall({
@@ -2277,7 +2201,6 @@ export namespace router {
2277
2201
  (string | ObjectCallArg)[] | TransactionArgument,
2278
2202
  bigint | TransactionArgument,
2279
2203
  bigint | TransactionArgument,
2280
- string | ObjectCallArg | TransactionArgument,
2281
2204
  ],
2282
2205
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2283
2206
  ): TransactionArgument &
@@ -2286,14 +2209,12 @@ export namespace router {
2286
2209
  TransactionArgument,
2287
2210
  TransactionArgument,
2288
2211
  TransactionArgument,
2289
- TransactionArgument,
2290
2212
  ] {
2291
2213
  const _args: any[] = [];
2292
2214
  _args.push(transactionArgumentOrObject(args[0], tx));
2293
2215
  _args.push(transactionArgumentOrVec(args[1], tx));
2294
2216
  _args.push(transactionArgumentOrPure(args[2], tx));
2295
2217
  _args.push(transactionArgumentOrPure(args[3], tx));
2296
- _args.push(transactionArgumentOrObject(args[4], tx));
2297
2218
 
2298
2219
  // @ts-ignore
2299
2220
  return tx.moveCall({
@@ -2317,7 +2238,6 @@ export namespace router {
2317
2238
  (string | ObjectCallArg)[] | TransactionArgument,
2318
2239
  bigint | TransactionArgument,
2319
2240
  bigint | TransactionArgument,
2320
- string | ObjectCallArg | TransactionArgument,
2321
2241
  ],
2322
2242
  typeArguments: [
2323
2243
  TypeDescriptor<T0> | string,
@@ -2330,14 +2250,12 @@ export namespace router {
2330
2250
  TransactionArgument,
2331
2251
  TransactionArgument,
2332
2252
  TransactionArgument,
2333
- TransactionArgument,
2334
2253
  ] {
2335
2254
  const _args: any[] = [];
2336
2255
  _args.push(transactionArgumentOrObject(args[0], tx));
2337
2256
  _args.push(transactionArgumentOrVec(args[1], tx));
2338
2257
  _args.push(transactionArgumentOrPure(args[2], tx));
2339
2258
  _args.push(transactionArgumentOrPure(args[3], tx));
2340
- _args.push(transactionArgumentOrObject(args[4], tx));
2341
2259
 
2342
2260
  // @ts-ignore
2343
2261
  return tx.moveCall({
@@ -2364,7 +2282,6 @@ export namespace router {
2364
2282
  (string | ObjectCallArg)[] | TransactionArgument,
2365
2283
  bigint | TransactionArgument,
2366
2284
  bigint | TransactionArgument,
2367
- string | ObjectCallArg | TransactionArgument,
2368
2285
  ],
2369
2286
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2370
2287
  ): TransactionArgument &
@@ -2373,14 +2290,12 @@ export namespace router {
2373
2290
  TransactionArgument,
2374
2291
  TransactionArgument,
2375
2292
  TransactionArgument,
2376
- TransactionArgument,
2377
2293
  ] {
2378
2294
  const _args: any[] = [];
2379
2295
  _args.push(transactionArgumentOrObject(args[0], tx));
2380
2296
  _args.push(transactionArgumentOrVec(args[1], tx));
2381
2297
  _args.push(transactionArgumentOrPure(args[2], tx));
2382
2298
  _args.push(transactionArgumentOrPure(args[3], tx));
2383
- _args.push(transactionArgumentOrObject(args[4], tx));
2384
2299
 
2385
2300
  // @ts-ignore
2386
2301
  return tx.moveCall({
@@ -2404,7 +2319,6 @@ export namespace router {
2404
2319
  (string | ObjectCallArg)[] | TransactionArgument,
2405
2320
  bigint | TransactionArgument,
2406
2321
  bigint | TransactionArgument,
2407
- string | ObjectCallArg | TransactionArgument,
2408
2322
  ],
2409
2323
  typeArguments: [
2410
2324
  TypeDescriptor<T0> | string,
@@ -2417,14 +2331,12 @@ export namespace router {
2417
2331
  TransactionArgument,
2418
2332
  TransactionArgument,
2419
2333
  TransactionArgument,
2420
- TransactionArgument,
2421
2334
  ] {
2422
2335
  const _args: any[] = [];
2423
2336
  _args.push(transactionArgumentOrObject(args[0], tx));
2424
2337
  _args.push(transactionArgumentOrVec(args[1], tx));
2425
2338
  _args.push(transactionArgumentOrPure(args[2], tx));
2426
2339
  _args.push(transactionArgumentOrPure(args[3], tx));
2427
- _args.push(transactionArgumentOrObject(args[4], tx));
2428
2340
 
2429
2341
  // @ts-ignore
2430
2342
  return tx.moveCall({
@@ -2450,21 +2362,14 @@ export namespace router {
2450
2362
  string | ObjectCallArg | TransactionArgument,
2451
2363
  (string | ObjectCallArg)[] | TransactionArgument,
2452
2364
  bigint | TransactionArgument,
2453
- string | ObjectCallArg | TransactionArgument,
2454
2365
  ],
2455
2366
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2456
2367
  ): TransactionArgument &
2457
- [
2458
- TransactionArgument,
2459
- TransactionArgument,
2460
- TransactionArgument,
2461
- TransactionArgument,
2462
- ] {
2368
+ [TransactionArgument, TransactionArgument, TransactionArgument] {
2463
2369
  const _args: any[] = [];
2464
2370
  _args.push(transactionArgumentOrObject(args[0], tx));
2465
2371
  _args.push(transactionArgumentOrVec(args[1], tx));
2466
2372
  _args.push(transactionArgumentOrPure(args[2], tx));
2467
- _args.push(transactionArgumentOrObject(args[3], tx));
2468
2373
 
2469
2374
  // @ts-ignore
2470
2375
  return tx.moveCall({
@@ -2493,7 +2398,6 @@ export namespace router {
2493
2398
  bigint | TransactionArgument,
2494
2399
  bigint | TransactionArgument,
2495
2400
  bigint | TransactionArgument,
2496
- string | ObjectCallArg | TransactionArgument,
2497
2401
  ],
2498
2402
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2499
2403
  ): Promise<TypedDevInspectResults<[]>> {
@@ -2516,7 +2420,6 @@ export namespace router {
2516
2420
  (string | ObjectCallArg)[] | TransactionArgument,
2517
2421
  bigint | TransactionArgument,
2518
2422
  bigint | TransactionArgument,
2519
- string | ObjectCallArg | TransactionArgument,
2520
2423
  ],
2521
2424
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2522
2425
  ): Promise<TypedDevInspectResults<[]>> {
@@ -2539,7 +2442,6 @@ export namespace router {
2539
2442
  bigint | TransactionArgument,
2540
2443
  bigint | TransactionArgument,
2541
2444
  bigint | TransactionArgument,
2542
- string | ObjectCallArg | TransactionArgument,
2543
2445
  ],
2544
2446
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2545
2447
  ): Promise<TypedDevInspectResults<[]>> {
@@ -2561,7 +2463,6 @@ export namespace router {
2561
2463
  (string | ObjectCallArg)[] | TransactionArgument,
2562
2464
  bigint | TransactionArgument,
2563
2465
  bigint | TransactionArgument,
2564
- string | ObjectCallArg | TransactionArgument,
2565
2466
  ],
2566
2467
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2567
2468
  ): Promise<TypedDevInspectResults<[]>> {
@@ -2587,7 +2488,6 @@ export namespace router {
2587
2488
  (string | ObjectCallArg)[] | TransactionArgument,
2588
2489
  bigint | TransactionArgument,
2589
2490
  bigint | TransactionArgument,
2590
- string | ObjectCallArg | TransactionArgument,
2591
2491
  ],
2592
2492
  typeArguments: [
2593
2493
  TypeDescriptor<T0> | string,
@@ -2613,7 +2513,6 @@ export namespace router {
2613
2513
  (string | ObjectCallArg)[] | TransactionArgument,
2614
2514
  bigint | TransactionArgument,
2615
2515
  bigint | TransactionArgument,
2616
- string | ObjectCallArg | TransactionArgument,
2617
2516
  ],
2618
2517
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2619
2518
  ): Promise<TypedDevInspectResults<[]>> {
@@ -2639,7 +2538,6 @@ export namespace router {
2639
2538
  (string | ObjectCallArg)[] | TransactionArgument,
2640
2539
  bigint | TransactionArgument,
2641
2540
  bigint | TransactionArgument,
2642
- string | ObjectCallArg | TransactionArgument,
2643
2541
  ],
2644
2542
  typeArguments: [
2645
2543
  TypeDescriptor<T0> | string,
@@ -2664,7 +2562,6 @@ export namespace router {
2664
2562
  string | ObjectCallArg | TransactionArgument,
2665
2563
  (string | ObjectCallArg)[] | TransactionArgument,
2666
2564
  bigint | TransactionArgument,
2667
- string | ObjectCallArg | TransactionArgument,
2668
2565
  ],
2669
2566
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2670
2567
  ): Promise<TypedDevInspectResults<[]>> {