@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.
@@ -397,14 +397,11 @@ export namespace staking_pool {
397
397
  args: [
398
398
  string | ObjectCallArg | TransactionArgument,
399
399
  bigint | TransactionArgument,
400
- string | ObjectCallArg | TransactionArgument,
401
400
  ],
402
- ): TransactionArgument &
403
- [TransactionArgument, TransactionArgument, TransactionArgument] {
401
+ ): TransactionArgument & [TransactionArgument, TransactionArgument] {
404
402
  const _args: any[] = [];
405
403
  _args.push(transactionArgumentOrObject(args[0], tx));
406
404
  _args.push(transactionArgumentOrPure(args[1], tx));
407
- _args.push(transactionArgumentOrObject(args[2], tx));
408
405
 
409
406
  // @ts-ignore
410
407
  return tx.moveCall({
@@ -417,14 +414,11 @@ export namespace staking_pool {
417
414
  args: [
418
415
  string | ObjectCallArg | TransactionArgument,
419
416
  bigint | TransactionArgument,
420
- string | ObjectCallArg | TransactionArgument,
421
417
  ],
422
- ): TransactionArgument &
423
- [TransactionArgument, TransactionArgument, TransactionArgument] {
418
+ ): TransactionArgument & [TransactionArgument, TransactionArgument] {
424
419
  const _args: any[] = [];
425
420
  _args.push(transactionArgumentOrObject(args[0], tx));
426
421
  _args.push(transactionArgumentOrPure(args[1], tx));
427
- _args.push(transactionArgumentOrObject(args[2], tx));
428
422
 
429
423
  // @ts-ignore
430
424
  return tx.moveCall({
@@ -637,7 +631,6 @@ export namespace staking_pool {
637
631
  args: [
638
632
  string | ObjectCallArg | TransactionArgument,
639
633
  bigint | TransactionArgument,
640
- string | ObjectCallArg | TransactionArgument,
641
634
  ],
642
635
  ): Promise<TypedDevInspectResults<[staking_pool.StakedSui]>> {
643
636
  const tx = new TransactionBlock();
@@ -656,7 +649,6 @@ export namespace staking_pool {
656
649
  args: [
657
650
  string | ObjectCallArg | TransactionArgument,
658
651
  bigint | TransactionArgument,
659
- string | ObjectCallArg | TransactionArgument,
660
652
  ],
661
653
  ): Promise<TypedDevInspectResults<[]>> {
662
654
  const tx = new TransactionBlock();
@@ -885,20 +877,13 @@ export namespace sui_system {
885
877
  string | ObjectCallArg | TransactionArgument,
886
878
  _0x2.coin.Coin<_0x2.sui.SUI> | TransactionArgument,
887
879
  string | TransactionArgument,
888
- string | ObjectCallArg | TransactionArgument,
889
880
  ],
890
881
  ): TransactionArgument &
891
- [
892
- TransactionArgument,
893
- TransactionArgument,
894
- TransactionArgument,
895
- TransactionArgument,
896
- ] {
882
+ [TransactionArgument, TransactionArgument, TransactionArgument] {
897
883
  const _args: any[] = [];
898
884
  _args.push(transactionArgumentOrObject(args[0], tx));
899
885
  _args.push(transactionArgumentOrPure(args[1], tx));
900
886
  _args.push(transactionArgumentOrPure(args[2], tx));
901
- _args.push(transactionArgumentOrObject(args[3], tx));
902
887
 
903
888
  // @ts-ignore
904
889
  return tx.moveCall({
@@ -913,7 +898,6 @@ export namespace sui_system {
913
898
  (string | ObjectCallArg)[] | TransactionArgument,
914
899
  _0x1.option.Option<bigint> | TransactionArgument,
915
900
  string | TransactionArgument,
916
- string | ObjectCallArg | TransactionArgument,
917
901
  ],
918
902
  ): TransactionArgument &
919
903
  [
@@ -921,14 +905,12 @@ export namespace sui_system {
921
905
  TransactionArgument,
922
906
  TransactionArgument,
923
907
  TransactionArgument,
924
- TransactionArgument,
925
908
  ] {
926
909
  const _args: any[] = [];
927
910
  _args.push(transactionArgumentOrObject(args[0], tx));
928
911
  _args.push(transactionArgumentOrVec(args[1], tx));
929
912
  _args.push(transactionArgumentOrPure(args[2], tx));
930
913
  _args.push(transactionArgumentOrPure(args[3], tx));
931
- _args.push(transactionArgumentOrObject(args[4], tx));
932
914
 
933
915
  // @ts-ignore
934
916
  return tx.moveCall({
@@ -942,20 +924,13 @@ export namespace sui_system {
942
924
  string | ObjectCallArg | TransactionArgument,
943
925
  _0x2.coin.Coin<_0x2.sui.SUI> | TransactionArgument,
944
926
  string | TransactionArgument,
945
- string | ObjectCallArg | TransactionArgument,
946
927
  ],
947
928
  ): TransactionArgument &
948
- [
949
- TransactionArgument,
950
- TransactionArgument,
951
- TransactionArgument,
952
- TransactionArgument,
953
- ] {
929
+ [TransactionArgument, TransactionArgument, TransactionArgument] {
954
930
  const _args: any[] = [];
955
931
  _args.push(transactionArgumentOrObject(args[0], tx));
956
932
  _args.push(transactionArgumentOrPure(args[1], tx));
957
933
  _args.push(transactionArgumentOrPure(args[2], tx));
958
- _args.push(transactionArgumentOrObject(args[3], tx));
959
934
 
960
935
  // @ts-ignore
961
936
  return tx.moveCall({
@@ -965,14 +940,10 @@ export namespace sui_system {
965
940
  }
966
941
  export function requestAddValidator(
967
942
  tx: TransactionBlock,
968
- args: [
969
- string | ObjectCallArg | TransactionArgument,
970
- string | ObjectCallArg | TransactionArgument,
971
- ],
972
- ): TransactionArgument & [TransactionArgument, TransactionArgument] {
943
+ args: [string | ObjectCallArg | TransactionArgument],
944
+ ): TransactionArgument & [TransactionArgument] {
973
945
  const _args: any[] = [];
974
946
  _args.push(transactionArgumentOrObject(args[0], tx));
975
- _args.push(transactionArgumentOrObject(args[1], tx));
976
947
 
977
948
  // @ts-ignore
978
949
  return tx.moveCall({
@@ -998,7 +969,6 @@ export namespace sui_system {
998
969
  (string | ObjectCallArg)[] | TransactionArgument,
999
970
  bigint | TransactionArgument,
1000
971
  bigint | TransactionArgument,
1001
- string | ObjectCallArg | TransactionArgument,
1002
972
  ],
1003
973
  ): TransactionArgument &
1004
974
  [
@@ -1017,7 +987,6 @@ export namespace sui_system {
1017
987
  TransactionArgument,
1018
988
  TransactionArgument,
1019
989
  TransactionArgument,
1020
- TransactionArgument,
1021
990
  ] {
1022
991
  const _args: any[] = [];
1023
992
  _args.push(transactionArgumentOrObject(args[0], tx));
@@ -1035,7 +1004,6 @@ export namespace sui_system {
1035
1004
  _args.push(transactionArgumentOrVec(args[12], tx));
1036
1005
  _args.push(transactionArgumentOrPure(args[13], tx));
1037
1006
  _args.push(transactionArgumentOrPure(args[14], tx));
1038
- _args.push(transactionArgumentOrObject(args[15], tx));
1039
1007
 
1040
1008
  // @ts-ignore
1041
1009
  return tx.moveCall({
@@ -1045,14 +1013,10 @@ export namespace sui_system {
1045
1013
  }
1046
1014
  export function requestRemoveValidator(
1047
1015
  tx: TransactionBlock,
1048
- args: [
1049
- string | ObjectCallArg | TransactionArgument,
1050
- string | ObjectCallArg | TransactionArgument,
1051
- ],
1052
- ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1016
+ args: [string | ObjectCallArg | TransactionArgument],
1017
+ ): TransactionArgument & [TransactionArgument] {
1053
1018
  const _args: any[] = [];
1054
1019
  _args.push(transactionArgumentOrObject(args[0], tx));
1055
- _args.push(transactionArgumentOrObject(args[1], tx));
1056
1020
 
1057
1021
  // @ts-ignore
1058
1022
  return tx.moveCall({
@@ -1062,14 +1026,10 @@ export namespace sui_system {
1062
1026
  }
1063
1027
  export function requestRemoveValidatorCandidate(
1064
1028
  tx: TransactionBlock,
1065
- args: [
1066
- string | ObjectCallArg | TransactionArgument,
1067
- string | ObjectCallArg | TransactionArgument,
1068
- ],
1069
- ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1029
+ args: [string | ObjectCallArg | TransactionArgument],
1030
+ ): TransactionArgument & [TransactionArgument] {
1070
1031
  const _args: any[] = [];
1071
1032
  _args.push(transactionArgumentOrObject(args[0], tx));
1072
- _args.push(transactionArgumentOrObject(args[1], tx));
1073
1033
 
1074
1034
  // @ts-ignore
1075
1035
  return tx.moveCall({
@@ -1082,14 +1042,11 @@ export namespace sui_system {
1082
1042
  args: [
1083
1043
  string | ObjectCallArg | TransactionArgument,
1084
1044
  bigint | TransactionArgument,
1085
- string | ObjectCallArg | TransactionArgument,
1086
1045
  ],
1087
- ): TransactionArgument &
1088
- [TransactionArgument, TransactionArgument, TransactionArgument] {
1046
+ ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1089
1047
  const _args: any[] = [];
1090
1048
  _args.push(transactionArgumentOrObject(args[0], tx));
1091
1049
  _args.push(transactionArgumentOrPure(args[1], tx));
1092
- _args.push(transactionArgumentOrObject(args[2], tx));
1093
1050
 
1094
1051
  // @ts-ignore
1095
1052
  return tx.moveCall({
@@ -1122,14 +1079,11 @@ export namespace sui_system {
1122
1079
  args: [
1123
1080
  string | ObjectCallArg | TransactionArgument,
1124
1081
  staking_pool.StakedSui | TransactionArgument,
1125
- string | ObjectCallArg | TransactionArgument,
1126
1082
  ],
1127
- ): TransactionArgument &
1128
- [TransactionArgument, TransactionArgument, TransactionArgument] {
1083
+ ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1129
1084
  const _args: any[] = [];
1130
1085
  _args.push(transactionArgumentOrObject(args[0], tx));
1131
1086
  _args.push(transactionArgumentOrPure(args[1], tx));
1132
- _args.push(transactionArgumentOrObject(args[2], tx));
1133
1087
 
1134
1088
  // @ts-ignore
1135
1089
  return tx.moveCall({
@@ -1142,14 +1096,11 @@ export namespace sui_system {
1142
1096
  args: [
1143
1097
  string | ObjectCallArg | TransactionArgument,
1144
1098
  staking_pool.StakedSui | TransactionArgument,
1145
- string | ObjectCallArg | TransactionArgument,
1146
1099
  ],
1147
- ): TransactionArgument &
1148
- [TransactionArgument, TransactionArgument, TransactionArgument] {
1100
+ ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1149
1101
  const _args: any[] = [];
1150
1102
  _args.push(transactionArgumentOrObject(args[0], tx));
1151
1103
  _args.push(transactionArgumentOrPure(args[1], tx));
1152
- _args.push(transactionArgumentOrObject(args[2], tx));
1153
1104
 
1154
1105
  // @ts-ignore
1155
1106
  return tx.moveCall({
@@ -1159,14 +1110,10 @@ export namespace sui_system {
1159
1110
  }
1160
1111
  export function rotateOperationCap(
1161
1112
  tx: TransactionBlock,
1162
- args: [
1163
- string | ObjectCallArg | TransactionArgument,
1164
- string | ObjectCallArg | TransactionArgument,
1165
- ],
1166
- ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1113
+ args: [string | ObjectCallArg | TransactionArgument],
1114
+ ): TransactionArgument & [TransactionArgument] {
1167
1115
  const _args: any[] = [];
1168
1116
  _args.push(transactionArgumentOrObject(args[0], tx));
1169
- _args.push(transactionArgumentOrObject(args[1], tx));
1170
1117
 
1171
1118
  // @ts-ignore
1172
1119
  return tx.moveCall({
@@ -1179,14 +1126,11 @@ export namespace sui_system {
1179
1126
  args: [
1180
1127
  string | ObjectCallArg | TransactionArgument,
1181
1128
  bigint | TransactionArgument,
1182
- string | ObjectCallArg | TransactionArgument,
1183
1129
  ],
1184
- ): TransactionArgument &
1185
- [TransactionArgument, TransactionArgument, TransactionArgument] {
1130
+ ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1186
1131
  const _args: any[] = [];
1187
1132
  _args.push(transactionArgumentOrObject(args[0], tx));
1188
1133
  _args.push(transactionArgumentOrPure(args[1], tx));
1189
- _args.push(transactionArgumentOrObject(args[2], tx));
1190
1134
 
1191
1135
  // @ts-ignore
1192
1136
  return tx.moveCall({
@@ -1239,14 +1183,11 @@ export namespace sui_system {
1239
1183
  args: [
1240
1184
  string | ObjectCallArg | TransactionArgument,
1241
1185
  (string | ObjectCallArg)[] | TransactionArgument,
1242
- string | ObjectCallArg | TransactionArgument,
1243
1186
  ],
1244
- ): TransactionArgument &
1245
- [TransactionArgument, TransactionArgument, TransactionArgument] {
1187
+ ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1246
1188
  const _args: any[] = [];
1247
1189
  _args.push(transactionArgumentOrObject(args[0], tx));
1248
1190
  _args.push(transactionArgumentOrVec(args[1], tx));
1249
- _args.push(transactionArgumentOrObject(args[2], tx));
1250
1191
 
1251
1192
  // @ts-ignore
1252
1193
  return tx.moveCall({
@@ -1259,14 +1200,11 @@ export namespace sui_system {
1259
1200
  args: [
1260
1201
  string | ObjectCallArg | TransactionArgument,
1261
1202
  (string | ObjectCallArg)[] | TransactionArgument,
1262
- string | ObjectCallArg | TransactionArgument,
1263
1203
  ],
1264
- ): TransactionArgument &
1265
- [TransactionArgument, TransactionArgument, TransactionArgument] {
1204
+ ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1266
1205
  const _args: any[] = [];
1267
1206
  _args.push(transactionArgumentOrObject(args[0], tx));
1268
1207
  _args.push(transactionArgumentOrVec(args[1], tx));
1269
- _args.push(transactionArgumentOrObject(args[2], tx));
1270
1208
 
1271
1209
  // @ts-ignore
1272
1210
  return tx.moveCall({
@@ -1279,14 +1217,11 @@ export namespace sui_system {
1279
1217
  args: [
1280
1218
  string | ObjectCallArg | TransactionArgument,
1281
1219
  (string | ObjectCallArg)[] | TransactionArgument,
1282
- string | ObjectCallArg | TransactionArgument,
1283
1220
  ],
1284
- ): TransactionArgument &
1285
- [TransactionArgument, TransactionArgument, TransactionArgument] {
1221
+ ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1286
1222
  const _args: any[] = [];
1287
1223
  _args.push(transactionArgumentOrObject(args[0], tx));
1288
1224
  _args.push(transactionArgumentOrVec(args[1], tx));
1289
- _args.push(transactionArgumentOrObject(args[2], tx));
1290
1225
 
1291
1226
  // @ts-ignore
1292
1227
  return tx.moveCall({
@@ -1299,14 +1234,11 @@ export namespace sui_system {
1299
1234
  args: [
1300
1235
  string | ObjectCallArg | TransactionArgument,
1301
1236
  (string | ObjectCallArg)[] | TransactionArgument,
1302
- string | ObjectCallArg | TransactionArgument,
1303
1237
  ],
1304
- ): TransactionArgument &
1305
- [TransactionArgument, TransactionArgument, TransactionArgument] {
1238
+ ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1306
1239
  const _args: any[] = [];
1307
1240
  _args.push(transactionArgumentOrObject(args[0], tx));
1308
1241
  _args.push(transactionArgumentOrVec(args[1], tx));
1309
- _args.push(transactionArgumentOrObject(args[2], tx));
1310
1242
 
1311
1243
  // @ts-ignore
1312
1244
  return tx.moveCall({
@@ -1320,20 +1252,13 @@ export namespace sui_system {
1320
1252
  string | ObjectCallArg | TransactionArgument,
1321
1253
  (string | ObjectCallArg)[] | TransactionArgument,
1322
1254
  (string | ObjectCallArg)[] | TransactionArgument,
1323
- string | ObjectCallArg | TransactionArgument,
1324
1255
  ],
1325
1256
  ): TransactionArgument &
1326
- [
1327
- TransactionArgument,
1328
- TransactionArgument,
1329
- TransactionArgument,
1330
- TransactionArgument,
1331
- ] {
1257
+ [TransactionArgument, TransactionArgument, TransactionArgument] {
1332
1258
  const _args: any[] = [];
1333
1259
  _args.push(transactionArgumentOrObject(args[0], tx));
1334
1260
  _args.push(transactionArgumentOrVec(args[1], tx));
1335
1261
  _args.push(transactionArgumentOrVec(args[2], tx));
1336
- _args.push(transactionArgumentOrObject(args[3], tx));
1337
1262
 
1338
1263
  // @ts-ignore
1339
1264
  return tx.moveCall({
@@ -1346,14 +1271,11 @@ export namespace sui_system {
1346
1271
  args: [
1347
1272
  string | ObjectCallArg | TransactionArgument,
1348
1273
  (string | ObjectCallArg)[] | TransactionArgument,
1349
- string | ObjectCallArg | TransactionArgument,
1350
1274
  ],
1351
- ): TransactionArgument &
1352
- [TransactionArgument, TransactionArgument, TransactionArgument] {
1275
+ ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1353
1276
  const _args: any[] = [];
1354
1277
  _args.push(transactionArgumentOrObject(args[0], tx));
1355
1278
  _args.push(transactionArgumentOrVec(args[1], tx));
1356
- _args.push(transactionArgumentOrObject(args[2], tx));
1357
1279
 
1358
1280
  // @ts-ignore
1359
1281
  return tx.moveCall({
@@ -1366,14 +1288,11 @@ export namespace sui_system {
1366
1288
  args: [
1367
1289
  string | ObjectCallArg | TransactionArgument,
1368
1290
  (string | ObjectCallArg)[] | TransactionArgument,
1369
- string | ObjectCallArg | TransactionArgument,
1370
1291
  ],
1371
- ): TransactionArgument &
1372
- [TransactionArgument, TransactionArgument, TransactionArgument] {
1292
+ ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1373
1293
  const _args: any[] = [];
1374
1294
  _args.push(transactionArgumentOrObject(args[0], tx));
1375
1295
  _args.push(transactionArgumentOrVec(args[1], tx));
1376
- _args.push(transactionArgumentOrObject(args[2], tx));
1377
1296
 
1378
1297
  // @ts-ignore
1379
1298
  return tx.moveCall({
@@ -1386,14 +1305,11 @@ export namespace sui_system {
1386
1305
  args: [
1387
1306
  string | ObjectCallArg | TransactionArgument,
1388
1307
  (string | ObjectCallArg)[] | TransactionArgument,
1389
- string | ObjectCallArg | TransactionArgument,
1390
1308
  ],
1391
- ): TransactionArgument &
1392
- [TransactionArgument, TransactionArgument, TransactionArgument] {
1309
+ ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1393
1310
  const _args: any[] = [];
1394
1311
  _args.push(transactionArgumentOrObject(args[0], tx));
1395
1312
  _args.push(transactionArgumentOrVec(args[1], tx));
1396
- _args.push(transactionArgumentOrObject(args[2], tx));
1397
1313
 
1398
1314
  // @ts-ignore
1399
1315
  return tx.moveCall({
@@ -1406,14 +1322,11 @@ export namespace sui_system {
1406
1322
  args: [
1407
1323
  string | ObjectCallArg | TransactionArgument,
1408
1324
  (string | ObjectCallArg)[] | TransactionArgument,
1409
- string | ObjectCallArg | TransactionArgument,
1410
1325
  ],
1411
- ): TransactionArgument &
1412
- [TransactionArgument, TransactionArgument, TransactionArgument] {
1326
+ ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1413
1327
  const _args: any[] = [];
1414
1328
  _args.push(transactionArgumentOrObject(args[0], tx));
1415
1329
  _args.push(transactionArgumentOrVec(args[1], tx));
1416
- _args.push(transactionArgumentOrObject(args[2], tx));
1417
1330
 
1418
1331
  // @ts-ignore
1419
1332
  return tx.moveCall({
@@ -1426,14 +1339,11 @@ export namespace sui_system {
1426
1339
  args: [
1427
1340
  string | ObjectCallArg | TransactionArgument,
1428
1341
  (string | ObjectCallArg)[] | TransactionArgument,
1429
- string | ObjectCallArg | TransactionArgument,
1430
1342
  ],
1431
- ): TransactionArgument &
1432
- [TransactionArgument, TransactionArgument, TransactionArgument] {
1343
+ ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1433
1344
  const _args: any[] = [];
1434
1345
  _args.push(transactionArgumentOrObject(args[0], tx));
1435
1346
  _args.push(transactionArgumentOrVec(args[1], tx));
1436
- _args.push(transactionArgumentOrObject(args[2], tx));
1437
1347
 
1438
1348
  // @ts-ignore
1439
1349
  return tx.moveCall({
@@ -1446,14 +1356,11 @@ export namespace sui_system {
1446
1356
  args: [
1447
1357
  string | ObjectCallArg | TransactionArgument,
1448
1358
  (string | ObjectCallArg)[] | TransactionArgument,
1449
- string | ObjectCallArg | TransactionArgument,
1450
1359
  ],
1451
- ): TransactionArgument &
1452
- [TransactionArgument, TransactionArgument, TransactionArgument] {
1360
+ ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1453
1361
  const _args: any[] = [];
1454
1362
  _args.push(transactionArgumentOrObject(args[0], tx));
1455
1363
  _args.push(transactionArgumentOrVec(args[1], tx));
1456
- _args.push(transactionArgumentOrObject(args[2], tx));
1457
1364
 
1458
1365
  // @ts-ignore
1459
1366
  return tx.moveCall({
@@ -1466,14 +1373,11 @@ export namespace sui_system {
1466
1373
  args: [
1467
1374
  string | ObjectCallArg | TransactionArgument,
1468
1375
  (string | ObjectCallArg)[] | TransactionArgument,
1469
- string | ObjectCallArg | TransactionArgument,
1470
1376
  ],
1471
- ): TransactionArgument &
1472
- [TransactionArgument, TransactionArgument, TransactionArgument] {
1377
+ ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1473
1378
  const _args: any[] = [];
1474
1379
  _args.push(transactionArgumentOrObject(args[0], tx));
1475
1380
  _args.push(transactionArgumentOrVec(args[1], tx));
1476
- _args.push(transactionArgumentOrObject(args[2], tx));
1477
1381
 
1478
1382
  // @ts-ignore
1479
1383
  return tx.moveCall({
@@ -1486,14 +1390,11 @@ export namespace sui_system {
1486
1390
  args: [
1487
1391
  string | ObjectCallArg | TransactionArgument,
1488
1392
  (string | ObjectCallArg)[] | TransactionArgument,
1489
- string | ObjectCallArg | TransactionArgument,
1490
1393
  ],
1491
- ): TransactionArgument &
1492
- [TransactionArgument, TransactionArgument, TransactionArgument] {
1394
+ ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1493
1395
  const _args: any[] = [];
1494
1396
  _args.push(transactionArgumentOrObject(args[0], tx));
1495
1397
  _args.push(transactionArgumentOrVec(args[1], tx));
1496
- _args.push(transactionArgumentOrObject(args[2], tx));
1497
1398
 
1498
1399
  // @ts-ignore
1499
1400
  return tx.moveCall({
@@ -1506,14 +1407,11 @@ export namespace sui_system {
1506
1407
  args: [
1507
1408
  string | ObjectCallArg | TransactionArgument,
1508
1409
  (string | ObjectCallArg)[] | TransactionArgument,
1509
- string | ObjectCallArg | TransactionArgument,
1510
1410
  ],
1511
- ): TransactionArgument &
1512
- [TransactionArgument, TransactionArgument, TransactionArgument] {
1411
+ ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1513
1412
  const _args: any[] = [];
1514
1413
  _args.push(transactionArgumentOrObject(args[0], tx));
1515
1414
  _args.push(transactionArgumentOrVec(args[1], tx));
1516
- _args.push(transactionArgumentOrObject(args[2], tx));
1517
1415
 
1518
1416
  // @ts-ignore
1519
1417
  return tx.moveCall({
@@ -1527,20 +1425,13 @@ export namespace sui_system {
1527
1425
  string | ObjectCallArg | TransactionArgument,
1528
1426
  (string | ObjectCallArg)[] | TransactionArgument,
1529
1427
  (string | ObjectCallArg)[] | TransactionArgument,
1530
- string | ObjectCallArg | TransactionArgument,
1531
1428
  ],
1532
1429
  ): TransactionArgument &
1533
- [
1534
- TransactionArgument,
1535
- TransactionArgument,
1536
- TransactionArgument,
1537
- TransactionArgument,
1538
- ] {
1430
+ [TransactionArgument, TransactionArgument, TransactionArgument] {
1539
1431
  const _args: any[] = [];
1540
1432
  _args.push(transactionArgumentOrObject(args[0], tx));
1541
1433
  _args.push(transactionArgumentOrVec(args[1], tx));
1542
1434
  _args.push(transactionArgumentOrVec(args[2], tx));
1543
- _args.push(transactionArgumentOrObject(args[3], tx));
1544
1435
 
1545
1436
  // @ts-ignore
1546
1437
  return tx.moveCall({
@@ -1553,14 +1444,11 @@ export namespace sui_system {
1553
1444
  args: [
1554
1445
  string | ObjectCallArg | TransactionArgument,
1555
1446
  (string | ObjectCallArg)[] | TransactionArgument,
1556
- string | ObjectCallArg | TransactionArgument,
1557
1447
  ],
1558
- ): TransactionArgument &
1559
- [TransactionArgument, TransactionArgument, TransactionArgument] {
1448
+ ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1560
1449
  const _args: any[] = [];
1561
1450
  _args.push(transactionArgumentOrObject(args[0], tx));
1562
1451
  _args.push(transactionArgumentOrVec(args[1], tx));
1563
- _args.push(transactionArgumentOrObject(args[2], tx));
1564
1452
 
1565
1453
  // @ts-ignore
1566
1454
  return tx.moveCall({
@@ -1573,14 +1461,11 @@ export namespace sui_system {
1573
1461
  args: [
1574
1462
  string | ObjectCallArg | TransactionArgument,
1575
1463
  (string | ObjectCallArg)[] | TransactionArgument,
1576
- string | ObjectCallArg | TransactionArgument,
1577
1464
  ],
1578
- ): TransactionArgument &
1579
- [TransactionArgument, TransactionArgument, TransactionArgument] {
1465
+ ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1580
1466
  const _args: any[] = [];
1581
1467
  _args.push(transactionArgumentOrObject(args[0], tx));
1582
1468
  _args.push(transactionArgumentOrVec(args[1], tx));
1583
- _args.push(transactionArgumentOrObject(args[2], tx));
1584
1469
 
1585
1470
  // @ts-ignore
1586
1471
  return tx.moveCall({
@@ -1593,14 +1478,11 @@ export namespace sui_system {
1593
1478
  args: [
1594
1479
  string | ObjectCallArg | TransactionArgument,
1595
1480
  (string | ObjectCallArg)[] | TransactionArgument,
1596
- string | ObjectCallArg | TransactionArgument,
1597
1481
  ],
1598
- ): TransactionArgument &
1599
- [TransactionArgument, TransactionArgument, TransactionArgument] {
1482
+ ): TransactionArgument & [TransactionArgument, TransactionArgument] {
1600
1483
  const _args: any[] = [];
1601
1484
  _args.push(transactionArgumentOrObject(args[0], tx));
1602
1485
  _args.push(transactionArgumentOrVec(args[1], tx));
1603
- _args.push(transactionArgumentOrObject(args[2], tx));
1604
1486
 
1605
1487
  // @ts-ignore
1606
1488
  return tx.moveCall({
@@ -1669,7 +1551,6 @@ export namespace sui_system {
1669
1551
  string | ObjectCallArg | TransactionArgument,
1670
1552
  _0x2.coin.Coin<_0x2.sui.SUI> | TransactionArgument,
1671
1553
  string | TransactionArgument,
1672
- string | ObjectCallArg | TransactionArgument,
1673
1554
  ],
1674
1555
  ): Promise<TypedDevInspectResults<[]>> {
1675
1556
  const tx = new TransactionBlock();
@@ -1690,7 +1571,6 @@ export namespace sui_system {
1690
1571
  (string | ObjectCallArg)[] | TransactionArgument,
1691
1572
  _0x1.option.Option<bigint> | TransactionArgument,
1692
1573
  string | TransactionArgument,
1693
- string | ObjectCallArg | TransactionArgument,
1694
1574
  ],
1695
1575
  ): Promise<TypedDevInspectResults<[]>> {
1696
1576
  const tx = new TransactionBlock();
@@ -1710,7 +1590,6 @@ export namespace sui_system {
1710
1590
  string | ObjectCallArg | TransactionArgument,
1711
1591
  _0x2.coin.Coin<_0x2.sui.SUI> | TransactionArgument,
1712
1592
  string | TransactionArgument,
1713
- string | ObjectCallArg | TransactionArgument,
1714
1593
  ],
1715
1594
  ): Promise<TypedDevInspectResults<[staking_pool.StakedSui]>> {
1716
1595
  const tx = new TransactionBlock();
@@ -1726,10 +1605,7 @@ export namespace sui_system {
1726
1605
  }
1727
1606
  export async function requestAddValidator(
1728
1607
  client: SuiClient,
1729
- args: [
1730
- string | ObjectCallArg | TransactionArgument,
1731
- string | ObjectCallArg | TransactionArgument,
1732
- ],
1608
+ args: [string | ObjectCallArg | TransactionArgument],
1733
1609
  ): Promise<TypedDevInspectResults<[]>> {
1734
1610
  const tx = new TransactionBlock();
1735
1611
  builder.requestAddValidator(tx, args);
@@ -1760,7 +1636,6 @@ export namespace sui_system {
1760
1636
  (string | ObjectCallArg)[] | TransactionArgument,
1761
1637
  bigint | TransactionArgument,
1762
1638
  bigint | TransactionArgument,
1763
- string | ObjectCallArg | TransactionArgument,
1764
1639
  ],
1765
1640
  ): Promise<TypedDevInspectResults<[]>> {
1766
1641
  const tx = new TransactionBlock();
@@ -1776,10 +1651,7 @@ export namespace sui_system {
1776
1651
  }
1777
1652
  export async function requestRemoveValidator(
1778
1653
  client: SuiClient,
1779
- args: [
1780
- string | ObjectCallArg | TransactionArgument,
1781
- string | ObjectCallArg | TransactionArgument,
1782
- ],
1654
+ args: [string | ObjectCallArg | TransactionArgument],
1783
1655
  ): Promise<TypedDevInspectResults<[]>> {
1784
1656
  const tx = new TransactionBlock();
1785
1657
  builder.requestRemoveValidator(tx, args);
@@ -1794,10 +1666,7 @@ export namespace sui_system {
1794
1666
  }
1795
1667
  export async function requestRemoveValidatorCandidate(
1796
1668
  client: SuiClient,
1797
- args: [
1798
- string | ObjectCallArg | TransactionArgument,
1799
- string | ObjectCallArg | TransactionArgument,
1800
- ],
1669
+ args: [string | ObjectCallArg | TransactionArgument],
1801
1670
  ): Promise<TypedDevInspectResults<[]>> {
1802
1671
  const tx = new TransactionBlock();
1803
1672
  builder.requestRemoveValidatorCandidate(tx, args);
@@ -1815,7 +1684,6 @@ export namespace sui_system {
1815
1684
  args: [
1816
1685
  string | ObjectCallArg | TransactionArgument,
1817
1686
  bigint | TransactionArgument,
1818
- string | ObjectCallArg | TransactionArgument,
1819
1687
  ],
1820
1688
  ): Promise<TypedDevInspectResults<[]>> {
1821
1689
  const tx = new TransactionBlock();
@@ -1853,7 +1721,6 @@ export namespace sui_system {
1853
1721
  args: [
1854
1722
  string | ObjectCallArg | TransactionArgument,
1855
1723
  staking_pool.StakedSui | TransactionArgument,
1856
- string | ObjectCallArg | TransactionArgument,
1857
1724
  ],
1858
1725
  ): Promise<TypedDevInspectResults<[]>> {
1859
1726
  const tx = new TransactionBlock();
@@ -1872,7 +1739,6 @@ export namespace sui_system {
1872
1739
  args: [
1873
1740
  string | ObjectCallArg | TransactionArgument,
1874
1741
  staking_pool.StakedSui | TransactionArgument,
1875
- string | ObjectCallArg | TransactionArgument,
1876
1742
  ],
1877
1743
  ): Promise<TypedDevInspectResults<[_0x2.balance.Balance<_0x2.sui.SUI>]>> {
1878
1744
  const tx = new TransactionBlock();
@@ -1888,10 +1754,7 @@ export namespace sui_system {
1888
1754
  }
1889
1755
  export async function rotateOperationCap(
1890
1756
  client: SuiClient,
1891
- args: [
1892
- string | ObjectCallArg | TransactionArgument,
1893
- string | ObjectCallArg | TransactionArgument,
1894
- ],
1757
+ args: [string | ObjectCallArg | TransactionArgument],
1895
1758
  ): Promise<TypedDevInspectResults<[]>> {
1896
1759
  const tx = new TransactionBlock();
1897
1760
  builder.rotateOperationCap(tx, args);
@@ -1909,7 +1772,6 @@ export namespace sui_system {
1909
1772
  args: [
1910
1773
  string | ObjectCallArg | TransactionArgument,
1911
1774
  bigint | TransactionArgument,
1912
- string | ObjectCallArg | TransactionArgument,
1913
1775
  ],
1914
1776
  ): Promise<TypedDevInspectResults<[]>> {
1915
1777
  const tx = new TransactionBlock();
@@ -1966,7 +1828,6 @@ export namespace sui_system {
1966
1828
  args: [
1967
1829
  string | ObjectCallArg | TransactionArgument,
1968
1830
  (string | ObjectCallArg)[] | TransactionArgument,
1969
- string | ObjectCallArg | TransactionArgument,
1970
1831
  ],
1971
1832
  ): Promise<TypedDevInspectResults<[]>> {
1972
1833
  const tx = new TransactionBlock();
@@ -1985,7 +1846,6 @@ export namespace sui_system {
1985
1846
  args: [
1986
1847
  string | ObjectCallArg | TransactionArgument,
1987
1848
  (string | ObjectCallArg)[] | TransactionArgument,
1988
- string | ObjectCallArg | TransactionArgument,
1989
1849
  ],
1990
1850
  ): Promise<TypedDevInspectResults<[]>> {
1991
1851
  const tx = new TransactionBlock();
@@ -2004,7 +1864,6 @@ export namespace sui_system {
2004
1864
  args: [
2005
1865
  string | ObjectCallArg | TransactionArgument,
2006
1866
  (string | ObjectCallArg)[] | TransactionArgument,
2007
- string | ObjectCallArg | TransactionArgument,
2008
1867
  ],
2009
1868
  ): Promise<TypedDevInspectResults<[]>> {
2010
1869
  const tx = new TransactionBlock();
@@ -2023,7 +1882,6 @@ export namespace sui_system {
2023
1882
  args: [
2024
1883
  string | ObjectCallArg | TransactionArgument,
2025
1884
  (string | ObjectCallArg)[] | TransactionArgument,
2026
- string | ObjectCallArg | TransactionArgument,
2027
1885
  ],
2028
1886
  ): Promise<TypedDevInspectResults<[]>> {
2029
1887
  const tx = new TransactionBlock();
@@ -2043,7 +1901,6 @@ export namespace sui_system {
2043
1901
  string | ObjectCallArg | TransactionArgument,
2044
1902
  (string | ObjectCallArg)[] | TransactionArgument,
2045
1903
  (string | ObjectCallArg)[] | TransactionArgument,
2046
- string | ObjectCallArg | TransactionArgument,
2047
1904
  ],
2048
1905
  ): Promise<TypedDevInspectResults<[]>> {
2049
1906
  const tx = new TransactionBlock();
@@ -2062,7 +1919,6 @@ export namespace sui_system {
2062
1919
  args: [
2063
1920
  string | ObjectCallArg | TransactionArgument,
2064
1921
  (string | ObjectCallArg)[] | TransactionArgument,
2065
- string | ObjectCallArg | TransactionArgument,
2066
1922
  ],
2067
1923
  ): Promise<TypedDevInspectResults<[]>> {
2068
1924
  const tx = new TransactionBlock();
@@ -2081,7 +1937,6 @@ export namespace sui_system {
2081
1937
  args: [
2082
1938
  string | ObjectCallArg | TransactionArgument,
2083
1939
  (string | ObjectCallArg)[] | TransactionArgument,
2084
- string | ObjectCallArg | TransactionArgument,
2085
1940
  ],
2086
1941
  ): Promise<TypedDevInspectResults<[]>> {
2087
1942
  const tx = new TransactionBlock();
@@ -2100,7 +1955,6 @@ export namespace sui_system {
2100
1955
  args: [
2101
1956
  string | ObjectCallArg | TransactionArgument,
2102
1957
  (string | ObjectCallArg)[] | TransactionArgument,
2103
- string | ObjectCallArg | TransactionArgument,
2104
1958
  ],
2105
1959
  ): Promise<TypedDevInspectResults<[]>> {
2106
1960
  const tx = new TransactionBlock();
@@ -2119,7 +1973,6 @@ export namespace sui_system {
2119
1973
  args: [
2120
1974
  string | ObjectCallArg | TransactionArgument,
2121
1975
  (string | ObjectCallArg)[] | TransactionArgument,
2122
- string | ObjectCallArg | TransactionArgument,
2123
1976
  ],
2124
1977
  ): Promise<TypedDevInspectResults<[]>> {
2125
1978
  const tx = new TransactionBlock();
@@ -2138,7 +1991,6 @@ export namespace sui_system {
2138
1991
  args: [
2139
1992
  string | ObjectCallArg | TransactionArgument,
2140
1993
  (string | ObjectCallArg)[] | TransactionArgument,
2141
- string | ObjectCallArg | TransactionArgument,
2142
1994
  ],
2143
1995
  ): Promise<TypedDevInspectResults<[]>> {
2144
1996
  const tx = new TransactionBlock();
@@ -2157,7 +2009,6 @@ export namespace sui_system {
2157
2009
  args: [
2158
2010
  string | ObjectCallArg | TransactionArgument,
2159
2011
  (string | ObjectCallArg)[] | TransactionArgument,
2160
- string | ObjectCallArg | TransactionArgument,
2161
2012
  ],
2162
2013
  ): Promise<TypedDevInspectResults<[]>> {
2163
2014
  const tx = new TransactionBlock();
@@ -2176,7 +2027,6 @@ export namespace sui_system {
2176
2027
  args: [
2177
2028
  string | ObjectCallArg | TransactionArgument,
2178
2029
  (string | ObjectCallArg)[] | TransactionArgument,
2179
- string | ObjectCallArg | TransactionArgument,
2180
2030
  ],
2181
2031
  ): Promise<TypedDevInspectResults<[]>> {
2182
2032
  const tx = new TransactionBlock();
@@ -2195,7 +2045,6 @@ export namespace sui_system {
2195
2045
  args: [
2196
2046
  string | ObjectCallArg | TransactionArgument,
2197
2047
  (string | ObjectCallArg)[] | TransactionArgument,
2198
- string | ObjectCallArg | TransactionArgument,
2199
2048
  ],
2200
2049
  ): Promise<TypedDevInspectResults<[]>> {
2201
2050
  const tx = new TransactionBlock();
@@ -2214,7 +2063,6 @@ export namespace sui_system {
2214
2063
  args: [
2215
2064
  string | ObjectCallArg | TransactionArgument,
2216
2065
  (string | ObjectCallArg)[] | TransactionArgument,
2217
- string | ObjectCallArg | TransactionArgument,
2218
2066
  ],
2219
2067
  ): Promise<TypedDevInspectResults<[]>> {
2220
2068
  const tx = new TransactionBlock();
@@ -2234,7 +2082,6 @@ export namespace sui_system {
2234
2082
  string | ObjectCallArg | TransactionArgument,
2235
2083
  (string | ObjectCallArg)[] | TransactionArgument,
2236
2084
  (string | ObjectCallArg)[] | TransactionArgument,
2237
- string | ObjectCallArg | TransactionArgument,
2238
2085
  ],
2239
2086
  ): Promise<TypedDevInspectResults<[]>> {
2240
2087
  const tx = new TransactionBlock();
@@ -2253,7 +2100,6 @@ export namespace sui_system {
2253
2100
  args: [
2254
2101
  string | ObjectCallArg | TransactionArgument,
2255
2102
  (string | ObjectCallArg)[] | TransactionArgument,
2256
- string | ObjectCallArg | TransactionArgument,
2257
2103
  ],
2258
2104
  ): Promise<TypedDevInspectResults<[]>> {
2259
2105
  const tx = new TransactionBlock();
@@ -2272,7 +2118,6 @@ export namespace sui_system {
2272
2118
  args: [
2273
2119
  string | ObjectCallArg | TransactionArgument,
2274
2120
  (string | ObjectCallArg)[] | TransactionArgument,
2275
- string | ObjectCallArg | TransactionArgument,
2276
2121
  ],
2277
2122
  ): Promise<TypedDevInspectResults<[]>> {
2278
2123
  const tx = new TransactionBlock();
@@ -2291,7 +2136,6 @@ export namespace sui_system {
2291
2136
  args: [
2292
2137
  string | ObjectCallArg | TransactionArgument,
2293
2138
  (string | ObjectCallArg)[] | TransactionArgument,
2294
- string | ObjectCallArg | TransactionArgument,
2295
2139
  ],
2296
2140
  ): Promise<TypedDevInspectResults<[]>> {
2297
2141
  const tx = new TransactionBlock();