@typemove/sui 1.6.3 → 1.6.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.
Files changed (88) hide show
  1. package/dist/cjs/builtin/0x1.d.ts +187 -131
  2. package/dist/cjs/builtin/0x1.d.ts.map +1 -1
  3. package/dist/cjs/builtin/0x1.js +696 -131
  4. package/dist/cjs/builtin/0x1.js.map +1 -1
  5. package/dist/cjs/builtin/0x2.d.ts +572 -572
  6. package/dist/cjs/builtin/0x2.d.ts.map +1 -1
  7. package/dist/cjs/builtin/0x2.js +569 -569
  8. package/dist/cjs/builtin/0x2.js.map +1 -1
  9. package/dist/cjs/builtin/0x3.d.ts +422 -242
  10. package/dist/cjs/builtin/0x3.d.ts.map +1 -1
  11. package/dist/cjs/builtin/0x3.js +639 -239
  12. package/dist/cjs/builtin/0x3.js.map +1 -1
  13. package/dist/cjs/codegen/codegen.d.ts +1 -1
  14. package/dist/cjs/codegen/codegen.d.ts.map +1 -1
  15. package/dist/cjs/codegen/codegen.js +7 -7
  16. package/dist/cjs/codegen/codegen.js.map +1 -1
  17. package/dist/cjs/models.d.ts +1 -1
  18. package/dist/cjs/models.d.ts.map +1 -1
  19. package/dist/cjs/move-coder.d.ts +5 -4
  20. package/dist/cjs/move-coder.d.ts.map +1 -1
  21. package/dist/cjs/move-coder.js +62 -23
  22. package/dist/cjs/move-coder.js.map +1 -1
  23. package/dist/cjs/move-coder.test.js.map +1 -1
  24. package/dist/cjs/sui-chain-adapter.d.ts +1 -1
  25. package/dist/cjs/sui-chain-adapter.d.ts.map +1 -1
  26. package/dist/cjs/sui-chain-adapter.js +1 -1
  27. package/dist/cjs/sui-chain-adapter.js.map +1 -1
  28. package/dist/cjs/to-internal.d.ts +1 -1
  29. package/dist/cjs/to-internal.d.ts.map +1 -1
  30. package/dist/cjs/to-internal.js +4 -4
  31. package/dist/cjs/transaction.d.ts +4 -4
  32. package/dist/cjs/transaction.d.ts.map +1 -1
  33. package/dist/cjs/transaction.js +2 -2
  34. package/dist/cjs/transaction.js.map +1 -1
  35. package/dist/esm/builtin/0x1.d.ts +187 -131
  36. package/dist/esm/builtin/0x1.d.ts.map +1 -1
  37. package/dist/esm/builtin/0x1.js +696 -131
  38. package/dist/esm/builtin/0x1.js.map +1 -1
  39. package/dist/esm/builtin/0x2.d.ts +572 -572
  40. package/dist/esm/builtin/0x2.d.ts.map +1 -1
  41. package/dist/esm/builtin/0x2.js +569 -569
  42. package/dist/esm/builtin/0x2.js.map +1 -1
  43. package/dist/esm/builtin/0x3.d.ts +422 -242
  44. package/dist/esm/builtin/0x3.d.ts.map +1 -1
  45. package/dist/esm/builtin/0x3.js +639 -239
  46. package/dist/esm/builtin/0x3.js.map +1 -1
  47. package/dist/esm/codegen/codegen.d.ts +1 -1
  48. package/dist/esm/codegen/codegen.d.ts.map +1 -1
  49. package/dist/esm/codegen/codegen.js +7 -7
  50. package/dist/esm/codegen/codegen.js.map +1 -1
  51. package/dist/esm/codegen/run.js +1 -1
  52. package/dist/esm/codegen/run.js.map +1 -1
  53. package/dist/esm/models.d.ts +1 -1
  54. package/dist/esm/models.d.ts.map +1 -1
  55. package/dist/esm/move-coder.d.ts +5 -4
  56. package/dist/esm/move-coder.d.ts.map +1 -1
  57. package/dist/esm/move-coder.js +62 -23
  58. package/dist/esm/move-coder.js.map +1 -1
  59. package/dist/esm/move-coder.test.js.map +1 -1
  60. package/dist/esm/sui-chain-adapter.d.ts +1 -1
  61. package/dist/esm/sui-chain-adapter.d.ts.map +1 -1
  62. package/dist/esm/sui-chain-adapter.js +1 -1
  63. package/dist/esm/sui-chain-adapter.js.map +1 -1
  64. package/dist/esm/to-internal.d.ts +1 -1
  65. package/dist/esm/to-internal.d.ts.map +1 -1
  66. package/dist/esm/to-internal.js +5 -5
  67. package/dist/esm/to-internal.js.map +1 -1
  68. package/dist/esm/transaction.d.ts +4 -4
  69. package/dist/esm/transaction.d.ts.map +1 -1
  70. package/dist/esm/transaction.js +2 -2
  71. package/dist/esm/transaction.js.map +1 -1
  72. package/package.json +3 -4
  73. package/src/abis/0x1.json +499 -0
  74. package/src/abis/0x3.json +900 -41
  75. package/src/builtin/0x1.ts +1058 -267
  76. package/src/builtin/0x2.ts +1141 -1165
  77. package/src/builtin/0x3.ts +1171 -485
  78. package/src/codegen/codegen.ts +7 -7
  79. package/src/codegen/run.ts +1 -1
  80. package/src/models.ts +1 -1
  81. package/src/move-coder.ts +60 -28
  82. package/src/sui-chain-adapter.ts +1 -1
  83. package/src/tests/types/testnet/0x1e2b124f746a339b3cf99b9f969393a96594519aafb1d06517aacfeeae20e7a5.ts +11 -11
  84. package/src/tests/types/testnet/0x6c4a21e3e7e6b6d51c4604021633e1d97e24e37a696f8c082cd48f37503e602a.ts +99 -99
  85. package/src/tests/types/testnet/0xdee9.ts +183 -183
  86. package/src/tests/types/testnet/0xebaa2ad3eacc230f309cd933958cc52684df0a41ae7ac214d186b80f830867d2.ts +313 -316
  87. package/src/to-internal.ts +7 -7
  88. package/src/transaction.ts +6 -6
@@ -15,11 +15,11 @@ import {
15
15
  getMoveCoder,
16
16
  } from "@typemove/sui";
17
17
  import {
18
- TransactionBlock,
18
+ Transaction,
19
19
  TransactionArgument,
20
20
  TransactionObjectArgument,
21
- } from "@mysten/sui.js/transactions";
22
- import { SuiClient } from "@mysten/sui.js/client";
21
+ } from "@mysten/sui/transactions";
22
+ import { SuiClient } from "@mysten/sui/client";
23
23
  import {
24
24
  transactionArgumentOrObject,
25
25
  transactionArgumentOrPure,
@@ -50,7 +50,7 @@ export namespace authority {
50
50
 
51
51
  export namespace builder {
52
52
  export function addAuthorizedUser<T0 = any>(
53
- tx: TransactionBlock,
53
+ tx: Transaction,
54
54
  args: [
55
55
  string | TransactionObjectArgument | TransactionArgument,
56
56
  string | TransactionObjectArgument | TransactionArgument,
@@ -77,7 +77,7 @@ export namespace authority {
77
77
  });
78
78
  }
79
79
  export function destroyEmpty<T0 = any>(
80
- tx: TransactionBlock,
80
+ tx: Transaction,
81
81
  args: [authority.Authority<T0> | TransactionArgument],
82
82
  typeArguments: [TypeDescriptor<T0> | string],
83
83
  ): TransactionArgument & [TransactionArgument] {
@@ -97,7 +97,7 @@ export namespace authority {
97
97
  });
98
98
  }
99
99
  export function new_<T0 = any>(
100
- tx: TransactionBlock,
100
+ tx: Transaction,
101
101
  args: [(string | TransactionObjectArgument)[] | TransactionArgument],
102
102
  typeArguments: [TypeDescriptor<T0> | string],
103
103
  ): TransactionArgument & [TransactionArgument] {
@@ -117,7 +117,7 @@ export namespace authority {
117
117
  });
118
118
  }
119
119
  export function removeAll<T0 = any>(
120
- tx: TransactionBlock,
120
+ tx: Transaction,
121
121
  args: [string | TransactionObjectArgument | TransactionArgument],
122
122
  typeArguments: [TypeDescriptor<T0> | string],
123
123
  ): TransactionArgument & [TransactionArgument] {
@@ -137,7 +137,7 @@ export namespace authority {
137
137
  });
138
138
  }
139
139
  export function removeAuthorizedUser<T0 = any>(
140
- tx: TransactionBlock,
140
+ tx: Transaction,
141
141
  args: [
142
142
  string | TransactionObjectArgument | TransactionArgument,
143
143
  string | TransactionObjectArgument | TransactionArgument,
@@ -164,7 +164,7 @@ export namespace authority {
164
164
  });
165
165
  }
166
166
  export function verify<T0 = any>(
167
- tx: TransactionBlock,
167
+ tx: Transaction,
168
168
  args: [string | TransactionObjectArgument | TransactionArgument],
169
169
  typeArguments: [TypeDescriptor<T0> | string],
170
170
  ): TransactionArgument & [TransactionArgument] {
@@ -184,7 +184,7 @@ export namespace authority {
184
184
  });
185
185
  }
186
186
  export function whitelist<T0 = any>(
187
- tx: TransactionBlock,
187
+ tx: Transaction,
188
188
  args: [string | TransactionObjectArgument | TransactionArgument],
189
189
  typeArguments: [TypeDescriptor<T0> | string],
190
190
  ): TransactionArgument & [TransactionArgument] {
@@ -214,7 +214,7 @@ export namespace authority {
214
214
  ],
215
215
  typeArguments: [TypeDescriptor<T0> | string],
216
216
  ): Promise<TypedDevInspectResults<[]>> {
217
- const tx = new TransactionBlock();
217
+ const tx = new Transaction();
218
218
  builder.addAuthorizedUser(tx, args, typeArguments);
219
219
  const inspectRes = await client.devInspectTransactionBlock({
220
220
  transactionBlock: tx,
@@ -230,7 +230,7 @@ export namespace authority {
230
230
  args: [authority.Authority<T0> | TransactionArgument],
231
231
  typeArguments: [TypeDescriptor<T0> | string],
232
232
  ): Promise<TypedDevInspectResults<[]>> {
233
- const tx = new TransactionBlock();
233
+ const tx = new Transaction();
234
234
  builder.destroyEmpty(tx, args, typeArguments);
235
235
  const inspectRes = await client.devInspectTransactionBlock({
236
236
  transactionBlock: tx,
@@ -246,7 +246,7 @@ export namespace authority {
246
246
  args: [(string | TransactionObjectArgument)[] | TransactionArgument],
247
247
  typeArguments: [TypeDescriptor<T0> | string],
248
248
  ): Promise<TypedDevInspectResults<[authority.Authority<T0>]>> {
249
- const tx = new TransactionBlock();
249
+ const tx = new Transaction();
250
250
  builder.new_(tx, args, typeArguments);
251
251
  const inspectRes = await client.devInspectTransactionBlock({
252
252
  transactionBlock: tx,
@@ -262,7 +262,7 @@ export namespace authority {
262
262
  args: [string | TransactionObjectArgument | TransactionArgument],
263
263
  typeArguments: [TypeDescriptor<T0> | string],
264
264
  ): Promise<TypedDevInspectResults<[string[]]>> {
265
- const tx = new TransactionBlock();
265
+ const tx = new Transaction();
266
266
  builder.removeAll(tx, args, typeArguments);
267
267
  const inspectRes = await client.devInspectTransactionBlock({
268
268
  transactionBlock: tx,
@@ -282,7 +282,7 @@ export namespace authority {
282
282
  ],
283
283
  typeArguments: [TypeDescriptor<T0> | string],
284
284
  ): Promise<TypedDevInspectResults<[]>> {
285
- const tx = new TransactionBlock();
285
+ const tx = new Transaction();
286
286
  builder.removeAuthorizedUser(tx, args, typeArguments);
287
287
  const inspectRes = await client.devInspectTransactionBlock({
288
288
  transactionBlock: tx,
@@ -298,7 +298,7 @@ export namespace authority {
298
298
  args: [string | TransactionObjectArgument | TransactionArgument],
299
299
  typeArguments: [TypeDescriptor<T0> | string],
300
300
  ): Promise<TypedDevInspectResults<[]>> {
301
- const tx = new TransactionBlock();
301
+ const tx = new Transaction();
302
302
  builder.verify(tx, args, typeArguments);
303
303
  const inspectRes = await client.devInspectTransactionBlock({
304
304
  transactionBlock: tx,
@@ -314,7 +314,7 @@ export namespace authority {
314
314
  args: [string | TransactionObjectArgument | TransactionArgument],
315
315
  typeArguments: [TypeDescriptor<T0> | string],
316
316
  ): Promise<TypedDevInspectResults<[string[]]>> {
317
- const tx = new TransactionBlock();
317
+ const tx = new Transaction();
318
318
  builder.whitelist(tx, args, typeArguments);
319
319
  const inspectRes = await client.devInspectTransactionBlock({
320
320
  transactionBlock: tx,
@@ -522,7 +522,7 @@ export namespace dutch {
522
522
 
523
523
  export namespace builder {
524
524
  export function close<T0 = any, T1 = any>(
525
- tx: TransactionBlock,
525
+ tx: Transaction,
526
526
  args: [
527
527
  string | TransactionObjectArgument | TransactionArgument,
528
528
  dutch.Auction<T0, T1> | TransactionArgument,
@@ -552,7 +552,7 @@ export namespace dutch {
552
552
  });
553
553
  }
554
554
  export function delivery<T0 = any, T1 = any>(
555
- tx: TransactionBlock,
555
+ tx: Transaction,
556
556
  args: [
557
557
  string | TransactionObjectArgument | TransactionArgument,
558
558
  dutch.Auction<T0, T1> | TransactionArgument,
@@ -598,7 +598,7 @@ export namespace dutch {
598
598
  });
599
599
  }
600
600
  export function getAuctionBids<T0 = any, T1 = any>(
601
- tx: TransactionBlock,
601
+ tx: Transaction,
602
602
  args: [string | TransactionObjectArgument | TransactionArgument],
603
603
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
604
604
  ): TransactionArgument & [TransactionArgument] {
@@ -621,7 +621,7 @@ export namespace dutch {
621
621
  });
622
622
  }
623
623
  export function getAuctionPeriod<T0 = any, T1 = any>(
624
- tx: TransactionBlock,
624
+ tx: Transaction,
625
625
  args: [string | TransactionObjectArgument | TransactionArgument],
626
626
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
627
627
  ): TransactionArgument & [TransactionArgument] {
@@ -644,7 +644,7 @@ export namespace dutch {
644
644
  });
645
645
  }
646
646
  export function getBidIndex<T0 = any, T1 = any>(
647
- tx: TransactionBlock,
647
+ tx: Transaction,
648
648
  args: [string | TransactionObjectArgument | TransactionArgument],
649
649
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
650
650
  ): TransactionArgument & [TransactionArgument] {
@@ -667,7 +667,7 @@ export namespace dutch {
667
667
  });
668
668
  }
669
669
  export function getDecayedPrice<T0 = any, T1 = any>(
670
- tx: TransactionBlock,
670
+ tx: Transaction,
671
671
  args: [
672
672
  string | TransactionObjectArgument | TransactionArgument,
673
673
  string | TransactionObjectArgument | TransactionArgument,
@@ -694,7 +694,7 @@ export namespace dutch {
694
694
  });
695
695
  }
696
696
  export function getOwnerships<T0 = any, T1 = any>(
697
- tx: TransactionBlock,
697
+ tx: Transaction,
698
698
  args: [string | TransactionObjectArgument | TransactionArgument],
699
699
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
700
700
  ): TransactionArgument & [TransactionArgument] {
@@ -717,7 +717,7 @@ export namespace dutch {
717
717
  });
718
718
  }
719
719
  export function getUserBidInfo<T0 = any, T1 = any>(
720
- tx: TransactionBlock,
720
+ tx: Transaction,
721
721
  args: [
722
722
  string | TransactionObjectArgument | TransactionArgument,
723
723
  bigint | TransactionArgument,
@@ -744,7 +744,7 @@ export namespace dutch {
744
744
  });
745
745
  }
746
746
  export function new_<T0 = any, T1 = any>(
747
- tx: TransactionBlock,
747
+ tx: Transaction,
748
748
  args: [
749
749
  bigint | TransactionArgument,
750
750
  bigint | TransactionArgument,
@@ -787,7 +787,7 @@ export namespace dutch {
787
787
  });
788
788
  }
789
789
  export function newBid<T0 = any, T1 = any, T2 = any>(
790
- tx: TransactionBlock,
790
+ tx: Transaction,
791
791
  args: [
792
792
  string | TransactionObjectArgument | TransactionArgument,
793
793
  bigint | TransactionArgument,
@@ -843,7 +843,7 @@ export namespace dutch {
843
843
  });
844
844
  }
845
845
  export function removeBid<T0 = any, T1 = any>(
846
- tx: TransactionBlock,
846
+ tx: Transaction,
847
847
  args: [
848
848
  string | TransactionObjectArgument | TransactionArgument,
849
849
  bigint | TransactionArgument,
@@ -873,7 +873,7 @@ export namespace dutch {
873
873
  });
874
874
  }
875
875
  export function totalBidSize<T0 = any, T1 = any>(
876
- tx: TransactionBlock,
876
+ tx: Transaction,
877
877
  args: [string | TransactionObjectArgument | TransactionArgument],
878
878
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
879
879
  ): TransactionArgument & [TransactionArgument] {
@@ -896,7 +896,7 @@ export namespace dutch {
896
896
  });
897
897
  }
898
898
  export function updateRemoveBidAbility<T0 = any, T1 = any>(
899
- tx: TransactionBlock,
899
+ tx: Transaction,
900
900
  args: [
901
901
  string | TransactionObjectArgument | TransactionArgument,
902
902
  string | TransactionObjectArgument | TransactionArgument,
@@ -936,7 +936,7 @@ export namespace dutch {
936
936
  ],
937
937
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
938
938
  ): Promise<TypedDevInspectResults<[]>> {
939
- const tx = new TransactionBlock();
939
+ const tx = new Transaction();
940
940
  builder.close(tx, args, typeArguments);
941
941
  const inspectRes = await client.devInspectTransactionBlock({
942
942
  transactionBlock: tx,
@@ -972,7 +972,7 @@ export namespace dutch {
972
972
  ]
973
973
  >
974
974
  > {
975
- const tx = new TransactionBlock();
975
+ const tx = new Transaction();
976
976
  builder.delivery(tx, args, typeArguments);
977
977
  const inspectRes = await client.devInspectTransactionBlock({
978
978
  transactionBlock: tx,
@@ -996,7 +996,7 @@ export namespace dutch {
996
996
  args: [string | TransactionObjectArgument | TransactionArgument],
997
997
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
998
998
  ): Promise<TypedDevInspectResults<[string]>> {
999
- const tx = new TransactionBlock();
999
+ const tx = new Transaction();
1000
1000
  builder.getAuctionBids(tx, args, typeArguments);
1001
1001
  const inspectRes = await client.devInspectTransactionBlock({
1002
1002
  transactionBlock: tx,
@@ -1012,7 +1012,7 @@ export namespace dutch {
1012
1012
  args: [string | TransactionObjectArgument | TransactionArgument],
1013
1013
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1014
1014
  ): Promise<TypedDevInspectResults<[bigint, bigint]>> {
1015
- const tx = new TransactionBlock();
1015
+ const tx = new Transaction();
1016
1016
  builder.getAuctionPeriod(tx, args, typeArguments);
1017
1017
  const inspectRes = await client.devInspectTransactionBlock({
1018
1018
  transactionBlock: tx,
@@ -1028,7 +1028,7 @@ export namespace dutch {
1028
1028
  args: [string | TransactionObjectArgument | TransactionArgument],
1029
1029
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1030
1030
  ): Promise<TypedDevInspectResults<[bigint]>> {
1031
- const tx = new TransactionBlock();
1031
+ const tx = new Transaction();
1032
1032
  builder.getBidIndex(tx, args, typeArguments);
1033
1033
  const inspectRes = await client.devInspectTransactionBlock({
1034
1034
  transactionBlock: tx,
@@ -1047,7 +1047,7 @@ export namespace dutch {
1047
1047
  ],
1048
1048
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1049
1049
  ): Promise<TypedDevInspectResults<[bigint]>> {
1050
- const tx = new TransactionBlock();
1050
+ const tx = new Transaction();
1051
1051
  builder.getDecayedPrice(tx, args, typeArguments);
1052
1052
  const inspectRes = await client.devInspectTransactionBlock({
1053
1053
  transactionBlock: tx,
@@ -1063,7 +1063,7 @@ export namespace dutch {
1063
1063
  args: [string | TransactionObjectArgument | TransactionArgument],
1064
1064
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1065
1065
  ): Promise<TypedDevInspectResults<[string]>> {
1066
- const tx = new TransactionBlock();
1066
+ const tx = new Transaction();
1067
1067
  builder.getOwnerships(tx, args, typeArguments);
1068
1068
  const inspectRes = await client.devInspectTransactionBlock({
1069
1069
  transactionBlock: tx,
@@ -1084,7 +1084,7 @@ export namespace dutch {
1084
1084
  ): Promise<
1085
1085
  TypedDevInspectResults<[bigint, bigint, bigint, bigint, string]>
1086
1086
  > {
1087
- const tx = new TransactionBlock();
1087
+ const tx = new Transaction();
1088
1088
  builder.getUserBidInfo(tx, args, typeArguments);
1089
1089
  const inspectRes = await client.devInspectTransactionBlock({
1090
1090
  transactionBlock: tx,
@@ -1107,7 +1107,7 @@ export namespace dutch {
1107
1107
  ],
1108
1108
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1109
1109
  ): Promise<TypedDevInspectResults<[dutch.Auction<T0, T1>]>> {
1110
- const tx = new TransactionBlock();
1110
+ const tx = new Transaction();
1111
1111
  builder.new_(tx, args, typeArguments);
1112
1112
  const inspectRes = await client.devInspectTransactionBlock({
1113
1113
  transactionBlock: tx,
@@ -1138,7 +1138,7 @@ export namespace dutch {
1138
1138
  ): Promise<
1139
1139
  TypedDevInspectResults<[bigint, bigint, bigint, bigint, bigint, string]>
1140
1140
  > {
1141
- const tx = new TransactionBlock();
1141
+ const tx = new Transaction();
1142
1142
  builder.newBid(tx, args, typeArguments);
1143
1143
  const inspectRes = await client.devInspectTransactionBlock({
1144
1144
  transactionBlock: tx,
@@ -1158,7 +1158,7 @@ export namespace dutch {
1158
1158
  ],
1159
1159
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1160
1160
  ): Promise<TypedDevInspectResults<[]>> {
1161
- const tx = new TransactionBlock();
1161
+ const tx = new Transaction();
1162
1162
  builder.removeBid(tx, args, typeArguments);
1163
1163
  const inspectRes = await client.devInspectTransactionBlock({
1164
1164
  transactionBlock: tx,
@@ -1174,7 +1174,7 @@ export namespace dutch {
1174
1174
  args: [string | TransactionObjectArgument | TransactionArgument],
1175
1175
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1176
1176
  ): Promise<TypedDevInspectResults<[bigint]>> {
1177
- const tx = new TransactionBlock();
1177
+ const tx = new Transaction();
1178
1178
  builder.totalBidSize(tx, args, typeArguments);
1179
1179
  const inspectRes = await client.devInspectTransactionBlock({
1180
1180
  transactionBlock: tx,
@@ -1194,7 +1194,7 @@ export namespace dutch {
1194
1194
  ],
1195
1195
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1196
1196
  ): Promise<TypedDevInspectResults<[]>> {
1197
- const tx = new TransactionBlock();
1197
+ const tx = new Transaction();
1198
1198
  builder.updateRemoveBidAbility(tx, args, typeArguments);
1199
1199
  const inspectRes = await client.devInspectTransactionBlock({
1200
1200
  transactionBlock: tx,
@@ -1231,7 +1231,7 @@ export namespace i64 {
1231
1231
 
1232
1232
  export namespace builder {
1233
1233
  export function abs(
1234
- tx: TransactionBlock,
1234
+ tx: Transaction,
1235
1235
  args: [string | TransactionObjectArgument | TransactionArgument],
1236
1236
  ): TransactionArgument & [TransactionArgument] {
1237
1237
  const _args: any[] = [];
@@ -1245,7 +1245,7 @@ export namespace i64 {
1245
1245
  });
1246
1246
  }
1247
1247
  export function add(
1248
- tx: TransactionBlock,
1248
+ tx: Transaction,
1249
1249
  args: [
1250
1250
  string | TransactionObjectArgument | TransactionArgument,
1251
1251
  string | TransactionObjectArgument | TransactionArgument,
@@ -1263,7 +1263,7 @@ export namespace i64 {
1263
1263
  });
1264
1264
  }
1265
1265
  export function asU64(
1266
- tx: TransactionBlock,
1266
+ tx: Transaction,
1267
1267
  args: [string | TransactionObjectArgument | TransactionArgument],
1268
1268
  ): TransactionArgument & [TransactionArgument] {
1269
1269
  const _args: any[] = [];
@@ -1277,7 +1277,7 @@ export namespace i64 {
1277
1277
  });
1278
1278
  }
1279
1279
  export function compare(
1280
- tx: TransactionBlock,
1280
+ tx: Transaction,
1281
1281
  args: [
1282
1282
  string | TransactionObjectArgument | TransactionArgument,
1283
1283
  string | TransactionObjectArgument | TransactionArgument,
@@ -1295,7 +1295,7 @@ export namespace i64 {
1295
1295
  });
1296
1296
  }
1297
1297
  export function div(
1298
- tx: TransactionBlock,
1298
+ tx: Transaction,
1299
1299
  args: [
1300
1300
  string | TransactionObjectArgument | TransactionArgument,
1301
1301
  string | TransactionObjectArgument | TransactionArgument,
@@ -1313,7 +1313,7 @@ export namespace i64 {
1313
1313
  });
1314
1314
  }
1315
1315
  export function from(
1316
- tx: TransactionBlock,
1316
+ tx: Transaction,
1317
1317
  args: [bigint | TransactionArgument],
1318
1318
  ): TransactionArgument & [TransactionArgument] {
1319
1319
  const _args: any[] = [];
@@ -1327,7 +1327,7 @@ export namespace i64 {
1327
1327
  });
1328
1328
  }
1329
1329
  export function isNeg(
1330
- tx: TransactionBlock,
1330
+ tx: Transaction,
1331
1331
  args: [string | TransactionObjectArgument | TransactionArgument],
1332
1332
  ): TransactionArgument & [TransactionArgument] {
1333
1333
  const _args: any[] = [];
@@ -1341,7 +1341,7 @@ export namespace i64 {
1341
1341
  });
1342
1342
  }
1343
1343
  export function isZero(
1344
- tx: TransactionBlock,
1344
+ tx: Transaction,
1345
1345
  args: [string | TransactionObjectArgument | TransactionArgument],
1346
1346
  ): TransactionArgument & [TransactionArgument] {
1347
1347
  const _args: any[] = [];
@@ -1355,7 +1355,7 @@ export namespace i64 {
1355
1355
  });
1356
1356
  }
1357
1357
  export function mul(
1358
- tx: TransactionBlock,
1358
+ tx: Transaction,
1359
1359
  args: [
1360
1360
  string | TransactionObjectArgument | TransactionArgument,
1361
1361
  string | TransactionObjectArgument | TransactionArgument,
@@ -1373,7 +1373,7 @@ export namespace i64 {
1373
1373
  });
1374
1374
  }
1375
1375
  export function neg(
1376
- tx: TransactionBlock,
1376
+ tx: Transaction,
1377
1377
  args: [string | TransactionObjectArgument | TransactionArgument],
1378
1378
  ): TransactionArgument & [TransactionArgument] {
1379
1379
  const _args: any[] = [];
@@ -1387,7 +1387,7 @@ export namespace i64 {
1387
1387
  });
1388
1388
  }
1389
1389
  export function negFrom(
1390
- tx: TransactionBlock,
1390
+ tx: Transaction,
1391
1391
  args: [bigint | TransactionArgument],
1392
1392
  ): TransactionArgument & [TransactionArgument] {
1393
1393
  const _args: any[] = [];
@@ -1401,7 +1401,7 @@ export namespace i64 {
1401
1401
  });
1402
1402
  }
1403
1403
  export function sub(
1404
- tx: TransactionBlock,
1404
+ tx: Transaction,
1405
1405
  args: [
1406
1406
  string | TransactionObjectArgument | TransactionArgument,
1407
1407
  string | TransactionObjectArgument | TransactionArgument,
@@ -1418,10 +1418,7 @@ export namespace i64 {
1418
1418
  arguments: _args,
1419
1419
  });
1420
1420
  }
1421
- export function zero(
1422
- tx: TransactionBlock,
1423
- args: [],
1424
- ): TransactionArgument & [] {
1421
+ export function zero(tx: Transaction, args: []): TransactionArgument & [] {
1425
1422
  const _args: any[] = [];
1426
1423
 
1427
1424
  // @ts-ignore
@@ -1437,7 +1434,7 @@ export namespace i64 {
1437
1434
  client: SuiClient,
1438
1435
  args: [string | TransactionObjectArgument | TransactionArgument],
1439
1436
  ): Promise<TypedDevInspectResults<[i64.I64]>> {
1440
- const tx = new TransactionBlock();
1437
+ const tx = new Transaction();
1441
1438
  builder.abs(tx, args);
1442
1439
  const inspectRes = await client.devInspectTransactionBlock({
1443
1440
  transactionBlock: tx,
@@ -1455,7 +1452,7 @@ export namespace i64 {
1455
1452
  string | TransactionObjectArgument | TransactionArgument,
1456
1453
  ],
1457
1454
  ): Promise<TypedDevInspectResults<[i64.I64]>> {
1458
- const tx = new TransactionBlock();
1455
+ const tx = new Transaction();
1459
1456
  builder.add(tx, args);
1460
1457
  const inspectRes = await client.devInspectTransactionBlock({
1461
1458
  transactionBlock: tx,
@@ -1470,7 +1467,7 @@ export namespace i64 {
1470
1467
  client: SuiClient,
1471
1468
  args: [string | TransactionObjectArgument | TransactionArgument],
1472
1469
  ): Promise<TypedDevInspectResults<[bigint]>> {
1473
- const tx = new TransactionBlock();
1470
+ const tx = new Transaction();
1474
1471
  builder.asU64(tx, args);
1475
1472
  const inspectRes = await client.devInspectTransactionBlock({
1476
1473
  transactionBlock: tx,
@@ -1488,7 +1485,7 @@ export namespace i64 {
1488
1485
  string | TransactionObjectArgument | TransactionArgument,
1489
1486
  ],
1490
1487
  ): Promise<TypedDevInspectResults<[number]>> {
1491
- const tx = new TransactionBlock();
1488
+ const tx = new Transaction();
1492
1489
  builder.compare(tx, args);
1493
1490
  const inspectRes = await client.devInspectTransactionBlock({
1494
1491
  transactionBlock: tx,
@@ -1506,7 +1503,7 @@ export namespace i64 {
1506
1503
  string | TransactionObjectArgument | TransactionArgument,
1507
1504
  ],
1508
1505
  ): Promise<TypedDevInspectResults<[i64.I64]>> {
1509
- const tx = new TransactionBlock();
1506
+ const tx = new Transaction();
1510
1507
  builder.div(tx, args);
1511
1508
  const inspectRes = await client.devInspectTransactionBlock({
1512
1509
  transactionBlock: tx,
@@ -1521,7 +1518,7 @@ export namespace i64 {
1521
1518
  client: SuiClient,
1522
1519
  args: [bigint | TransactionArgument],
1523
1520
  ): Promise<TypedDevInspectResults<[i64.I64]>> {
1524
- const tx = new TransactionBlock();
1521
+ const tx = new Transaction();
1525
1522
  builder.from(tx, args);
1526
1523
  const inspectRes = await client.devInspectTransactionBlock({
1527
1524
  transactionBlock: tx,
@@ -1536,7 +1533,7 @@ export namespace i64 {
1536
1533
  client: SuiClient,
1537
1534
  args: [string | TransactionObjectArgument | TransactionArgument],
1538
1535
  ): Promise<TypedDevInspectResults<[Boolean]>> {
1539
- const tx = new TransactionBlock();
1536
+ const tx = new Transaction();
1540
1537
  builder.isNeg(tx, args);
1541
1538
  const inspectRes = await client.devInspectTransactionBlock({
1542
1539
  transactionBlock: tx,
@@ -1551,7 +1548,7 @@ export namespace i64 {
1551
1548
  client: SuiClient,
1552
1549
  args: [string | TransactionObjectArgument | TransactionArgument],
1553
1550
  ): Promise<TypedDevInspectResults<[Boolean]>> {
1554
- const tx = new TransactionBlock();
1551
+ const tx = new Transaction();
1555
1552
  builder.isZero(tx, args);
1556
1553
  const inspectRes = await client.devInspectTransactionBlock({
1557
1554
  transactionBlock: tx,
@@ -1569,7 +1566,7 @@ export namespace i64 {
1569
1566
  string | TransactionObjectArgument | TransactionArgument,
1570
1567
  ],
1571
1568
  ): Promise<TypedDevInspectResults<[i64.I64]>> {
1572
- const tx = new TransactionBlock();
1569
+ const tx = new Transaction();
1573
1570
  builder.mul(tx, args);
1574
1571
  const inspectRes = await client.devInspectTransactionBlock({
1575
1572
  transactionBlock: tx,
@@ -1584,7 +1581,7 @@ export namespace i64 {
1584
1581
  client: SuiClient,
1585
1582
  args: [string | TransactionObjectArgument | TransactionArgument],
1586
1583
  ): Promise<TypedDevInspectResults<[i64.I64]>> {
1587
- const tx = new TransactionBlock();
1584
+ const tx = new Transaction();
1588
1585
  builder.neg(tx, args);
1589
1586
  const inspectRes = await client.devInspectTransactionBlock({
1590
1587
  transactionBlock: tx,
@@ -1599,7 +1596,7 @@ export namespace i64 {
1599
1596
  client: SuiClient,
1600
1597
  args: [bigint | TransactionArgument],
1601
1598
  ): Promise<TypedDevInspectResults<[i64.I64]>> {
1602
- const tx = new TransactionBlock();
1599
+ const tx = new Transaction();
1603
1600
  builder.negFrom(tx, args);
1604
1601
  const inspectRes = await client.devInspectTransactionBlock({
1605
1602
  transactionBlock: tx,
@@ -1617,7 +1614,7 @@ export namespace i64 {
1617
1614
  string | TransactionObjectArgument | TransactionArgument,
1618
1615
  ],
1619
1616
  ): Promise<TypedDevInspectResults<[i64.I64]>> {
1620
- const tx = new TransactionBlock();
1617
+ const tx = new Transaction();
1621
1618
  builder.sub(tx, args);
1622
1619
  const inspectRes = await client.devInspectTransactionBlock({
1623
1620
  transactionBlock: tx,
@@ -1632,7 +1629,7 @@ export namespace i64 {
1632
1629
  client: SuiClient,
1633
1630
  args: [],
1634
1631
  ): Promise<TypedDevInspectResults<[i64.I64]>> {
1635
- const tx = new TransactionBlock();
1632
+ const tx = new Transaction();
1636
1633
  builder.zero(tx, args);
1637
1634
  const inspectRes = await client.devInspectTransactionBlock({
1638
1635
  transactionBlock: tx,
@@ -1698,7 +1695,7 @@ export namespace linked_list {
1698
1695
 
1699
1696
  export namespace builder {
1700
1697
  export function borrow<T0 = any, T1 = any>(
1701
- tx: TransactionBlock,
1698
+ tx: Transaction,
1702
1699
  args: [
1703
1700
  string | TransactionObjectArgument | TransactionArgument,
1704
1701
  string | TransactionObjectArgument | TransactionArgument,
@@ -1728,7 +1725,7 @@ export namespace linked_list {
1728
1725
  });
1729
1726
  }
1730
1727
  export function borrowMut<T0 = any, T1 = any>(
1731
- tx: TransactionBlock,
1728
+ tx: Transaction,
1732
1729
  args: [
1733
1730
  string | TransactionObjectArgument | TransactionArgument,
1734
1731
  string | TransactionObjectArgument | TransactionArgument,
@@ -1758,7 +1755,7 @@ export namespace linked_list {
1758
1755
  });
1759
1756
  }
1760
1757
  export function chain<T0 = any, T1 = any>(
1761
- tx: TransactionBlock,
1758
+ tx: Transaction,
1762
1759
  args: [
1763
1760
  string | TransactionObjectArgument | TransactionArgument,
1764
1761
  string | TransactionObjectArgument | TransactionArgument,
@@ -1785,7 +1782,7 @@ export namespace linked_list {
1785
1782
  });
1786
1783
  }
1787
1784
  export function contains<T0 = any, T1 = any>(
1788
- tx: TransactionBlock,
1785
+ tx: Transaction,
1789
1786
  args: [
1790
1787
  string | TransactionObjectArgument | TransactionArgument,
1791
1788
  string | TransactionObjectArgument | TransactionArgument,
@@ -1815,7 +1812,7 @@ export namespace linked_list {
1815
1812
  });
1816
1813
  }
1817
1814
  export function delete_<T0 = any, T1 = any>(
1818
- tx: TransactionBlock,
1815
+ tx: Transaction,
1819
1816
  args: [
1820
1817
  string | TransactionObjectArgument | TransactionArgument,
1821
1818
  string | TransactionObjectArgument | TransactionArgument,
@@ -1845,7 +1842,7 @@ export namespace linked_list {
1845
1842
  });
1846
1843
  }
1847
1844
  export function first<T0 = any, T1 = any>(
1848
- tx: TransactionBlock,
1845
+ tx: Transaction,
1849
1846
  args: [string | TransactionObjectArgument | TransactionArgument],
1850
1847
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1851
1848
  ): TransactionArgument & [TransactionArgument] {
@@ -1868,7 +1865,7 @@ export namespace linked_list {
1868
1865
  });
1869
1866
  }
1870
1867
  export function isEmpty<T0 = any, T1 = any>(
1871
- tx: TransactionBlock,
1868
+ tx: Transaction,
1872
1869
  args: [string | TransactionObjectArgument | TransactionArgument],
1873
1870
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1874
1871
  ): TransactionArgument & [TransactionArgument] {
@@ -1891,7 +1888,7 @@ export namespace linked_list {
1891
1888
  });
1892
1889
  }
1893
1890
  export function last<T0 = any, T1 = any>(
1894
- tx: TransactionBlock,
1891
+ tx: Transaction,
1895
1892
  args: [string | TransactionObjectArgument | TransactionArgument],
1896
1893
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1897
1894
  ): TransactionArgument & [TransactionArgument] {
@@ -1914,7 +1911,7 @@ export namespace linked_list {
1914
1911
  });
1915
1912
  }
1916
1913
  export function length<T0 = any, T1 = any>(
1917
- tx: TransactionBlock,
1914
+ tx: Transaction,
1918
1915
  args: [string | TransactionObjectArgument | TransactionArgument],
1919
1916
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1920
1917
  ): TransactionArgument & [TransactionArgument] {
@@ -1937,7 +1934,7 @@ export namespace linked_list {
1937
1934
  });
1938
1935
  }
1939
1936
  export function new_<T0 = any, T1 = any>(
1940
- tx: TransactionBlock,
1937
+ tx: Transaction,
1941
1938
  args: [_0x2.object_.ID | TransactionArgument],
1942
1939
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
1943
1940
  ): TransactionArgument & [TransactionArgument] {
@@ -1960,7 +1957,7 @@ export namespace linked_list {
1960
1957
  });
1961
1958
  }
1962
1959
  export function newNode<T0 = any, T1 = any>(
1963
- tx: TransactionBlock,
1960
+ tx: Transaction,
1964
1961
  args: [
1965
1962
  T1 | TransactionArgument,
1966
1963
  _0x1.option.Option<T0> | TransactionArgument,
@@ -1990,7 +1987,7 @@ export namespace linked_list {
1990
1987
  });
1991
1988
  }
1992
1989
  export function next<T0 = any, T1 = any>(
1993
- tx: TransactionBlock,
1990
+ tx: Transaction,
1994
1991
  args: [
1995
1992
  string | TransactionObjectArgument | TransactionArgument,
1996
1993
  string | TransactionObjectArgument | TransactionArgument,
@@ -2020,7 +2017,7 @@ export namespace linked_list {
2020
2017
  });
2021
2018
  }
2022
2019
  export function popBack<T0 = any, T1 = any>(
2023
- tx: TransactionBlock,
2020
+ tx: Transaction,
2024
2021
  args: [
2025
2022
  string | TransactionObjectArgument | TransactionArgument,
2026
2023
  string | TransactionObjectArgument | TransactionArgument,
@@ -2047,7 +2044,7 @@ export namespace linked_list {
2047
2044
  });
2048
2045
  }
2049
2046
  export function popFront<T0 = any, T1 = any>(
2050
- tx: TransactionBlock,
2047
+ tx: Transaction,
2051
2048
  args: [
2052
2049
  string | TransactionObjectArgument | TransactionArgument,
2053
2050
  string | TransactionObjectArgument | TransactionArgument,
@@ -2074,7 +2071,7 @@ export namespace linked_list {
2074
2071
  });
2075
2072
  }
2076
2073
  export function popNode<T0 = any, T1 = any>(
2077
- tx: TransactionBlock,
2074
+ tx: Transaction,
2078
2075
  args: [
2079
2076
  string | TransactionObjectArgument | TransactionArgument,
2080
2077
  T0 | TransactionArgument,
@@ -2101,7 +2098,7 @@ export namespace linked_list {
2101
2098
  });
2102
2099
  }
2103
2100
  export function prepareNode<T0 = any, T1 = any>(
2104
- tx: TransactionBlock,
2101
+ tx: Transaction,
2105
2102
  args: [
2106
2103
  string | TransactionObjectArgument | TransactionArgument,
2107
2104
  T0 | TransactionArgument,
@@ -2131,7 +2128,7 @@ export namespace linked_list {
2131
2128
  });
2132
2129
  }
2133
2130
  export function prev<T0 = any, T1 = any>(
2134
- tx: TransactionBlock,
2131
+ tx: Transaction,
2135
2132
  args: [
2136
2133
  string | TransactionObjectArgument | TransactionArgument,
2137
2134
  string | TransactionObjectArgument | TransactionArgument,
@@ -2161,7 +2158,7 @@ export namespace linked_list {
2161
2158
  });
2162
2159
  }
2163
2160
  export function pushBack<T0 = any, T1 = any>(
2164
- tx: TransactionBlock,
2161
+ tx: Transaction,
2165
2162
  args: [
2166
2163
  string | TransactionObjectArgument | TransactionArgument,
2167
2164
  string | TransactionObjectArgument | TransactionArgument,
@@ -2198,7 +2195,7 @@ export namespace linked_list {
2198
2195
  });
2199
2196
  }
2200
2197
  export function pushFront<T0 = any, T1 = any>(
2201
- tx: TransactionBlock,
2198
+ tx: Transaction,
2202
2199
  args: [
2203
2200
  string | TransactionObjectArgument | TransactionArgument,
2204
2201
  string | TransactionObjectArgument | TransactionArgument,
@@ -2235,7 +2232,7 @@ export namespace linked_list {
2235
2232
  });
2236
2233
  }
2237
2234
  export function pushNode<T0 = any, T1 = any>(
2238
- tx: TransactionBlock,
2235
+ tx: Transaction,
2239
2236
  args: [
2240
2237
  string | TransactionObjectArgument | TransactionArgument,
2241
2238
  T0 | TransactionArgument,
@@ -2265,7 +2262,7 @@ export namespace linked_list {
2265
2262
  });
2266
2263
  }
2267
2264
  export function putBack<T0 = any, T1 = any>(
2268
- tx: TransactionBlock,
2265
+ tx: Transaction,
2269
2266
  args: [
2270
2267
  string | TransactionObjectArgument | TransactionArgument,
2271
2268
  string | TransactionObjectArgument | TransactionArgument,
@@ -2302,7 +2299,7 @@ export namespace linked_list {
2302
2299
  });
2303
2300
  }
2304
2301
  export function putFront<T0 = any, T1 = any>(
2305
- tx: TransactionBlock,
2302
+ tx: Transaction,
2306
2303
  args: [
2307
2304
  string | TransactionObjectArgument | TransactionArgument,
2308
2305
  string | TransactionObjectArgument | TransactionArgument,
@@ -2339,7 +2336,7 @@ export namespace linked_list {
2339
2336
  });
2340
2337
  }
2341
2338
  export function putNode<T0 = any, T1 = any>(
2342
- tx: TransactionBlock,
2339
+ tx: Transaction,
2343
2340
  args: [
2344
2341
  string | TransactionObjectArgument | TransactionArgument,
2345
2342
  T0 | TransactionArgument,
@@ -2369,7 +2366,7 @@ export namespace linked_list {
2369
2366
  });
2370
2367
  }
2371
2368
  export function remove<T0 = any, T1 = any>(
2372
- tx: TransactionBlock,
2369
+ tx: Transaction,
2373
2370
  args: [
2374
2371
  string | TransactionObjectArgument | TransactionArgument,
2375
2372
  string | TransactionObjectArgument | TransactionArgument,
@@ -2399,7 +2396,7 @@ export namespace linked_list {
2399
2396
  });
2400
2397
  }
2401
2398
  export function takeBack<T0 = any, T1 = any>(
2402
- tx: TransactionBlock,
2399
+ tx: Transaction,
2403
2400
  args: [
2404
2401
  string | TransactionObjectArgument | TransactionArgument,
2405
2402
  string | TransactionObjectArgument | TransactionArgument,
@@ -2426,7 +2423,7 @@ export namespace linked_list {
2426
2423
  });
2427
2424
  }
2428
2425
  export function takeFront<T0 = any, T1 = any>(
2429
- tx: TransactionBlock,
2426
+ tx: Transaction,
2430
2427
  args: [
2431
2428
  string | TransactionObjectArgument | TransactionArgument,
2432
2429
  string | TransactionObjectArgument | TransactionArgument,
@@ -2453,7 +2450,7 @@ export namespace linked_list {
2453
2450
  });
2454
2451
  }
2455
2452
  export function takeNode<T0 = any, T1 = any>(
2456
- tx: TransactionBlock,
2453
+ tx: Transaction,
2457
2454
  args: [
2458
2455
  string | TransactionObjectArgument | TransactionArgument,
2459
2456
  T0 | TransactionArgument,
@@ -2490,7 +2487,7 @@ export namespace linked_list {
2490
2487
  ],
2491
2488
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2492
2489
  ): Promise<TypedDevInspectResults<[string]>> {
2493
- const tx = new TransactionBlock();
2490
+ const tx = new Transaction();
2494
2491
  builder.borrow(tx, args, typeArguments);
2495
2492
  const inspectRes = await client.devInspectTransactionBlock({
2496
2493
  transactionBlock: tx,
@@ -2510,7 +2507,7 @@ export namespace linked_list {
2510
2507
  ],
2511
2508
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2512
2509
  ): Promise<TypedDevInspectResults<[string]>> {
2513
- const tx = new TransactionBlock();
2510
+ const tx = new Transaction();
2514
2511
  builder.borrowMut(tx, args, typeArguments);
2515
2512
  const inspectRes = await client.devInspectTransactionBlock({
2516
2513
  transactionBlock: tx,
@@ -2529,7 +2526,7 @@ export namespace linked_list {
2529
2526
  ],
2530
2527
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2531
2528
  ): Promise<TypedDevInspectResults<[]>> {
2532
- const tx = new TransactionBlock();
2529
+ const tx = new Transaction();
2533
2530
  builder.chain(tx, args, typeArguments);
2534
2531
  const inspectRes = await client.devInspectTransactionBlock({
2535
2532
  transactionBlock: tx,
@@ -2549,7 +2546,7 @@ export namespace linked_list {
2549
2546
  ],
2550
2547
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2551
2548
  ): Promise<TypedDevInspectResults<[Boolean]>> {
2552
- const tx = new TransactionBlock();
2549
+ const tx = new Transaction();
2553
2550
  builder.contains(tx, args, typeArguments);
2554
2551
  const inspectRes = await client.devInspectTransactionBlock({
2555
2552
  transactionBlock: tx,
@@ -2569,7 +2566,7 @@ export namespace linked_list {
2569
2566
  ],
2570
2567
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2571
2568
  ): Promise<TypedDevInspectResults<[T1]>> {
2572
- const tx = new TransactionBlock();
2569
+ const tx = new Transaction();
2573
2570
  builder.delete_(tx, args, typeArguments);
2574
2571
  const inspectRes = await client.devInspectTransactionBlock({
2575
2572
  transactionBlock: tx,
@@ -2585,7 +2582,7 @@ export namespace linked_list {
2585
2582
  args: [string | TransactionObjectArgument | TransactionArgument],
2586
2583
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2587
2584
  ): Promise<TypedDevInspectResults<[_0x1.option.Option<T0>]>> {
2588
- const tx = new TransactionBlock();
2585
+ const tx = new Transaction();
2589
2586
  builder.first(tx, args, typeArguments);
2590
2587
  const inspectRes = await client.devInspectTransactionBlock({
2591
2588
  transactionBlock: tx,
@@ -2601,7 +2598,7 @@ export namespace linked_list {
2601
2598
  args: [string | TransactionObjectArgument | TransactionArgument],
2602
2599
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2603
2600
  ): Promise<TypedDevInspectResults<[Boolean]>> {
2604
- const tx = new TransactionBlock();
2601
+ const tx = new Transaction();
2605
2602
  builder.isEmpty(tx, args, typeArguments);
2606
2603
  const inspectRes = await client.devInspectTransactionBlock({
2607
2604
  transactionBlock: tx,
@@ -2617,7 +2614,7 @@ export namespace linked_list {
2617
2614
  args: [string | TransactionObjectArgument | TransactionArgument],
2618
2615
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2619
2616
  ): Promise<TypedDevInspectResults<[_0x1.option.Option<T0>]>> {
2620
- const tx = new TransactionBlock();
2617
+ const tx = new Transaction();
2621
2618
  builder.last(tx, args, typeArguments);
2622
2619
  const inspectRes = await client.devInspectTransactionBlock({
2623
2620
  transactionBlock: tx,
@@ -2633,7 +2630,7 @@ export namespace linked_list {
2633
2630
  args: [string | TransactionObjectArgument | TransactionArgument],
2634
2631
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2635
2632
  ): Promise<TypedDevInspectResults<[bigint]>> {
2636
- const tx = new TransactionBlock();
2633
+ const tx = new Transaction();
2637
2634
  builder.length(tx, args, typeArguments);
2638
2635
  const inspectRes = await client.devInspectTransactionBlock({
2639
2636
  transactionBlock: tx,
@@ -2649,7 +2646,7 @@ export namespace linked_list {
2649
2646
  args: [_0x2.object_.ID | TransactionArgument],
2650
2647
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2651
2648
  ): Promise<TypedDevInspectResults<[linked_list.LinkedList<T0, T1>]>> {
2652
- const tx = new TransactionBlock();
2649
+ const tx = new Transaction();
2653
2650
  builder.new_(tx, args, typeArguments);
2654
2651
  const inspectRes = await client.devInspectTransactionBlock({
2655
2652
  transactionBlock: tx,
@@ -2669,7 +2666,7 @@ export namespace linked_list {
2669
2666
  ],
2670
2667
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2671
2668
  ): Promise<TypedDevInspectResults<[linked_list.Node<T0, T1>]>> {
2672
- const tx = new TransactionBlock();
2669
+ const tx = new Transaction();
2673
2670
  builder.newNode(tx, args, typeArguments);
2674
2671
  const inspectRes = await client.devInspectTransactionBlock({
2675
2672
  transactionBlock: tx,
@@ -2689,7 +2686,7 @@ export namespace linked_list {
2689
2686
  ],
2690
2687
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2691
2688
  ): Promise<TypedDevInspectResults<[_0x1.option.Option<T0>]>> {
2692
- const tx = new TransactionBlock();
2689
+ const tx = new Transaction();
2693
2690
  builder.next(tx, args, typeArguments);
2694
2691
  const inspectRes = await client.devInspectTransactionBlock({
2695
2692
  transactionBlock: tx,
@@ -2708,7 +2705,7 @@ export namespace linked_list {
2708
2705
  ],
2709
2706
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2710
2707
  ): Promise<TypedDevInspectResults<[T0, T1]>> {
2711
- const tx = new TransactionBlock();
2708
+ const tx = new Transaction();
2712
2709
  builder.popBack(tx, args, typeArguments);
2713
2710
  const inspectRes = await client.devInspectTransactionBlock({
2714
2711
  transactionBlock: tx,
@@ -2727,7 +2724,7 @@ export namespace linked_list {
2727
2724
  ],
2728
2725
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2729
2726
  ): Promise<TypedDevInspectResults<[T0, T1]>> {
2730
- const tx = new TransactionBlock();
2727
+ const tx = new Transaction();
2731
2728
  builder.popFront(tx, args, typeArguments);
2732
2729
  const inspectRes = await client.devInspectTransactionBlock({
2733
2730
  transactionBlock: tx,
@@ -2746,7 +2743,7 @@ export namespace linked_list {
2746
2743
  ],
2747
2744
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2748
2745
  ): Promise<TypedDevInspectResults<[T1]>> {
2749
- const tx = new TransactionBlock();
2746
+ const tx = new Transaction();
2750
2747
  builder.popNode(tx, args, typeArguments);
2751
2748
  const inspectRes = await client.devInspectTransactionBlock({
2752
2749
  transactionBlock: tx,
@@ -2766,7 +2763,7 @@ export namespace linked_list {
2766
2763
  ],
2767
2764
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2768
2765
  ): Promise<TypedDevInspectResults<[]>> {
2769
- const tx = new TransactionBlock();
2766
+ const tx = new Transaction();
2770
2767
  builder.prepareNode(tx, args, typeArguments);
2771
2768
  const inspectRes = await client.devInspectTransactionBlock({
2772
2769
  transactionBlock: tx,
@@ -2786,7 +2783,7 @@ export namespace linked_list {
2786
2783
  ],
2787
2784
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2788
2785
  ): Promise<TypedDevInspectResults<[_0x1.option.Option<T0>]>> {
2789
- const tx = new TransactionBlock();
2786
+ const tx = new Transaction();
2790
2787
  builder.prev(tx, args, typeArguments);
2791
2788
  const inspectRes = await client.devInspectTransactionBlock({
2792
2789
  transactionBlock: tx,
@@ -2807,7 +2804,7 @@ export namespace linked_list {
2807
2804
  ],
2808
2805
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2809
2806
  ): Promise<TypedDevInspectResults<[]>> {
2810
- const tx = new TransactionBlock();
2807
+ const tx = new Transaction();
2811
2808
  builder.pushBack(tx, args, typeArguments);
2812
2809
  const inspectRes = await client.devInspectTransactionBlock({
2813
2810
  transactionBlock: tx,
@@ -2828,7 +2825,7 @@ export namespace linked_list {
2828
2825
  ],
2829
2826
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2830
2827
  ): Promise<TypedDevInspectResults<[]>> {
2831
- const tx = new TransactionBlock();
2828
+ const tx = new Transaction();
2832
2829
  builder.pushFront(tx, args, typeArguments);
2833
2830
  const inspectRes = await client.devInspectTransactionBlock({
2834
2831
  transactionBlock: tx,
@@ -2848,7 +2845,7 @@ export namespace linked_list {
2848
2845
  ],
2849
2846
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2850
2847
  ): Promise<TypedDevInspectResults<[]>> {
2851
- const tx = new TransactionBlock();
2848
+ const tx = new Transaction();
2852
2849
  builder.pushNode(tx, args, typeArguments);
2853
2850
  const inspectRes = await client.devInspectTransactionBlock({
2854
2851
  transactionBlock: tx,
@@ -2869,7 +2866,7 @@ export namespace linked_list {
2869
2866
  ],
2870
2867
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2871
2868
  ): Promise<TypedDevInspectResults<[_0x1.option.Option<T1>]>> {
2872
- const tx = new TransactionBlock();
2869
+ const tx = new Transaction();
2873
2870
  builder.putBack(tx, args, typeArguments);
2874
2871
  const inspectRes = await client.devInspectTransactionBlock({
2875
2872
  transactionBlock: tx,
@@ -2890,7 +2887,7 @@ export namespace linked_list {
2890
2887
  ],
2891
2888
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2892
2889
  ): Promise<TypedDevInspectResults<[_0x1.option.Option<T1>]>> {
2893
- const tx = new TransactionBlock();
2890
+ const tx = new Transaction();
2894
2891
  builder.putFront(tx, args, typeArguments);
2895
2892
  const inspectRes = await client.devInspectTransactionBlock({
2896
2893
  transactionBlock: tx,
@@ -2910,7 +2907,7 @@ export namespace linked_list {
2910
2907
  ],
2911
2908
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2912
2909
  ): Promise<TypedDevInspectResults<[_0x1.option.Option<T1>]>> {
2913
- const tx = new TransactionBlock();
2910
+ const tx = new Transaction();
2914
2911
  builder.putNode(tx, args, typeArguments);
2915
2912
  const inspectRes = await client.devInspectTransactionBlock({
2916
2913
  transactionBlock: tx,
@@ -2930,7 +2927,7 @@ export namespace linked_list {
2930
2927
  ],
2931
2928
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2932
2929
  ): Promise<TypedDevInspectResults<[T1]>> {
2933
- const tx = new TransactionBlock();
2930
+ const tx = new Transaction();
2934
2931
  builder.remove(tx, args, typeArguments);
2935
2932
  const inspectRes = await client.devInspectTransactionBlock({
2936
2933
  transactionBlock: tx,
@@ -2949,7 +2946,7 @@ export namespace linked_list {
2949
2946
  ],
2950
2947
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2951
2948
  ): Promise<TypedDevInspectResults<[T0, T1]>> {
2952
- const tx = new TransactionBlock();
2949
+ const tx = new Transaction();
2953
2950
  builder.takeBack(tx, args, typeArguments);
2954
2951
  const inspectRes = await client.devInspectTransactionBlock({
2955
2952
  transactionBlock: tx,
@@ -2968,7 +2965,7 @@ export namespace linked_list {
2968
2965
  ],
2969
2966
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2970
2967
  ): Promise<TypedDevInspectResults<[T0, T1]>> {
2971
- const tx = new TransactionBlock();
2968
+ const tx = new Transaction();
2972
2969
  builder.takeFront(tx, args, typeArguments);
2973
2970
  const inspectRes = await client.devInspectTransactionBlock({
2974
2971
  transactionBlock: tx,
@@ -2987,7 +2984,7 @@ export namespace linked_list {
2987
2984
  ],
2988
2985
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
2989
2986
  ): Promise<TypedDevInspectResults<[T1]>> {
2990
- const tx = new TransactionBlock();
2987
+ const tx = new Transaction();
2991
2988
  builder.takeNode(tx, args, typeArguments);
2992
2989
  const inspectRes = await client.devInspectTransactionBlock({
2993
2990
  transactionBlock: tx,
@@ -4018,7 +4015,7 @@ export namespace single_collateral {
4018
4015
 
4019
4016
  export namespace builder {
4020
4017
  export function addAuthorizedUser(
4021
- tx: TransactionBlock,
4018
+ tx: Transaction,
4022
4019
  args: [
4023
4020
  string | TransactionObjectArgument | TransactionArgument,
4024
4021
  string | TransactionObjectArgument | TransactionArgument,
@@ -4043,7 +4040,7 @@ export namespace single_collateral {
4043
4040
  T1 = any,
4044
4041
  T2 = any,
4045
4042
  >(
4046
- tx: TransactionBlock,
4043
+ tx: Transaction,
4047
4044
  args: [
4048
4045
  string | TransactionObjectArgument | TransactionArgument,
4049
4046
  string | TransactionObjectArgument | TransactionArgument,
@@ -4091,7 +4088,7 @@ export namespace single_collateral {
4091
4088
  T1 = any,
4092
4089
  T2 = any,
4093
4090
  >(
4094
- tx: TransactionBlock,
4091
+ tx: Transaction,
4095
4092
  args: [
4096
4093
  string | TransactionObjectArgument | TransactionArgument,
4097
4094
  bigint | TransactionArgument,
@@ -4128,7 +4125,7 @@ export namespace single_collateral {
4128
4125
  });
4129
4126
  }
4130
4127
  export function authorizedDelivery<T0 = any, T1 = any, T2 = any>(
4131
- tx: TransactionBlock,
4128
+ tx: Transaction,
4132
4129
  args: [
4133
4130
  string | TransactionObjectArgument | TransactionArgument,
4134
4131
  bigint | TransactionArgument,
@@ -4172,7 +4169,7 @@ export namespace single_collateral {
4172
4169
  });
4173
4170
  }
4174
4171
  export function authorizedNewPortfolioVault<T0 = any, T1 = any, T2 = any>(
4175
- tx: TransactionBlock,
4172
+ tx: Transaction,
4176
4173
  args: [
4177
4174
  string | TransactionObjectArgument | TransactionArgument,
4178
4175
  string | TransactionObjectArgument | TransactionArgument,
@@ -4274,7 +4271,7 @@ export namespace single_collateral {
4274
4271
  T1 = any,
4275
4272
  T2 = any,
4276
4273
  >(
4277
- tx: TransactionBlock,
4274
+ tx: Transaction,
4278
4275
  args: [
4279
4276
  string | TransactionObjectArgument | TransactionArgument,
4280
4277
  bigint | TransactionArgument,
@@ -4311,7 +4308,7 @@ export namespace single_collateral {
4311
4308
  });
4312
4309
  }
4313
4310
  export function authorizedUpdateCapacity<T0 = any, T1 = any, T2 = any>(
4314
- tx: TransactionBlock,
4311
+ tx: Transaction,
4315
4312
  args: [
4316
4313
  string | TransactionObjectArgument | TransactionArgument,
4317
4314
  bigint | TransactionArgument,
@@ -4352,7 +4349,7 @@ export namespace single_collateral {
4352
4349
  T1 = any,
4353
4350
  T2 = any,
4354
4351
  >(
4355
- tx: TransactionBlock,
4352
+ tx: Transaction,
4356
4353
  args: [
4357
4354
  string | TransactionObjectArgument | TransactionArgument,
4358
4355
  bigint | TransactionArgument,
@@ -4418,7 +4415,7 @@ export namespace single_collateral {
4418
4415
  T1 = any,
4419
4416
  T2 = any,
4420
4417
  >(
4421
- tx: TransactionBlock,
4418
+ tx: Transaction,
4422
4419
  args: [
4423
4420
  string | TransactionObjectArgument | TransactionArgument,
4424
4421
  bigint | TransactionArgument,
@@ -4471,7 +4468,7 @@ export namespace single_collateral {
4471
4468
  });
4472
4469
  }
4473
4470
  export function claim<T0 = any, T1 = any, T2 = any>(
4474
- tx: TransactionBlock,
4471
+ tx: Transaction,
4475
4472
  args: [
4476
4473
  string | TransactionObjectArgument | TransactionArgument,
4477
4474
  bigint | TransactionArgument,
@@ -4505,7 +4502,7 @@ export namespace single_collateral {
4505
4502
  });
4506
4503
  }
4507
4504
  export function claimAndHarvest<T0 = any, T1 = any, T2 = any>(
4508
- tx: TransactionBlock,
4505
+ tx: Transaction,
4509
4506
  args: [
4510
4507
  string | TransactionObjectArgument | TransactionArgument,
4511
4508
  bigint | TransactionArgument,
@@ -4539,7 +4536,7 @@ export namespace single_collateral {
4539
4536
  });
4540
4537
  }
4541
4538
  export function close<T0 = any, T1 = any, T2 = any>(
4542
- tx: TransactionBlock,
4539
+ tx: Transaction,
4543
4540
  args: [
4544
4541
  string | TransactionObjectArgument | TransactionArgument,
4545
4542
  string | TransactionObjectArgument | TransactionArgument,
@@ -4576,7 +4573,7 @@ export namespace single_collateral {
4576
4573
  });
4577
4574
  }
4578
4575
  export function compound<T0 = any, T1 = any>(
4579
- tx: TransactionBlock,
4576
+ tx: Transaction,
4580
4577
  args: [
4581
4578
  string | TransactionObjectArgument | TransactionArgument,
4582
4579
  bigint | TransactionArgument,
@@ -4603,7 +4600,7 @@ export namespace single_collateral {
4603
4600
  });
4604
4601
  }
4605
4602
  export function delivery<T0 = any, T1 = any, T2 = any>(
4606
- tx: TransactionBlock,
4603
+ tx: Transaction,
4607
4604
  args: [
4608
4605
  string | TransactionObjectArgument | TransactionArgument,
4609
4606
  string | TransactionObjectArgument | TransactionArgument,
@@ -4650,7 +4647,7 @@ export namespace single_collateral {
4650
4647
  });
4651
4648
  }
4652
4649
  export function deposit<T0 = any, T1 = any, T2 = any>(
4653
- tx: TransactionBlock,
4650
+ tx: Transaction,
4654
4651
  args: [
4655
4652
  string | TransactionObjectArgument | TransactionArgument,
4656
4653
  bigint | TransactionArgument,
@@ -4694,7 +4691,7 @@ export namespace single_collateral {
4694
4691
  });
4695
4692
  }
4696
4693
  export function evolution<T0 = any, T1 = any, T2 = any>(
4697
- tx: TransactionBlock,
4694
+ tx: Transaction,
4698
4695
  args: [
4699
4696
  string | TransactionObjectArgument | TransactionArgument,
4700
4697
  string | TransactionObjectArgument | TransactionArgument,
@@ -4741,7 +4738,7 @@ export namespace single_collateral {
4741
4738
  });
4742
4739
  }
4743
4740
  export function getAuctionMaxSize<T0 = any, T1 = any, T2 = any>(
4744
- tx: TransactionBlock,
4741
+ tx: Transaction,
4745
4742
  args: [
4746
4743
  string | TransactionObjectArgument | TransactionArgument,
4747
4744
  bigint | TransactionArgument,
@@ -4778,7 +4775,7 @@ export namespace single_collateral {
4778
4775
  });
4779
4776
  }
4780
4777
  export function getMaxLossPerUnit<T0 = any, T1 = any, T2 = any>(
4781
- tx: TransactionBlock,
4778
+ tx: Transaction,
4782
4779
  args: [
4783
4780
  string | TransactionObjectArgument | TransactionArgument,
4784
4781
  bigint | TransactionArgument,
@@ -4815,7 +4812,7 @@ export namespace single_collateral {
4815
4812
  });
4816
4813
  }
4817
4814
  export function getUserStatus<T0 = any, T1 = any, T2 = any>(
4818
- tx: TransactionBlock,
4815
+ tx: Transaction,
4819
4816
  args: [
4820
4817
  string | TransactionObjectArgument | TransactionArgument,
4821
4818
  bigint | TransactionArgument,
@@ -4852,7 +4849,7 @@ export namespace single_collateral {
4852
4849
  });
4853
4850
  }
4854
4851
  export function harvest<T0 = any, T1 = any, T2 = any>(
4855
- tx: TransactionBlock,
4852
+ tx: Transaction,
4856
4853
  args: [
4857
4854
  string | TransactionObjectArgument | TransactionArgument,
4858
4855
  bigint | TransactionArgument,
@@ -4886,7 +4883,7 @@ export namespace single_collateral {
4886
4883
  });
4887
4884
  }
4888
4885
  export function newAuction<T0 = any, T1 = any, T2 = any>(
4889
- tx: TransactionBlock,
4886
+ tx: Transaction,
4890
4887
  args: [
4891
4888
  string | TransactionObjectArgument | TransactionArgument,
4892
4889
  string | TransactionObjectArgument | TransactionArgument,
@@ -4936,7 +4933,7 @@ export namespace single_collateral {
4936
4933
  });
4937
4934
  }
4938
4935
  export function newBid<T0 = any, T1 = any, T2 = any>(
4939
- tx: TransactionBlock,
4936
+ tx: Transaction,
4940
4937
  args: [
4941
4938
  string | TransactionObjectArgument | TransactionArgument,
4942
4939
  bigint | TransactionArgument,
@@ -4986,7 +4983,7 @@ export namespace single_collateral {
4986
4983
  });
4987
4984
  }
4988
4985
  export function newManager(
4989
- tx: TransactionBlock,
4986
+ tx: Transaction,
4990
4987
  args: [
4991
4988
  string | TransactionObjectArgument | TransactionArgument,
4992
4989
  (string | TransactionObjectArgument)[] | TransactionArgument,
@@ -5004,7 +5001,7 @@ export namespace single_collateral {
5004
5001
  });
5005
5002
  }
5006
5003
  export function newPortfolioVault<T0 = any, T1 = any, T2 = any>(
5007
- tx: TransactionBlock,
5004
+ tx: Transaction,
5008
5005
  args: [
5009
5006
  string | TransactionObjectArgument | TransactionArgument,
5010
5007
  string | TransactionObjectArgument | TransactionArgument,
@@ -5105,7 +5102,7 @@ export namespace single_collateral {
5105
5102
  });
5106
5103
  }
5107
5104
  export function removeAuthorizedUser(
5108
- tx: TransactionBlock,
5105
+ tx: Transaction,
5109
5106
  args: [
5110
5107
  string | TransactionObjectArgument | TransactionArgument,
5111
5108
  string | TransactionObjectArgument | TransactionArgument,
@@ -5126,7 +5123,7 @@ export namespace single_collateral {
5126
5123
  });
5127
5124
  }
5128
5125
  export function removeManager(
5129
- tx: TransactionBlock,
5126
+ tx: Transaction,
5130
5127
  args: [single_collateral.ManagerCap | TransactionArgument],
5131
5128
  ): TransactionArgument & [TransactionArgument] {
5132
5129
  const _args: any[] = [];
@@ -5144,7 +5141,7 @@ export namespace single_collateral {
5144
5141
  T1 = any,
5145
5142
  T2 = any,
5146
5143
  >(
5147
- tx: TransactionBlock,
5144
+ tx: Transaction,
5148
5145
  args: [
5149
5146
  string | TransactionObjectArgument | TransactionArgument,
5150
5147
  string | TransactionObjectArgument | TransactionArgument,
@@ -5188,7 +5185,7 @@ export namespace single_collateral {
5188
5185
  });
5189
5186
  }
5190
5187
  export function terminateAuction<T0 = any, T1 = any, T2 = any>(
5191
- tx: TransactionBlock,
5188
+ tx: Transaction,
5192
5189
  args: [
5193
5190
  string | TransactionObjectArgument | TransactionArgument,
5194
5191
  string | TransactionObjectArgument | TransactionArgument,
@@ -5232,7 +5229,7 @@ export namespace single_collateral {
5232
5229
  });
5233
5230
  }
5234
5231
  export function terminateVault<T0 = any, T1 = any, T2 = any>(
5235
- tx: TransactionBlock,
5232
+ tx: Transaction,
5236
5233
  args: [
5237
5234
  string | TransactionObjectArgument | TransactionArgument,
5238
5235
  string | TransactionObjectArgument | TransactionArgument,
@@ -5276,7 +5273,7 @@ export namespace single_collateral {
5276
5273
  });
5277
5274
  }
5278
5275
  export function unsubscribe<T0 = any, T1 = any, T2 = any>(
5279
- tx: TransactionBlock,
5276
+ tx: Transaction,
5280
5277
  args: [
5281
5278
  string | TransactionObjectArgument | TransactionArgument,
5282
5279
  bigint | TransactionArgument,
@@ -5313,7 +5310,7 @@ export namespace single_collateral {
5313
5310
  });
5314
5311
  }
5315
5312
  export function updateActiveVaultConfig<T0 = any, T1 = any, T2 = any>(
5316
- tx: TransactionBlock,
5313
+ tx: Transaction,
5317
5314
  args: [
5318
5315
  string | TransactionObjectArgument | TransactionArgument,
5319
5316
  string | TransactionObjectArgument | TransactionArgument,
@@ -5369,7 +5366,7 @@ export namespace single_collateral {
5369
5366
  });
5370
5367
  }
5371
5368
  export function updateCapacity<T0 = any, T1 = any, T2 = any>(
5372
- tx: TransactionBlock,
5369
+ tx: Transaction,
5373
5370
  args: [
5374
5371
  string | TransactionObjectArgument | TransactionArgument,
5375
5372
  string | TransactionObjectArgument | TransactionArgument,
@@ -5413,7 +5410,7 @@ export namespace single_collateral {
5413
5410
  });
5414
5411
  }
5415
5412
  export function updateRestrictActivationTimePeriod(
5416
- tx: TransactionBlock,
5413
+ tx: Transaction,
5417
5414
  args: [
5418
5415
  string | TransactionObjectArgument | TransactionArgument,
5419
5416
  string | TransactionObjectArgument | TransactionArgument,
@@ -5441,7 +5438,7 @@ export namespace single_collateral {
5441
5438
  });
5442
5439
  }
5443
5440
  export function updateUpcomingVaultConfig<T0 = any, T1 = any, T2 = any>(
5444
- tx: TransactionBlock,
5441
+ tx: Transaction,
5445
5442
  args: [
5446
5443
  string | TransactionObjectArgument | TransactionArgument,
5447
5444
  string | TransactionObjectArgument | TransactionArgument,
@@ -5506,7 +5503,7 @@ export namespace single_collateral {
5506
5503
  });
5507
5504
  }
5508
5505
  export function updateWarmupVaultConfig<T0 = any, T1 = any, T2 = any>(
5509
- tx: TransactionBlock,
5506
+ tx: Transaction,
5510
5507
  args: [
5511
5508
  string | TransactionObjectArgument | TransactionArgument,
5512
5509
  string | TransactionObjectArgument | TransactionArgument,
@@ -5562,7 +5559,7 @@ export namespace single_collateral {
5562
5559
  });
5563
5560
  }
5564
5561
  export function withdraw<T0 = any, T1 = any, T2 = any>(
5565
- tx: TransactionBlock,
5562
+ tx: Transaction,
5566
5563
  args: [
5567
5564
  string | TransactionObjectArgument | TransactionArgument,
5568
5565
  bigint | TransactionArgument,
@@ -5608,7 +5605,7 @@ export namespace single_collateral {
5608
5605
  (string | TransactionObjectArgument)[] | TransactionArgument,
5609
5606
  ],
5610
5607
  ): Promise<TypedDevInspectResults<[]>> {
5611
- const tx = new TransactionBlock();
5608
+ const tx = new Transaction();
5612
5609
  builder.addAuthorizedUser(tx, args);
5613
5610
  const inspectRes = await client.devInspectTransactionBlock({
5614
5611
  transactionBlock: tx,
@@ -5637,7 +5634,7 @@ export namespace single_collateral {
5637
5634
  TypeDescriptor<T2> | string,
5638
5635
  ],
5639
5636
  ): Promise<TypedDevInspectResults<[]>> {
5640
- const tx = new TransactionBlock();
5637
+ const tx = new Transaction();
5641
5638
  builder.addPortfolioVaultAuthorizedUser(tx, args, typeArguments);
5642
5639
  const inspectRes = await client.devInspectTransactionBlock({
5643
5640
  transactionBlock: tx,
@@ -5665,7 +5662,7 @@ export namespace single_collateral {
5665
5662
  TypeDescriptor<T2> | string,
5666
5663
  ],
5667
5664
  ): Promise<TypedDevInspectResults<[]>> {
5668
- const tx = new TransactionBlock();
5665
+ const tx = new Transaction();
5669
5666
  builder.authorizedAddPortfolioVaultAuthorizedUser(
5670
5667
  tx,
5671
5668
  args,
@@ -5694,7 +5691,7 @@ export namespace single_collateral {
5694
5691
  TypeDescriptor<T2> | string,
5695
5692
  ],
5696
5693
  ): Promise<TypedDevInspectResults<[]>> {
5697
- const tx = new TransactionBlock();
5694
+ const tx = new Transaction();
5698
5695
  builder.authorizedDelivery(tx, args, typeArguments);
5699
5696
  const inspectRes = await client.devInspectTransactionBlock({
5700
5697
  transactionBlock: tx,
@@ -5741,7 +5738,7 @@ export namespace single_collateral {
5741
5738
  TypeDescriptor<T2> | string,
5742
5739
  ],
5743
5740
  ): Promise<TypedDevInspectResults<[]>> {
5744
- const tx = new TransactionBlock();
5741
+ const tx = new Transaction();
5745
5742
  builder.authorizedNewPortfolioVault(tx, args, typeArguments);
5746
5743
  const inspectRes = await client.devInspectTransactionBlock({
5747
5744
  transactionBlock: tx,
@@ -5769,7 +5766,7 @@ export namespace single_collateral {
5769
5766
  TypeDescriptor<T2> | string,
5770
5767
  ],
5771
5768
  ): Promise<TypedDevInspectResults<[]>> {
5772
- const tx = new TransactionBlock();
5769
+ const tx = new Transaction();
5773
5770
  builder.authorizedRemovePortfolioVaultAuthorizedUser(
5774
5771
  tx,
5775
5772
  args,
@@ -5801,7 +5798,7 @@ export namespace single_collateral {
5801
5798
  TypeDescriptor<T2> | string,
5802
5799
  ],
5803
5800
  ): Promise<TypedDevInspectResults<[]>> {
5804
- const tx = new TransactionBlock();
5801
+ const tx = new Transaction();
5805
5802
  builder.authorizedUpdateCapacity(tx, args, typeArguments);
5806
5803
  const inspectRes = await client.devInspectTransactionBlock({
5807
5804
  transactionBlock: tx,
@@ -5836,7 +5833,7 @@ export namespace single_collateral {
5836
5833
  TypeDescriptor<T2> | string,
5837
5834
  ],
5838
5835
  ): Promise<TypedDevInspectResults<[]>> {
5839
- const tx = new TransactionBlock();
5836
+ const tx = new Transaction();
5840
5837
  builder.authorizedUpdateUpcomingVaultConfig(tx, args, typeArguments);
5841
5838
  const inspectRes = await client.devInspectTransactionBlock({
5842
5839
  transactionBlock: tx,
@@ -5868,7 +5865,7 @@ export namespace single_collateral {
5868
5865
  TypeDescriptor<T2> | string,
5869
5866
  ],
5870
5867
  ): Promise<TypedDevInspectResults<[]>> {
5871
- const tx = new TransactionBlock();
5868
+ const tx = new Transaction();
5872
5869
  builder.authorizedUpdateWarmupVaultConfig(tx, args, typeArguments);
5873
5870
  const inspectRes = await client.devInspectTransactionBlock({
5874
5871
  transactionBlock: tx,
@@ -5891,7 +5888,7 @@ export namespace single_collateral {
5891
5888
  TypeDescriptor<T2> | string,
5892
5889
  ],
5893
5890
  ): Promise<TypedDevInspectResults<[]>> {
5894
- const tx = new TransactionBlock();
5891
+ const tx = new Transaction();
5895
5892
  builder.claim(tx, args, typeArguments);
5896
5893
  const inspectRes = await client.devInspectTransactionBlock({
5897
5894
  transactionBlock: tx,
@@ -5914,7 +5911,7 @@ export namespace single_collateral {
5914
5911
  TypeDescriptor<T2> | string,
5915
5912
  ],
5916
5913
  ): Promise<TypedDevInspectResults<[]>> {
5917
- const tx = new TransactionBlock();
5914
+ const tx = new Transaction();
5918
5915
  builder.claimAndHarvest(tx, args, typeArguments);
5919
5916
  const inspectRes = await client.devInspectTransactionBlock({
5920
5917
  transactionBlock: tx,
@@ -5938,7 +5935,7 @@ export namespace single_collateral {
5938
5935
  TypeDescriptor<T2> | string,
5939
5936
  ],
5940
5937
  ): Promise<TypedDevInspectResults<[]>> {
5941
- const tx = new TransactionBlock();
5938
+ const tx = new Transaction();
5942
5939
  builder.close(tx, args, typeArguments);
5943
5940
  const inspectRes = await client.devInspectTransactionBlock({
5944
5941
  transactionBlock: tx,
@@ -5957,7 +5954,7 @@ export namespace single_collateral {
5957
5954
  ],
5958
5955
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
5959
5956
  ): Promise<TypedDevInspectResults<[]>> {
5960
- const tx = new TransactionBlock();
5957
+ const tx = new Transaction();
5961
5958
  builder.compound(tx, args, typeArguments);
5962
5959
  const inspectRes = await client.devInspectTransactionBlock({
5963
5960
  transactionBlock: tx,
@@ -5983,7 +5980,7 @@ export namespace single_collateral {
5983
5980
  TypeDescriptor<T2> | string,
5984
5981
  ],
5985
5982
  ): Promise<TypedDevInspectResults<[]>> {
5986
- const tx = new TransactionBlock();
5983
+ const tx = new Transaction();
5987
5984
  builder.delivery(tx, args, typeArguments);
5988
5985
  const inspectRes = await client.devInspectTransactionBlock({
5989
5986
  transactionBlock: tx,
@@ -6008,7 +6005,7 @@ export namespace single_collateral {
6008
6005
  TypeDescriptor<T2> | string,
6009
6006
  ],
6010
6007
  ): Promise<TypedDevInspectResults<[]>> {
6011
- const tx = new TransactionBlock();
6008
+ const tx = new Transaction();
6012
6009
  builder.deposit(tx, args, typeArguments);
6013
6010
  const inspectRes = await client.devInspectTransactionBlock({
6014
6011
  transactionBlock: tx,
@@ -6034,7 +6031,7 @@ export namespace single_collateral {
6034
6031
  TypeDescriptor<T2> | string,
6035
6032
  ],
6036
6033
  ): Promise<TypedDevInspectResults<[]>> {
6037
- const tx = new TransactionBlock();
6034
+ const tx = new Transaction();
6038
6035
  builder.evolution(tx, args, typeArguments);
6039
6036
  const inspectRes = await client.devInspectTransactionBlock({
6040
6037
  transactionBlock: tx,
@@ -6058,7 +6055,7 @@ export namespace single_collateral {
6058
6055
  TypeDescriptor<T2> | string,
6059
6056
  ],
6060
6057
  ): Promise<TypedDevInspectResults<[bigint]>> {
6061
- const tx = new TransactionBlock();
6058
+ const tx = new Transaction();
6062
6059
  builder.getAuctionMaxSize(tx, args, typeArguments);
6063
6060
  const inspectRes = await client.devInspectTransactionBlock({
6064
6061
  transactionBlock: tx,
@@ -6082,7 +6079,7 @@ export namespace single_collateral {
6082
6079
  TypeDescriptor<T2> | string,
6083
6080
  ],
6084
6081
  ): Promise<TypedDevInspectResults<[bigint]>> {
6085
- const tx = new TransactionBlock();
6082
+ const tx = new Transaction();
6086
6083
  builder.getMaxLossPerUnit(tx, args, typeArguments);
6087
6084
  const inspectRes = await client.devInspectTransactionBlock({
6088
6085
  transactionBlock: tx,
@@ -6108,7 +6105,7 @@ export namespace single_collateral {
6108
6105
  ): Promise<
6109
6106
  TypedDevInspectResults<[single_collateral.GetUserStatusResult]>
6110
6107
  > {
6111
- const tx = new TransactionBlock();
6108
+ const tx = new Transaction();
6112
6109
  builder.getUserStatus(tx, args, typeArguments);
6113
6110
  const inspectRes = await client.devInspectTransactionBlock({
6114
6111
  transactionBlock: tx,
@@ -6131,7 +6128,7 @@ export namespace single_collateral {
6131
6128
  TypeDescriptor<T2> | string,
6132
6129
  ],
6133
6130
  ): Promise<TypedDevInspectResults<[]>> {
6134
- const tx = new TransactionBlock();
6131
+ const tx = new Transaction();
6135
6132
  builder.harvest(tx, args, typeArguments);
6136
6133
  const inspectRes = await client.devInspectTransactionBlock({
6137
6134
  transactionBlock: tx,
@@ -6158,7 +6155,7 @@ export namespace single_collateral {
6158
6155
  TypeDescriptor<T2> | string,
6159
6156
  ],
6160
6157
  ): Promise<TypedDevInspectResults<[]>> {
6161
- const tx = new TransactionBlock();
6158
+ const tx = new Transaction();
6162
6159
  builder.newAuction(tx, args, typeArguments);
6163
6160
  const inspectRes = await client.devInspectTransactionBlock({
6164
6161
  transactionBlock: tx,
@@ -6185,7 +6182,7 @@ export namespace single_collateral {
6185
6182
  TypeDescriptor<T2> | string,
6186
6183
  ],
6187
6184
  ): Promise<TypedDevInspectResults<[]>> {
6188
- const tx = new TransactionBlock();
6185
+ const tx = new Transaction();
6189
6186
  builder.newBid(tx, args, typeArguments);
6190
6187
  const inspectRes = await client.devInspectTransactionBlock({
6191
6188
  transactionBlock: tx,
@@ -6203,7 +6200,7 @@ export namespace single_collateral {
6203
6200
  (string | TransactionObjectArgument)[] | TransactionArgument,
6204
6201
  ],
6205
6202
  ): Promise<TypedDevInspectResults<[]>> {
6206
- const tx = new TransactionBlock();
6203
+ const tx = new Transaction();
6207
6204
  builder.newManager(tx, args);
6208
6205
  const inspectRes = await client.devInspectTransactionBlock({
6209
6206
  transactionBlock: tx,
@@ -6247,7 +6244,7 @@ export namespace single_collateral {
6247
6244
  TypeDescriptor<T2> | string,
6248
6245
  ],
6249
6246
  ): Promise<TypedDevInspectResults<[]>> {
6250
- const tx = new TransactionBlock();
6247
+ const tx = new Transaction();
6251
6248
  builder.newPortfolioVault(tx, args, typeArguments);
6252
6249
  const inspectRes = await client.devInspectTransactionBlock({
6253
6250
  transactionBlock: tx,
@@ -6266,7 +6263,7 @@ export namespace single_collateral {
6266
6263
  (string | TransactionObjectArgument)[] | TransactionArgument,
6267
6264
  ],
6268
6265
  ): Promise<TypedDevInspectResults<[]>> {
6269
- const tx = new TransactionBlock();
6266
+ const tx = new Transaction();
6270
6267
  builder.removeAuthorizedUser(tx, args);
6271
6268
  const inspectRes = await client.devInspectTransactionBlock({
6272
6269
  transactionBlock: tx,
@@ -6281,7 +6278,7 @@ export namespace single_collateral {
6281
6278
  client: SuiClient,
6282
6279
  args: [single_collateral.ManagerCap | TransactionArgument],
6283
6280
  ): Promise<TypedDevInspectResults<[]>> {
6284
- const tx = new TransactionBlock();
6281
+ const tx = new Transaction();
6285
6282
  builder.removeManager(tx, args);
6286
6283
  const inspectRes = await client.devInspectTransactionBlock({
6287
6284
  transactionBlock: tx,
@@ -6310,7 +6307,7 @@ export namespace single_collateral {
6310
6307
  TypeDescriptor<T2> | string,
6311
6308
  ],
6312
6309
  ): Promise<TypedDevInspectResults<[]>> {
6313
- const tx = new TransactionBlock();
6310
+ const tx = new Transaction();
6314
6311
  builder.removePortfolioVaultAuthorizedUser(tx, args, typeArguments);
6315
6312
  const inspectRes = await client.devInspectTransactionBlock({
6316
6313
  transactionBlock: tx,
@@ -6335,7 +6332,7 @@ export namespace single_collateral {
6335
6332
  TypeDescriptor<T2> | string,
6336
6333
  ],
6337
6334
  ): Promise<TypedDevInspectResults<[]>> {
6338
- const tx = new TransactionBlock();
6335
+ const tx = new Transaction();
6339
6336
  builder.terminateAuction(tx, args, typeArguments);
6340
6337
  const inspectRes = await client.devInspectTransactionBlock({
6341
6338
  transactionBlock: tx,
@@ -6360,7 +6357,7 @@ export namespace single_collateral {
6360
6357
  TypeDescriptor<T2> | string,
6361
6358
  ],
6362
6359
  ): Promise<TypedDevInspectResults<[]>> {
6363
- const tx = new TransactionBlock();
6360
+ const tx = new Transaction();
6364
6361
  builder.terminateVault(tx, args, typeArguments);
6365
6362
  const inspectRes = await client.devInspectTransactionBlock({
6366
6363
  transactionBlock: tx,
@@ -6384,7 +6381,7 @@ export namespace single_collateral {
6384
6381
  TypeDescriptor<T2> | string,
6385
6382
  ],
6386
6383
  ): Promise<TypedDevInspectResults<[]>> {
6387
- const tx = new TransactionBlock();
6384
+ const tx = new Transaction();
6388
6385
  builder.unsubscribe(tx, args, typeArguments);
6389
6386
  const inspectRes = await client.devInspectTransactionBlock({
6390
6387
  transactionBlock: tx,
@@ -6413,7 +6410,7 @@ export namespace single_collateral {
6413
6410
  TypeDescriptor<T2> | string,
6414
6411
  ],
6415
6412
  ): Promise<TypedDevInspectResults<[]>> {
6416
- const tx = new TransactionBlock();
6413
+ const tx = new Transaction();
6417
6414
  builder.updateActiveVaultConfig(tx, args, typeArguments);
6418
6415
  const inspectRes = await client.devInspectTransactionBlock({
6419
6416
  transactionBlock: tx,
@@ -6438,7 +6435,7 @@ export namespace single_collateral {
6438
6435
  TypeDescriptor<T2> | string,
6439
6436
  ],
6440
6437
  ): Promise<TypedDevInspectResults<[]>> {
6441
- const tx = new TransactionBlock();
6438
+ const tx = new Transaction();
6442
6439
  builder.updateCapacity(tx, args, typeArguments);
6443
6440
  const inspectRes = await client.devInspectTransactionBlock({
6444
6441
  transactionBlock: tx,
@@ -6458,7 +6455,7 @@ export namespace single_collateral {
6458
6455
  bigint | TransactionArgument,
6459
6456
  ],
6460
6457
  ): Promise<TypedDevInspectResults<[]>> {
6461
- const tx = new TransactionBlock();
6458
+ const tx = new Transaction();
6462
6459
  builder.updateRestrictActivationTimePeriod(tx, args);
6463
6460
  const inspectRes = await client.devInspectTransactionBlock({
6464
6461
  transactionBlock: tx,
@@ -6494,7 +6491,7 @@ export namespace single_collateral {
6494
6491
  TypeDescriptor<T2> | string,
6495
6492
  ],
6496
6493
  ): Promise<TypedDevInspectResults<[]>> {
6497
- const tx = new TransactionBlock();
6494
+ const tx = new Transaction();
6498
6495
  builder.updateUpcomingVaultConfig(tx, args, typeArguments);
6499
6496
  const inspectRes = await client.devInspectTransactionBlock({
6500
6497
  transactionBlock: tx,
@@ -6523,7 +6520,7 @@ export namespace single_collateral {
6523
6520
  TypeDescriptor<T2> | string,
6524
6521
  ],
6525
6522
  ): Promise<TypedDevInspectResults<[]>> {
6526
- const tx = new TransactionBlock();
6523
+ const tx = new Transaction();
6527
6524
  builder.updateWarmupVaultConfig(tx, args, typeArguments);
6528
6525
  const inspectRes = await client.devInspectTransactionBlock({
6529
6526
  transactionBlock: tx,
@@ -6547,7 +6544,7 @@ export namespace single_collateral {
6547
6544
  TypeDescriptor<T2> | string,
6548
6545
  ],
6549
6546
  ): Promise<TypedDevInspectResults<[]>> {
6550
- const tx = new TransactionBlock();
6547
+ const tx = new Transaction();
6551
6548
  builder.withdraw(tx, args, typeArguments);
6552
6549
  const inspectRes = await client.devInspectTransactionBlock({
6553
6550
  transactionBlock: tx,
@@ -6564,7 +6561,7 @@ export namespace single_collateral {
6564
6561
  export namespace utils {
6565
6562
  export namespace builder {
6566
6563
  export function extractBalance<T0 = any>(
6567
- tx: TransactionBlock,
6564
+ tx: Transaction,
6568
6565
  args: [
6569
6566
  (string | TransactionObjectArgument)[] | TransactionArgument,
6570
6567
  bigint | TransactionArgument,
@@ -6588,7 +6585,7 @@ export namespace utils {
6588
6585
  });
6589
6586
  }
6590
6587
  export function getDateFromTs(
6591
- tx: TransactionBlock,
6588
+ tx: Transaction,
6592
6589
  args: [bigint | TransactionArgument],
6593
6590
  ): TransactionArgument & [TransactionArgument] {
6594
6591
  const _args: any[] = [];
@@ -6602,7 +6599,7 @@ export namespace utils {
6602
6599
  });
6603
6600
  }
6604
6601
  export function matchTypes<T0 = any, T1 = any>(
6605
- tx: TransactionBlock,
6602
+ tx: Transaction,
6606
6603
  args: [],
6607
6604
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
6608
6605
  ): TransactionArgument & [] {
@@ -6624,7 +6621,7 @@ export namespace utils {
6624
6621
  });
6625
6622
  }
6626
6623
  export function multiplier(
6627
- tx: TransactionBlock,
6624
+ tx: Transaction,
6628
6625
  args: [bigint | TransactionArgument],
6629
6626
  ): TransactionArgument & [TransactionArgument] {
6630
6627
  const _args: any[] = [];
@@ -6647,7 +6644,7 @@ export namespace utils {
6647
6644
  ],
6648
6645
  typeArguments: [TypeDescriptor<T0> | string],
6649
6646
  ): Promise<TypedDevInspectResults<[_0x2.balance.Balance<T0>]>> {
6650
- const tx = new TransactionBlock();
6647
+ const tx = new Transaction();
6651
6648
  builder.extractBalance(tx, args, typeArguments);
6652
6649
  const inspectRes = await client.devInspectTransactionBlock({
6653
6650
  transactionBlock: tx,
@@ -6662,7 +6659,7 @@ export namespace utils {
6662
6659
  client: SuiClient,
6663
6660
  args: [bigint | TransactionArgument],
6664
6661
  ): Promise<TypedDevInspectResults<[bigint, bigint, bigint]>> {
6665
- const tx = new TransactionBlock();
6662
+ const tx = new Transaction();
6666
6663
  builder.getDateFromTs(tx, args);
6667
6664
  const inspectRes = await client.devInspectTransactionBlock({
6668
6665
  transactionBlock: tx,
@@ -6678,7 +6675,7 @@ export namespace utils {
6678
6675
  args: [],
6679
6676
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
6680
6677
  ): Promise<TypedDevInspectResults<[Boolean]>> {
6681
- const tx = new TransactionBlock();
6678
+ const tx = new Transaction();
6682
6679
  builder.matchTypes(tx, args, typeArguments);
6683
6680
  const inspectRes = await client.devInspectTransactionBlock({
6684
6681
  transactionBlock: tx,
@@ -6693,7 +6690,7 @@ export namespace utils {
6693
6690
  client: SuiClient,
6694
6691
  args: [bigint | TransactionArgument],
6695
6692
  ): Promise<TypedDevInspectResults<[bigint]>> {
6696
- const tx = new TransactionBlock();
6693
+ const tx = new Transaction();
6697
6694
  builder.multiplier(tx, args);
6698
6695
  const inspectRes = await client.devInspectTransactionBlock({
6699
6696
  transactionBlock: tx,
@@ -7247,7 +7244,7 @@ export namespace vault {
7247
7244
 
7248
7245
  export namespace builder {
7249
7246
  export function activate<T0 = any, T1 = any>(
7250
- tx: TransactionBlock,
7247
+ tx: Transaction,
7251
7248
  args: [
7252
7249
  string | TransactionObjectArgument | TransactionArgument,
7253
7250
  string | TransactionObjectArgument | TransactionArgument,
@@ -7284,7 +7281,7 @@ export namespace vault {
7284
7281
  });
7285
7282
  }
7286
7283
  export function activeBalance<T0 = any, T1 = any>(
7287
- tx: TransactionBlock,
7284
+ tx: Transaction,
7288
7285
  args: [string | TransactionObjectArgument | TransactionArgument],
7289
7286
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
7290
7287
  ): TransactionArgument & [TransactionArgument] {
@@ -7307,7 +7304,7 @@ export namespace vault {
7307
7304
  });
7308
7305
  }
7309
7306
  export function activeShareSupply<T0 = any, T1 = any>(
7310
- tx: TransactionBlock,
7307
+ tx: Transaction,
7311
7308
  args: [string | TransactionObjectArgument | TransactionArgument],
7312
7309
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
7313
7310
  ): TransactionArgument & [TransactionArgument] {
@@ -7330,7 +7327,7 @@ export namespace vault {
7330
7327
  });
7331
7328
  }
7332
7329
  export function activeUserShares<T0 = any, T1 = any>(
7333
- tx: TransactionBlock,
7330
+ tx: Transaction,
7334
7331
  args: [string | TransactionObjectArgument | TransactionArgument],
7335
7332
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
7336
7333
  ): TransactionArgument & [TransactionArgument] {
@@ -7353,7 +7350,7 @@ export namespace vault {
7353
7350
  });
7354
7351
  }
7355
7352
  export function bidderBalance<T0 = any, T1 = any>(
7356
- tx: TransactionBlock,
7353
+ tx: Transaction,
7357
7354
  args: [string | TransactionObjectArgument | TransactionArgument],
7358
7355
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
7359
7356
  ): TransactionArgument & [TransactionArgument] {
@@ -7376,7 +7373,7 @@ export namespace vault {
7376
7373
  });
7377
7374
  }
7378
7375
  export function bidderShareSupply<T0 = any, T1 = any>(
7379
- tx: TransactionBlock,
7376
+ tx: Transaction,
7380
7377
  args: [string | TransactionObjectArgument | TransactionArgument],
7381
7378
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
7382
7379
  ): TransactionArgument & [TransactionArgument] {
@@ -7399,7 +7396,7 @@ export namespace vault {
7399
7396
  });
7400
7397
  }
7401
7398
  export function bidderShares<T0 = any, T1 = any>(
7402
- tx: TransactionBlock,
7399
+ tx: Transaction,
7403
7400
  args: [string | TransactionObjectArgument | TransactionArgument],
7404
7401
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
7405
7402
  ): TransactionArgument & [TransactionArgument] {
@@ -7422,7 +7419,7 @@ export namespace vault {
7422
7419
  });
7423
7420
  }
7424
7421
  export function claim<T0 = any, T1 = any>(
7425
- tx: TransactionBlock,
7422
+ tx: Transaction,
7426
7423
  args: [
7427
7424
  string | TransactionObjectArgument | TransactionArgument,
7428
7425
  string | TransactionObjectArgument | TransactionArgument,
@@ -7449,7 +7446,7 @@ export namespace vault {
7449
7446
  });
7450
7447
  }
7451
7448
  export function closeBidVault<T0 = any, T1 = any>(
7452
- tx: TransactionBlock,
7449
+ tx: Transaction,
7453
7450
  args: [
7454
7451
  string | TransactionObjectArgument | TransactionArgument,
7455
7452
  string | TransactionObjectArgument | TransactionArgument,
@@ -7479,7 +7476,7 @@ export namespace vault {
7479
7476
  });
7480
7477
  }
7481
7478
  export function closeDepositVault<T0 = any, T1 = any>(
7482
- tx: TransactionBlock,
7479
+ tx: Transaction,
7483
7480
  args: [
7484
7481
  string | TransactionObjectArgument | TransactionArgument,
7485
7482
  string | TransactionObjectArgument | TransactionArgument,
@@ -7509,7 +7506,7 @@ export namespace vault {
7509
7506
  });
7510
7507
  }
7511
7508
  export function compound<T0 = any, T1 = any>(
7512
- tx: TransactionBlock,
7509
+ tx: Transaction,
7513
7510
  args: [
7514
7511
  string | TransactionObjectArgument | TransactionArgument,
7515
7512
  string | TransactionObjectArgument | TransactionArgument,
@@ -7539,7 +7536,7 @@ export namespace vault {
7539
7536
  });
7540
7537
  }
7541
7538
  export function deactivatingBalance<T0 = any, T1 = any>(
7542
- tx: TransactionBlock,
7539
+ tx: Transaction,
7543
7540
  args: [string | TransactionObjectArgument | TransactionArgument],
7544
7541
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
7545
7542
  ): TransactionArgument & [TransactionArgument] {
@@ -7562,7 +7559,7 @@ export namespace vault {
7562
7559
  });
7563
7560
  }
7564
7561
  export function deactivatingShareSupply<T0 = any, T1 = any>(
7565
- tx: TransactionBlock,
7562
+ tx: Transaction,
7566
7563
  args: [string | TransactionObjectArgument | TransactionArgument],
7567
7564
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
7568
7565
  ): TransactionArgument & [TransactionArgument] {
@@ -7585,7 +7582,7 @@ export namespace vault {
7585
7582
  });
7586
7583
  }
7587
7584
  export function deactivatingUserShares<T0 = any, T1 = any>(
7588
- tx: TransactionBlock,
7585
+ tx: Transaction,
7589
7586
  args: [string | TransactionObjectArgument | TransactionArgument],
7590
7587
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
7591
7588
  ): TransactionArgument & [TransactionArgument] {
@@ -7608,7 +7605,7 @@ export namespace vault {
7608
7605
  });
7609
7606
  }
7610
7607
  export function delivery<T0 = any, T1 = any, T2 = any>(
7611
- tx: TransactionBlock,
7608
+ tx: Transaction,
7612
7609
  args: [
7613
7610
  string | TransactionObjectArgument | TransactionArgument,
7614
7611
  string | TransactionObjectArgument | TransactionArgument,
@@ -7661,7 +7658,7 @@ export namespace vault {
7661
7658
  });
7662
7659
  }
7663
7660
  export function deliveryMultiple<T0 = any, T1 = any, T2 = any, T3 = any>(
7664
- tx: TransactionBlock,
7661
+ tx: Transaction,
7665
7662
  args: [
7666
7663
  string | TransactionObjectArgument | TransactionArgument,
7667
7664
  string | TransactionObjectArgument | TransactionArgument,
@@ -7721,7 +7718,7 @@ export namespace vault {
7721
7718
  });
7722
7719
  }
7723
7720
  export function deposit<T0 = any, T1 = any>(
7724
- tx: TransactionBlock,
7721
+ tx: Transaction,
7725
7722
  args: [
7726
7723
  string | TransactionObjectArgument | TransactionArgument,
7727
7724
  string | TransactionObjectArgument | TransactionArgument,
@@ -7761,7 +7758,7 @@ export namespace vault {
7761
7758
  });
7762
7759
  }
7763
7760
  export function getActiveUserShare<T0 = any, T1 = any>(
7764
- tx: TransactionBlock,
7761
+ tx: Transaction,
7765
7762
  args: [
7766
7763
  string | TransactionObjectArgument | TransactionArgument,
7767
7764
  string | TransactionObjectArgument | TransactionArgument,
@@ -7791,7 +7788,7 @@ export namespace vault {
7791
7788
  });
7792
7789
  }
7793
7790
  export function getBidVaultBalance<T0 = any, T1 = any>(
7794
- tx: TransactionBlock,
7791
+ tx: Transaction,
7795
7792
  args: [string | TransactionObjectArgument | TransactionArgument],
7796
7793
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
7797
7794
  ): TransactionArgument & [TransactionArgument] {
@@ -7814,7 +7811,7 @@ export namespace vault {
7814
7811
  });
7815
7812
  }
7816
7813
  export function getBidVaultShareSupply<T0 = any, T1 = any>(
7817
- tx: TransactionBlock,
7814
+ tx: Transaction,
7818
7815
  args: [string | TransactionObjectArgument | TransactionArgument],
7819
7816
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
7820
7817
  ): TransactionArgument & [TransactionArgument] {
@@ -7837,7 +7834,7 @@ export namespace vault {
7837
7834
  });
7838
7835
  }
7839
7836
  export function getBidderUserShare<T0 = any, T1 = any>(
7840
- tx: TransactionBlock,
7837
+ tx: Transaction,
7841
7838
  args: [
7842
7839
  string | TransactionObjectArgument | TransactionArgument,
7843
7840
  string | TransactionObjectArgument | TransactionArgument,
@@ -7867,7 +7864,7 @@ export namespace vault {
7867
7864
  });
7868
7865
  }
7869
7866
  export function getDeactivatingUserShare<T0 = any, T1 = any>(
7870
- tx: TransactionBlock,
7867
+ tx: Transaction,
7871
7868
  args: [
7872
7869
  string | TransactionObjectArgument | TransactionArgument,
7873
7870
  string | TransactionObjectArgument | TransactionArgument,
@@ -7897,7 +7894,7 @@ export namespace vault {
7897
7894
  });
7898
7895
  }
7899
7896
  export function getDepositVaultBalance<T0 = any, T1 = any>(
7900
- tx: TransactionBlock,
7897
+ tx: Transaction,
7901
7898
  args: [string | TransactionObjectArgument | TransactionArgument],
7902
7899
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
7903
7900
  ): TransactionArgument & [TransactionArgument] {
@@ -7920,7 +7917,7 @@ export namespace vault {
7920
7917
  });
7921
7918
  }
7922
7919
  export function getDepositVaultShareSupply<T0 = any, T1 = any>(
7923
- tx: TransactionBlock,
7920
+ tx: Transaction,
7924
7921
  args: [string | TransactionObjectArgument | TransactionArgument],
7925
7922
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
7926
7923
  ): TransactionArgument & [TransactionArgument] {
@@ -7943,7 +7940,7 @@ export namespace vault {
7943
7940
  });
7944
7941
  }
7945
7942
  export function getInactiveUserShare<T0 = any, T1 = any>(
7946
- tx: TransactionBlock,
7943
+ tx: Transaction,
7947
7944
  args: [
7948
7945
  string | TransactionObjectArgument | TransactionArgument,
7949
7946
  string | TransactionObjectArgument | TransactionArgument,
@@ -7973,7 +7970,7 @@ export namespace vault {
7973
7970
  });
7974
7971
  }
7975
7972
  export function getPerformanceFeeUserShare<T0 = any, T1 = any>(
7976
- tx: TransactionBlock,
7973
+ tx: Transaction,
7977
7974
  args: [
7978
7975
  string | TransactionObjectArgument | TransactionArgument,
7979
7976
  string | TransactionObjectArgument | TransactionArgument,
@@ -8003,7 +8000,7 @@ export namespace vault {
8003
8000
  });
8004
8001
  }
8005
8002
  export function getPremiumUserShare<T0 = any, T1 = any>(
8006
- tx: TransactionBlock,
8003
+ tx: Transaction,
8007
8004
  args: [
8008
8005
  string | TransactionObjectArgument | TransactionArgument,
8009
8006
  string | TransactionObjectArgument | TransactionArgument,
@@ -8033,7 +8030,7 @@ export namespace vault {
8033
8030
  });
8034
8031
  }
8035
8032
  export function getWarmupUserShare<T0 = any, T1 = any>(
8036
- tx: TransactionBlock,
8033
+ tx: Transaction,
8037
8034
  args: [
8038
8035
  string | TransactionObjectArgument | TransactionArgument,
8039
8036
  string | TransactionObjectArgument | TransactionArgument,
@@ -8063,7 +8060,7 @@ export namespace vault {
8063
8060
  });
8064
8061
  }
8065
8062
  export function harvest<T0 = any, T1 = any>(
8066
- tx: TransactionBlock,
8063
+ tx: Transaction,
8067
8064
  args: [
8068
8065
  string | TransactionObjectArgument | TransactionArgument,
8069
8066
  string | TransactionObjectArgument | TransactionArgument,
@@ -8090,7 +8087,7 @@ export namespace vault {
8090
8087
  });
8091
8088
  }
8092
8089
  export function hasNext<T0 = any, T1 = any>(
8093
- tx: TransactionBlock,
8090
+ tx: Transaction,
8094
8091
  args: [string | TransactionObjectArgument | TransactionArgument],
8095
8092
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
8096
8093
  ): TransactionArgument & [TransactionArgument] {
@@ -8113,7 +8110,7 @@ export namespace vault {
8113
8110
  });
8114
8111
  }
8115
8112
  export function inactiveBalance<T0 = any, T1 = any>(
8116
- tx: TransactionBlock,
8113
+ tx: Transaction,
8117
8114
  args: [string | TransactionObjectArgument | TransactionArgument],
8118
8115
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
8119
8116
  ): TransactionArgument & [TransactionArgument] {
@@ -8136,7 +8133,7 @@ export namespace vault {
8136
8133
  });
8137
8134
  }
8138
8135
  export function inactiveShareSupply<T0 = any, T1 = any>(
8139
- tx: TransactionBlock,
8136
+ tx: Transaction,
8140
8137
  args: [string | TransactionObjectArgument | TransactionArgument],
8141
8138
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
8142
8139
  ): TransactionArgument & [TransactionArgument] {
@@ -8159,7 +8156,7 @@ export namespace vault {
8159
8156
  });
8160
8157
  }
8161
8158
  export function inactiveUserShares<T0 = any, T1 = any>(
8162
- tx: TransactionBlock,
8159
+ tx: Transaction,
8163
8160
  args: [string | TransactionObjectArgument | TransactionArgument],
8164
8161
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
8165
8162
  ): TransactionArgument & [TransactionArgument] {
@@ -8182,7 +8179,7 @@ export namespace vault {
8182
8179
  });
8183
8180
  }
8184
8181
  export function isActiveUser<T0 = any, T1 = any>(
8185
- tx: TransactionBlock,
8182
+ tx: Transaction,
8186
8183
  args: [
8187
8184
  string | TransactionObjectArgument | TransactionArgument,
8188
8185
  string | TransactionObjectArgument | TransactionArgument,
@@ -8212,7 +8209,7 @@ export namespace vault {
8212
8209
  });
8213
8210
  }
8214
8211
  export function isDeactivatingUser<T0 = any, T1 = any>(
8215
- tx: TransactionBlock,
8212
+ tx: Transaction,
8216
8213
  args: [
8217
8214
  string | TransactionObjectArgument | TransactionArgument,
8218
8215
  string | TransactionObjectArgument | TransactionArgument,
@@ -8242,7 +8239,7 @@ export namespace vault {
8242
8239
  });
8243
8240
  }
8244
8241
  export function isInactiveUser<T0 = any, T1 = any>(
8245
- tx: TransactionBlock,
8242
+ tx: Transaction,
8246
8243
  args: [
8247
8244
  string | TransactionObjectArgument | TransactionArgument,
8248
8245
  string | TransactionObjectArgument | TransactionArgument,
@@ -8272,7 +8269,7 @@ export namespace vault {
8272
8269
  });
8273
8270
  }
8274
8271
  export function isWarmupUser<T0 = any, T1 = any>(
8275
- tx: TransactionBlock,
8272
+ tx: Transaction,
8276
8273
  args: [
8277
8274
  string | TransactionObjectArgument | TransactionArgument,
8278
8275
  string | TransactionObjectArgument | TransactionArgument,
@@ -8302,7 +8299,7 @@ export namespace vault {
8302
8299
  });
8303
8300
  }
8304
8301
  export function newBidVault<T0 = any, T1 = any>(
8305
- tx: TransactionBlock,
8302
+ tx: Transaction,
8306
8303
  args: [
8307
8304
  bigint | TransactionArgument,
8308
8305
  string | TransactionObjectArgument | TransactionArgument,
@@ -8329,7 +8326,7 @@ export namespace vault {
8329
8326
  });
8330
8327
  }
8331
8328
  export function newDepositVault<T0 = any, T1 = any>(
8332
- tx: TransactionBlock,
8329
+ tx: Transaction,
8333
8330
  args: [
8334
8331
  bigint | TransactionArgument,
8335
8332
  string | TransactionObjectArgument | TransactionArgument,
@@ -8356,7 +8353,7 @@ export namespace vault {
8356
8353
  });
8357
8354
  }
8358
8355
  export function newUserShareRegistry(
8359
- tx: TransactionBlock,
8356
+ tx: Transaction,
8360
8357
  args: [],
8361
8358
  ): TransactionArgument & [] {
8362
8359
  const _args: any[] = [];
@@ -8369,7 +8366,7 @@ export namespace vault {
8369
8366
  });
8370
8367
  }
8371
8368
  export function performanceFeeBalance<T0 = any, T1 = any>(
8372
- tx: TransactionBlock,
8369
+ tx: Transaction,
8373
8370
  args: [string | TransactionObjectArgument | TransactionArgument],
8374
8371
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
8375
8372
  ): TransactionArgument & [TransactionArgument] {
@@ -8392,7 +8389,7 @@ export namespace vault {
8392
8389
  });
8393
8390
  }
8394
8391
  export function performanceFeeShareSupply<T0 = any, T1 = any>(
8395
- tx: TransactionBlock,
8392
+ tx: Transaction,
8396
8393
  args: [string | TransactionObjectArgument | TransactionArgument],
8397
8394
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
8398
8395
  ): TransactionArgument & [TransactionArgument] {
@@ -8415,7 +8412,7 @@ export namespace vault {
8415
8412
  });
8416
8413
  }
8417
8414
  export function performanceFeeShares<T0 = any, T1 = any>(
8418
- tx: TransactionBlock,
8415
+ tx: Transaction,
8419
8416
  args: [string | TransactionObjectArgument | TransactionArgument],
8420
8417
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
8421
8418
  ): TransactionArgument & [TransactionArgument] {
@@ -8438,7 +8435,7 @@ export namespace vault {
8438
8435
  });
8439
8436
  }
8440
8437
  export function premiumBalance<T0 = any, T1 = any>(
8441
- tx: TransactionBlock,
8438
+ tx: Transaction,
8442
8439
  args: [string | TransactionObjectArgument | TransactionArgument],
8443
8440
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
8444
8441
  ): TransactionArgument & [TransactionArgument] {
@@ -8461,7 +8458,7 @@ export namespace vault {
8461
8458
  });
8462
8459
  }
8463
8460
  export function premiumShareSupply<T0 = any, T1 = any>(
8464
- tx: TransactionBlock,
8461
+ tx: Transaction,
8465
8462
  args: [string | TransactionObjectArgument | TransactionArgument],
8466
8463
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
8467
8464
  ): TransactionArgument & [TransactionArgument] {
@@ -8484,7 +8481,7 @@ export namespace vault {
8484
8481
  });
8485
8482
  }
8486
8483
  export function premiumShares<T0 = any, T1 = any>(
8487
- tx: TransactionBlock,
8484
+ tx: Transaction,
8488
8485
  args: [string | TransactionObjectArgument | TransactionArgument],
8489
8486
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
8490
8487
  ): TransactionArgument & [TransactionArgument] {
@@ -8507,7 +8504,7 @@ export namespace vault {
8507
8504
  });
8508
8505
  }
8509
8506
  export function refund<T0 = any, T1 = any>(
8510
- tx: TransactionBlock,
8507
+ tx: Transaction,
8511
8508
  args: [
8512
8509
  string | TransactionObjectArgument | TransactionArgument,
8513
8510
  string | TransactionObjectArgument | TransactionArgument,
@@ -8544,7 +8541,7 @@ export namespace vault {
8544
8541
  });
8545
8542
  }
8546
8543
  export function settleFund<T0 = any, T1 = any, T2 = any, T3 = any>(
8547
- tx: TransactionBlock,
8544
+ tx: Transaction,
8548
8545
  args: [
8549
8546
  string | TransactionObjectArgument | TransactionArgument,
8550
8547
  string | TransactionObjectArgument | TransactionArgument,
@@ -8604,7 +8601,7 @@ export namespace vault {
8604
8601
  });
8605
8602
  }
8606
8603
  export function settleFundMultiple<T0 = any, T1 = any, T2 = any, T3 = any>(
8607
- tx: TransactionBlock,
8604
+ tx: Transaction,
8608
8605
  args: [
8609
8606
  string | TransactionObjectArgument | TransactionArgument,
8610
8607
  string | TransactionObjectArgument | TransactionArgument,
@@ -8679,7 +8676,7 @@ export namespace vault {
8679
8676
  });
8680
8677
  }
8681
8678
  export function unsubscribe<T0 = any, T1 = any>(
8682
- tx: TransactionBlock,
8679
+ tx: Transaction,
8683
8680
  args: [
8684
8681
  string | TransactionObjectArgument | TransactionArgument,
8685
8682
  string | TransactionObjectArgument | TransactionArgument,
@@ -8709,7 +8706,7 @@ export namespace vault {
8709
8706
  });
8710
8707
  }
8711
8708
  export function userShareRegistryUid(
8712
- tx: TransactionBlock,
8709
+ tx: Transaction,
8713
8710
  args: [string | TransactionObjectArgument | TransactionArgument],
8714
8711
  ): TransactionArgument & [TransactionArgument] {
8715
8712
  const _args: any[] = [];
@@ -8723,7 +8720,7 @@ export namespace vault {
8723
8720
  });
8724
8721
  }
8725
8722
  export function warmupBalance<T0 = any, T1 = any>(
8726
- tx: TransactionBlock,
8723
+ tx: Transaction,
8727
8724
  args: [string | TransactionObjectArgument | TransactionArgument],
8728
8725
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
8729
8726
  ): TransactionArgument & [TransactionArgument] {
@@ -8746,7 +8743,7 @@ export namespace vault {
8746
8743
  });
8747
8744
  }
8748
8745
  export function warmupShareSupply<T0 = any, T1 = any>(
8749
- tx: TransactionBlock,
8746
+ tx: Transaction,
8750
8747
  args: [string | TransactionObjectArgument | TransactionArgument],
8751
8748
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
8752
8749
  ): TransactionArgument & [TransactionArgument] {
@@ -8769,7 +8766,7 @@ export namespace vault {
8769
8766
  });
8770
8767
  }
8771
8768
  export function warmupUserShares<T0 = any, T1 = any>(
8772
- tx: TransactionBlock,
8769
+ tx: Transaction,
8773
8770
  args: [string | TransactionObjectArgument | TransactionArgument],
8774
8771
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
8775
8772
  ): TransactionArgument & [TransactionArgument] {
@@ -8792,7 +8789,7 @@ export namespace vault {
8792
8789
  });
8793
8790
  }
8794
8791
  export function withdraw<T0 = any, T1 = any>(
8795
- tx: TransactionBlock,
8792
+ tx: Transaction,
8796
8793
  args: [
8797
8794
  string | TransactionObjectArgument | TransactionArgument,
8798
8795
  string | TransactionObjectArgument | TransactionArgument,
@@ -8833,7 +8830,7 @@ export namespace vault {
8833
8830
  ],
8834
8831
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
8835
8832
  ): Promise<TypedDevInspectResults<[]>> {
8836
- const tx = new TransactionBlock();
8833
+ const tx = new Transaction();
8837
8834
  builder.activate(tx, args, typeArguments);
8838
8835
  const inspectRes = await client.devInspectTransactionBlock({
8839
8836
  transactionBlock: tx,
@@ -8849,7 +8846,7 @@ export namespace vault {
8849
8846
  args: [string | TransactionObjectArgument | TransactionArgument],
8850
8847
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
8851
8848
  ): Promise<TypedDevInspectResults<[bigint]>> {
8852
- const tx = new TransactionBlock();
8849
+ const tx = new Transaction();
8853
8850
  builder.activeBalance(tx, args, typeArguments);
8854
8851
  const inspectRes = await client.devInspectTransactionBlock({
8855
8852
  transactionBlock: tx,
@@ -8865,7 +8862,7 @@ export namespace vault {
8865
8862
  args: [string | TransactionObjectArgument | TransactionArgument],
8866
8863
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
8867
8864
  ): Promise<TypedDevInspectResults<[bigint]>> {
8868
- const tx = new TransactionBlock();
8865
+ const tx = new Transaction();
8869
8866
  builder.activeShareSupply(tx, args, typeArguments);
8870
8867
  const inspectRes = await client.devInspectTransactionBlock({
8871
8868
  transactionBlock: tx,
@@ -8881,7 +8878,7 @@ export namespace vault {
8881
8878
  args: [string | TransactionObjectArgument | TransactionArgument],
8882
8879
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
8883
8880
  ): Promise<TypedDevInspectResults<[string]>> {
8884
- const tx = new TransactionBlock();
8881
+ const tx = new Transaction();
8885
8882
  builder.activeUserShares(tx, args, typeArguments);
8886
8883
  const inspectRes = await client.devInspectTransactionBlock({
8887
8884
  transactionBlock: tx,
@@ -8897,7 +8894,7 @@ export namespace vault {
8897
8894
  args: [string | TransactionObjectArgument | TransactionArgument],
8898
8895
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
8899
8896
  ): Promise<TypedDevInspectResults<[bigint]>> {
8900
- const tx = new TransactionBlock();
8897
+ const tx = new Transaction();
8901
8898
  builder.bidderBalance(tx, args, typeArguments);
8902
8899
  const inspectRes = await client.devInspectTransactionBlock({
8903
8900
  transactionBlock: tx,
@@ -8913,7 +8910,7 @@ export namespace vault {
8913
8910
  args: [string | TransactionObjectArgument | TransactionArgument],
8914
8911
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
8915
8912
  ): Promise<TypedDevInspectResults<[bigint]>> {
8916
- const tx = new TransactionBlock();
8913
+ const tx = new Transaction();
8917
8914
  builder.bidderShareSupply(tx, args, typeArguments);
8918
8915
  const inspectRes = await client.devInspectTransactionBlock({
8919
8916
  transactionBlock: tx,
@@ -8929,7 +8926,7 @@ export namespace vault {
8929
8926
  args: [string | TransactionObjectArgument | TransactionArgument],
8930
8927
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
8931
8928
  ): Promise<TypedDevInspectResults<[string]>> {
8932
- const tx = new TransactionBlock();
8929
+ const tx = new Transaction();
8933
8930
  builder.bidderShares(tx, args, typeArguments);
8934
8931
  const inspectRes = await client.devInspectTransactionBlock({
8935
8932
  transactionBlock: tx,
@@ -8948,7 +8945,7 @@ export namespace vault {
8948
8945
  ],
8949
8946
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
8950
8947
  ): Promise<TypedDevInspectResults<[bigint, bigint]>> {
8951
- const tx = new TransactionBlock();
8948
+ const tx = new Transaction();
8952
8949
  builder.claim(tx, args, typeArguments);
8953
8950
  const inspectRes = await client.devInspectTransactionBlock({
8954
8951
  transactionBlock: tx,
@@ -8976,7 +8973,7 @@ export namespace vault {
8976
8973
  ]
8977
8974
  >
8978
8975
  > {
8979
- const tx = new TransactionBlock();
8976
+ const tx = new Transaction();
8980
8977
  builder.closeBidVault(tx, args, typeArguments);
8981
8978
  const inspectRes = await client.devInspectTransactionBlock({
8982
8979
  transactionBlock: tx,
@@ -9009,7 +9006,7 @@ export namespace vault {
9009
9006
  ]
9010
9007
  >
9011
9008
  > {
9012
- const tx = new TransactionBlock();
9009
+ const tx = new Transaction();
9013
9010
  builder.closeDepositVault(tx, args, typeArguments);
9014
9011
  const inspectRes = await client.devInspectTransactionBlock({
9015
9012
  transactionBlock: tx,
@@ -9034,7 +9031,7 @@ export namespace vault {
9034
9031
  ],
9035
9032
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9036
9033
  ): Promise<TypedDevInspectResults<[bigint]>> {
9037
- const tx = new TransactionBlock();
9034
+ const tx = new Transaction();
9038
9035
  builder.compound(tx, args, typeArguments);
9039
9036
  const inspectRes = await client.devInspectTransactionBlock({
9040
9037
  transactionBlock: tx,
@@ -9050,7 +9047,7 @@ export namespace vault {
9050
9047
  args: [string | TransactionObjectArgument | TransactionArgument],
9051
9048
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9052
9049
  ): Promise<TypedDevInspectResults<[bigint]>> {
9053
- const tx = new TransactionBlock();
9050
+ const tx = new Transaction();
9054
9051
  builder.deactivatingBalance(tx, args, typeArguments);
9055
9052
  const inspectRes = await client.devInspectTransactionBlock({
9056
9053
  transactionBlock: tx,
@@ -9066,7 +9063,7 @@ export namespace vault {
9066
9063
  args: [string | TransactionObjectArgument | TransactionArgument],
9067
9064
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9068
9065
  ): Promise<TypedDevInspectResults<[bigint]>> {
9069
- const tx = new TransactionBlock();
9066
+ const tx = new Transaction();
9070
9067
  builder.deactivatingShareSupply(tx, args, typeArguments);
9071
9068
  const inspectRes = await client.devInspectTransactionBlock({
9072
9069
  transactionBlock: tx,
@@ -9082,7 +9079,7 @@ export namespace vault {
9082
9079
  args: [string | TransactionObjectArgument | TransactionArgument],
9083
9080
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9084
9081
  ): Promise<TypedDevInspectResults<[string]>> {
9085
- const tx = new TransactionBlock();
9082
+ const tx = new Transaction();
9086
9083
  builder.deactivatingUserShares(tx, args, typeArguments);
9087
9084
  const inspectRes = await client.devInspectTransactionBlock({
9088
9085
  transactionBlock: tx,
@@ -9110,7 +9107,7 @@ export namespace vault {
9110
9107
  TypeDescriptor<T2> | string,
9111
9108
  ],
9112
9109
  ): Promise<TypedDevInspectResults<[]>> {
9113
- const tx = new TransactionBlock();
9110
+ const tx = new Transaction();
9114
9111
  builder.delivery(tx, args, typeArguments);
9115
9112
  const inspectRes = await client.devInspectTransactionBlock({
9116
9113
  transactionBlock: tx,
@@ -9145,7 +9142,7 @@ export namespace vault {
9145
9142
  TypeDescriptor<T3> | string,
9146
9143
  ],
9147
9144
  ): Promise<TypedDevInspectResults<[]>> {
9148
- const tx = new TransactionBlock();
9145
+ const tx = new Transaction();
9149
9146
  builder.deliveryMultiple(tx, args, typeArguments);
9150
9147
  const inspectRes = await client.devInspectTransactionBlock({
9151
9148
  transactionBlock: tx,
@@ -9167,7 +9164,7 @@ export namespace vault {
9167
9164
  ],
9168
9165
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9169
9166
  ): Promise<TypedDevInspectResults<[bigint]>> {
9170
- const tx = new TransactionBlock();
9167
+ const tx = new Transaction();
9171
9168
  builder.deposit(tx, args, typeArguments);
9172
9169
  const inspectRes = await client.devInspectTransactionBlock({
9173
9170
  transactionBlock: tx,
@@ -9187,7 +9184,7 @@ export namespace vault {
9187
9184
  ],
9188
9185
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9189
9186
  ): Promise<TypedDevInspectResults<[bigint]>> {
9190
- const tx = new TransactionBlock();
9187
+ const tx = new Transaction();
9191
9188
  builder.getActiveUserShare(tx, args, typeArguments);
9192
9189
  const inspectRes = await client.devInspectTransactionBlock({
9193
9190
  transactionBlock: tx,
@@ -9203,7 +9200,7 @@ export namespace vault {
9203
9200
  args: [string | TransactionObjectArgument | TransactionArgument],
9204
9201
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9205
9202
  ): Promise<TypedDevInspectResults<[bigint, bigint]>> {
9206
- const tx = new TransactionBlock();
9203
+ const tx = new Transaction();
9207
9204
  builder.getBidVaultBalance(tx, args, typeArguments);
9208
9205
  const inspectRes = await client.devInspectTransactionBlock({
9209
9206
  transactionBlock: tx,
@@ -9219,7 +9216,7 @@ export namespace vault {
9219
9216
  args: [string | TransactionObjectArgument | TransactionArgument],
9220
9217
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9221
9218
  ): Promise<TypedDevInspectResults<[bigint, bigint]>> {
9222
- const tx = new TransactionBlock();
9219
+ const tx = new Transaction();
9223
9220
  builder.getBidVaultShareSupply(tx, args, typeArguments);
9224
9221
  const inspectRes = await client.devInspectTransactionBlock({
9225
9222
  transactionBlock: tx,
@@ -9239,7 +9236,7 @@ export namespace vault {
9239
9236
  ],
9240
9237
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9241
9238
  ): Promise<TypedDevInspectResults<[bigint]>> {
9242
- const tx = new TransactionBlock();
9239
+ const tx = new Transaction();
9243
9240
  builder.getBidderUserShare(tx, args, typeArguments);
9244
9241
  const inspectRes = await client.devInspectTransactionBlock({
9245
9242
  transactionBlock: tx,
@@ -9259,7 +9256,7 @@ export namespace vault {
9259
9256
  ],
9260
9257
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9261
9258
  ): Promise<TypedDevInspectResults<[bigint]>> {
9262
- const tx = new TransactionBlock();
9259
+ const tx = new Transaction();
9263
9260
  builder.getDeactivatingUserShare(tx, args, typeArguments);
9264
9261
  const inspectRes = await client.devInspectTransactionBlock({
9265
9262
  transactionBlock: tx,
@@ -9275,7 +9272,7 @@ export namespace vault {
9275
9272
  args: [string | TransactionObjectArgument | TransactionArgument],
9276
9273
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9277
9274
  ): Promise<TypedDevInspectResults<[bigint, bigint, bigint, bigint]>> {
9278
- const tx = new TransactionBlock();
9275
+ const tx = new Transaction();
9279
9276
  builder.getDepositVaultBalance(tx, args, typeArguments);
9280
9277
  const inspectRes = await client.devInspectTransactionBlock({
9281
9278
  transactionBlock: tx,
@@ -9291,7 +9288,7 @@ export namespace vault {
9291
9288
  args: [string | TransactionObjectArgument | TransactionArgument],
9292
9289
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9293
9290
  ): Promise<TypedDevInspectResults<[bigint, bigint, bigint, bigint]>> {
9294
- const tx = new TransactionBlock();
9291
+ const tx = new Transaction();
9295
9292
  builder.getDepositVaultShareSupply(tx, args, typeArguments);
9296
9293
  const inspectRes = await client.devInspectTransactionBlock({
9297
9294
  transactionBlock: tx,
@@ -9311,7 +9308,7 @@ export namespace vault {
9311
9308
  ],
9312
9309
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9313
9310
  ): Promise<TypedDevInspectResults<[bigint]>> {
9314
- const tx = new TransactionBlock();
9311
+ const tx = new Transaction();
9315
9312
  builder.getInactiveUserShare(tx, args, typeArguments);
9316
9313
  const inspectRes = await client.devInspectTransactionBlock({
9317
9314
  transactionBlock: tx,
@@ -9331,7 +9328,7 @@ export namespace vault {
9331
9328
  ],
9332
9329
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9333
9330
  ): Promise<TypedDevInspectResults<[bigint]>> {
9334
- const tx = new TransactionBlock();
9331
+ const tx = new Transaction();
9335
9332
  builder.getPerformanceFeeUserShare(tx, args, typeArguments);
9336
9333
  const inspectRes = await client.devInspectTransactionBlock({
9337
9334
  transactionBlock: tx,
@@ -9351,7 +9348,7 @@ export namespace vault {
9351
9348
  ],
9352
9349
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9353
9350
  ): Promise<TypedDevInspectResults<[bigint]>> {
9354
- const tx = new TransactionBlock();
9351
+ const tx = new Transaction();
9355
9352
  builder.getPremiumUserShare(tx, args, typeArguments);
9356
9353
  const inspectRes = await client.devInspectTransactionBlock({
9357
9354
  transactionBlock: tx,
@@ -9371,7 +9368,7 @@ export namespace vault {
9371
9368
  ],
9372
9369
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9373
9370
  ): Promise<TypedDevInspectResults<[bigint]>> {
9374
- const tx = new TransactionBlock();
9371
+ const tx = new Transaction();
9375
9372
  builder.getWarmupUserShare(tx, args, typeArguments);
9376
9373
  const inspectRes = await client.devInspectTransactionBlock({
9377
9374
  transactionBlock: tx,
@@ -9390,7 +9387,7 @@ export namespace vault {
9390
9387
  ],
9391
9388
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9392
9389
  ): Promise<TypedDevInspectResults<[bigint, bigint]>> {
9393
- const tx = new TransactionBlock();
9390
+ const tx = new Transaction();
9394
9391
  builder.harvest(tx, args, typeArguments);
9395
9392
  const inspectRes = await client.devInspectTransactionBlock({
9396
9393
  transactionBlock: tx,
@@ -9406,7 +9403,7 @@ export namespace vault {
9406
9403
  args: [string | TransactionObjectArgument | TransactionArgument],
9407
9404
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9408
9405
  ): Promise<TypedDevInspectResults<[Boolean]>> {
9409
- const tx = new TransactionBlock();
9406
+ const tx = new Transaction();
9410
9407
  builder.hasNext(tx, args, typeArguments);
9411
9408
  const inspectRes = await client.devInspectTransactionBlock({
9412
9409
  transactionBlock: tx,
@@ -9422,7 +9419,7 @@ export namespace vault {
9422
9419
  args: [string | TransactionObjectArgument | TransactionArgument],
9423
9420
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9424
9421
  ): Promise<TypedDevInspectResults<[bigint]>> {
9425
- const tx = new TransactionBlock();
9422
+ const tx = new Transaction();
9426
9423
  builder.inactiveBalance(tx, args, typeArguments);
9427
9424
  const inspectRes = await client.devInspectTransactionBlock({
9428
9425
  transactionBlock: tx,
@@ -9438,7 +9435,7 @@ export namespace vault {
9438
9435
  args: [string | TransactionObjectArgument | TransactionArgument],
9439
9436
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9440
9437
  ): Promise<TypedDevInspectResults<[bigint]>> {
9441
- const tx = new TransactionBlock();
9438
+ const tx = new Transaction();
9442
9439
  builder.inactiveShareSupply(tx, args, typeArguments);
9443
9440
  const inspectRes = await client.devInspectTransactionBlock({
9444
9441
  transactionBlock: tx,
@@ -9454,7 +9451,7 @@ export namespace vault {
9454
9451
  args: [string | TransactionObjectArgument | TransactionArgument],
9455
9452
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9456
9453
  ): Promise<TypedDevInspectResults<[string]>> {
9457
- const tx = new TransactionBlock();
9454
+ const tx = new Transaction();
9458
9455
  builder.inactiveUserShares(tx, args, typeArguments);
9459
9456
  const inspectRes = await client.devInspectTransactionBlock({
9460
9457
  transactionBlock: tx,
@@ -9474,7 +9471,7 @@ export namespace vault {
9474
9471
  ],
9475
9472
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9476
9473
  ): Promise<TypedDevInspectResults<[Boolean]>> {
9477
- const tx = new TransactionBlock();
9474
+ const tx = new Transaction();
9478
9475
  builder.isActiveUser(tx, args, typeArguments);
9479
9476
  const inspectRes = await client.devInspectTransactionBlock({
9480
9477
  transactionBlock: tx,
@@ -9494,7 +9491,7 @@ export namespace vault {
9494
9491
  ],
9495
9492
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9496
9493
  ): Promise<TypedDevInspectResults<[Boolean]>> {
9497
- const tx = new TransactionBlock();
9494
+ const tx = new Transaction();
9498
9495
  builder.isDeactivatingUser(tx, args, typeArguments);
9499
9496
  const inspectRes = await client.devInspectTransactionBlock({
9500
9497
  transactionBlock: tx,
@@ -9514,7 +9511,7 @@ export namespace vault {
9514
9511
  ],
9515
9512
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9516
9513
  ): Promise<TypedDevInspectResults<[Boolean]>> {
9517
- const tx = new TransactionBlock();
9514
+ const tx = new Transaction();
9518
9515
  builder.isInactiveUser(tx, args, typeArguments);
9519
9516
  const inspectRes = await client.devInspectTransactionBlock({
9520
9517
  transactionBlock: tx,
@@ -9534,7 +9531,7 @@ export namespace vault {
9534
9531
  ],
9535
9532
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9536
9533
  ): Promise<TypedDevInspectResults<[Boolean]>> {
9537
- const tx = new TransactionBlock();
9534
+ const tx = new Transaction();
9538
9535
  builder.isWarmupUser(tx, args, typeArguments);
9539
9536
  const inspectRes = await client.devInspectTransactionBlock({
9540
9537
  transactionBlock: tx,
@@ -9553,7 +9550,7 @@ export namespace vault {
9553
9550
  ],
9554
9551
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9555
9552
  ): Promise<TypedDevInspectResults<[vault.BidVault<T0, T1>]>> {
9556
- const tx = new TransactionBlock();
9553
+ const tx = new Transaction();
9557
9554
  builder.newBidVault(tx, args, typeArguments);
9558
9555
  const inspectRes = await client.devInspectTransactionBlock({
9559
9556
  transactionBlock: tx,
@@ -9572,7 +9569,7 @@ export namespace vault {
9572
9569
  ],
9573
9570
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9574
9571
  ): Promise<TypedDevInspectResults<[vault.DepositVault<T0, T1>]>> {
9575
- const tx = new TransactionBlock();
9572
+ const tx = new Transaction();
9576
9573
  builder.newDepositVault(tx, args, typeArguments);
9577
9574
  const inspectRes = await client.devInspectTransactionBlock({
9578
9575
  transactionBlock: tx,
@@ -9587,7 +9584,7 @@ export namespace vault {
9587
9584
  client: SuiClient,
9588
9585
  args: [],
9589
9586
  ): Promise<TypedDevInspectResults<[vault.UserShareRegistry]>> {
9590
- const tx = new TransactionBlock();
9587
+ const tx = new Transaction();
9591
9588
  builder.newUserShareRegistry(tx, args);
9592
9589
  const inspectRes = await client.devInspectTransactionBlock({
9593
9590
  transactionBlock: tx,
@@ -9603,7 +9600,7 @@ export namespace vault {
9603
9600
  args: [string | TransactionObjectArgument | TransactionArgument],
9604
9601
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9605
9602
  ): Promise<TypedDevInspectResults<[bigint]>> {
9606
- const tx = new TransactionBlock();
9603
+ const tx = new Transaction();
9607
9604
  builder.performanceFeeBalance(tx, args, typeArguments);
9608
9605
  const inspectRes = await client.devInspectTransactionBlock({
9609
9606
  transactionBlock: tx,
@@ -9619,7 +9616,7 @@ export namespace vault {
9619
9616
  args: [string | TransactionObjectArgument | TransactionArgument],
9620
9617
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9621
9618
  ): Promise<TypedDevInspectResults<[bigint]>> {
9622
- const tx = new TransactionBlock();
9619
+ const tx = new Transaction();
9623
9620
  builder.performanceFeeShareSupply(tx, args, typeArguments);
9624
9621
  const inspectRes = await client.devInspectTransactionBlock({
9625
9622
  transactionBlock: tx,
@@ -9635,7 +9632,7 @@ export namespace vault {
9635
9632
  args: [string | TransactionObjectArgument | TransactionArgument],
9636
9633
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9637
9634
  ): Promise<TypedDevInspectResults<[string]>> {
9638
- const tx = new TransactionBlock();
9635
+ const tx = new Transaction();
9639
9636
  builder.performanceFeeShares(tx, args, typeArguments);
9640
9637
  const inspectRes = await client.devInspectTransactionBlock({
9641
9638
  transactionBlock: tx,
@@ -9651,7 +9648,7 @@ export namespace vault {
9651
9648
  args: [string | TransactionObjectArgument | TransactionArgument],
9652
9649
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9653
9650
  ): Promise<TypedDevInspectResults<[bigint]>> {
9654
- const tx = new TransactionBlock();
9651
+ const tx = new Transaction();
9655
9652
  builder.premiumBalance(tx, args, typeArguments);
9656
9653
  const inspectRes = await client.devInspectTransactionBlock({
9657
9654
  transactionBlock: tx,
@@ -9667,7 +9664,7 @@ export namespace vault {
9667
9664
  args: [string | TransactionObjectArgument | TransactionArgument],
9668
9665
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9669
9666
  ): Promise<TypedDevInspectResults<[bigint]>> {
9670
- const tx = new TransactionBlock();
9667
+ const tx = new Transaction();
9671
9668
  builder.premiumShareSupply(tx, args, typeArguments);
9672
9669
  const inspectRes = await client.devInspectTransactionBlock({
9673
9670
  transactionBlock: tx,
@@ -9683,7 +9680,7 @@ export namespace vault {
9683
9680
  args: [string | TransactionObjectArgument | TransactionArgument],
9684
9681
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9685
9682
  ): Promise<TypedDevInspectResults<[string]>> {
9686
- const tx = new TransactionBlock();
9683
+ const tx = new Transaction();
9687
9684
  builder.premiumShares(tx, args, typeArguments);
9688
9685
  const inspectRes = await client.devInspectTransactionBlock({
9689
9686
  transactionBlock: tx,
@@ -9704,7 +9701,7 @@ export namespace vault {
9704
9701
  ],
9705
9702
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9706
9703
  ): Promise<TypedDevInspectResults<[]>> {
9707
- const tx = new TransactionBlock();
9704
+ const tx = new Transaction();
9708
9705
  builder.refund(tx, args, typeArguments);
9709
9706
  const inspectRes = await client.devInspectTransactionBlock({
9710
9707
  transactionBlock: tx,
@@ -9734,7 +9731,7 @@ export namespace vault {
9734
9731
  TypeDescriptor<T3> | string,
9735
9732
  ],
9736
9733
  ): Promise<TypedDevInspectResults<[bigint]>> {
9737
- const tx = new TransactionBlock();
9734
+ const tx = new Transaction();
9738
9735
  builder.settleFund(tx, args, typeArguments);
9739
9736
  const inspectRes = await client.devInspectTransactionBlock({
9740
9737
  transactionBlock: tx,
@@ -9774,7 +9771,7 @@ export namespace vault {
9774
9771
  TypeDescriptor<T3> | string,
9775
9772
  ],
9776
9773
  ): Promise<TypedDevInspectResults<[bigint]>> {
9777
- const tx = new TransactionBlock();
9774
+ const tx = new Transaction();
9778
9775
  builder.settleFundMultiple(tx, args, typeArguments);
9779
9776
  const inspectRes = await client.devInspectTransactionBlock({
9780
9777
  transactionBlock: tx,
@@ -9794,7 +9791,7 @@ export namespace vault {
9794
9791
  ],
9795
9792
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9796
9793
  ): Promise<TypedDevInspectResults<[bigint]>> {
9797
- const tx = new TransactionBlock();
9794
+ const tx = new Transaction();
9798
9795
  builder.unsubscribe(tx, args, typeArguments);
9799
9796
  const inspectRes = await client.devInspectTransactionBlock({
9800
9797
  transactionBlock: tx,
@@ -9809,7 +9806,7 @@ export namespace vault {
9809
9806
  client: SuiClient,
9810
9807
  args: [string | TransactionObjectArgument | TransactionArgument],
9811
9808
  ): Promise<TypedDevInspectResults<[string]>> {
9812
- const tx = new TransactionBlock();
9809
+ const tx = new Transaction();
9813
9810
  builder.userShareRegistryUid(tx, args);
9814
9811
  const inspectRes = await client.devInspectTransactionBlock({
9815
9812
  transactionBlock: tx,
@@ -9825,7 +9822,7 @@ export namespace vault {
9825
9822
  args: [string | TransactionObjectArgument | TransactionArgument],
9826
9823
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9827
9824
  ): Promise<TypedDevInspectResults<[bigint]>> {
9828
- const tx = new TransactionBlock();
9825
+ const tx = new Transaction();
9829
9826
  builder.warmupBalance(tx, args, typeArguments);
9830
9827
  const inspectRes = await client.devInspectTransactionBlock({
9831
9828
  transactionBlock: tx,
@@ -9841,7 +9838,7 @@ export namespace vault {
9841
9838
  args: [string | TransactionObjectArgument | TransactionArgument],
9842
9839
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9843
9840
  ): Promise<TypedDevInspectResults<[bigint]>> {
9844
- const tx = new TransactionBlock();
9841
+ const tx = new Transaction();
9845
9842
  builder.warmupShareSupply(tx, args, typeArguments);
9846
9843
  const inspectRes = await client.devInspectTransactionBlock({
9847
9844
  transactionBlock: tx,
@@ -9857,7 +9854,7 @@ export namespace vault {
9857
9854
  args: [string | TransactionObjectArgument | TransactionArgument],
9858
9855
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9859
9856
  ): Promise<TypedDevInspectResults<[string]>> {
9860
- const tx = new TransactionBlock();
9857
+ const tx = new Transaction();
9861
9858
  builder.warmupUserShares(tx, args, typeArguments);
9862
9859
  const inspectRes = await client.devInspectTransactionBlock({
9863
9860
  transactionBlock: tx,
@@ -9877,7 +9874,7 @@ export namespace vault {
9877
9874
  ],
9878
9875
  typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string],
9879
9876
  ): Promise<TypedDevInspectResults<[bigint]>> {
9880
- const tx = new TransactionBlock();
9877
+ const tx = new Transaction();
9881
9878
  builder.withdraw(tx, args, typeArguments);
9882
9879
  const inspectRes = await client.devInspectTransactionBlock({
9883
9880
  transactionBlock: tx,