@typemove/aptos 1.3.1 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/builtin/0x1.js +127 -127
- package/dist/cjs/builtin/0x1.js.map +1 -1
- package/dist/cjs/builtin/0x3.js +14 -14
- package/dist/cjs/builtin/0x3.js.map +1 -1
- package/dist/cjs/builtin/0x4.js +17 -17
- package/dist/cjs/builtin/0x4.js.map +1 -1
- package/dist/cjs/codegen/codegen.js +1 -1
- package/dist/esm/builtin/0x1.js +127 -127
- package/dist/esm/builtin/0x1.js.map +1 -1
- package/dist/esm/builtin/0x3.js +14 -14
- package/dist/esm/builtin/0x3.js.map +1 -1
- package/dist/esm/builtin/0x4.js +17 -17
- package/dist/esm/builtin/0x4.js.map +1 -1
- package/dist/esm/codegen/codegen.js +1 -1
- package/package.json +3 -3
- package/src/builtin/0x1.ts +127 -127
- package/src/builtin/0x3.ts +14 -14
- package/src/builtin/0x4.ts +17 -17
- package/src/codegen/codegen.ts +1 -1
- package/src/tests/types/0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af.ts +23 -23
- package/src/tests/types/0xbd35135844473187163ca197ca93b2ab014370587bb0ed3befff9e902d6bb541.ts +39 -39
package/src/tests/types/0xbd35135844473187163ca197ca93b2ab014370587bb0ed3befff9e902d6bb541.ts
CHANGED
|
@@ -186,7 +186,7 @@ export namespace amm {
|
|
|
186
186
|
options?: InputGenerateTransactionOptions,
|
|
187
187
|
): Promise<PendingTransactionResponse> {
|
|
188
188
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
189
|
-
const transaction = await client.build.simple({
|
|
189
|
+
const transaction = await client.transaction.build.simple({
|
|
190
190
|
sender: account.accountAddress,
|
|
191
191
|
data: {
|
|
192
192
|
function:
|
|
@@ -211,7 +211,7 @@ export namespace amm {
|
|
|
211
211
|
options?: InputGenerateTransactionOptions,
|
|
212
212
|
): Promise<PendingTransactionResponse> {
|
|
213
213
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
214
|
-
const transaction = await client.build.simple({
|
|
214
|
+
const transaction = await client.transaction.build.simple({
|
|
215
215
|
sender: account.accountAddress,
|
|
216
216
|
data: {
|
|
217
217
|
function:
|
|
@@ -236,7 +236,7 @@ export namespace amm {
|
|
|
236
236
|
options?: InputGenerateTransactionOptions,
|
|
237
237
|
): Promise<PendingTransactionResponse> {
|
|
238
238
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
239
|
-
const transaction = await client.build.simple({
|
|
239
|
+
const transaction = await client.transaction.build.simple({
|
|
240
240
|
sender: account.accountAddress,
|
|
241
241
|
data: {
|
|
242
242
|
function:
|
|
@@ -261,7 +261,7 @@ export namespace amm {
|
|
|
261
261
|
options?: InputGenerateTransactionOptions,
|
|
262
262
|
): Promise<PendingTransactionResponse> {
|
|
263
263
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
264
|
-
const transaction = await client.build.simple({
|
|
264
|
+
const transaction = await client.transaction.build.simple({
|
|
265
265
|
sender: account.accountAddress,
|
|
266
266
|
data: {
|
|
267
267
|
function:
|
|
@@ -287,7 +287,7 @@ export namespace amm {
|
|
|
287
287
|
options?: InputGenerateTransactionOptions,
|
|
288
288
|
): Promise<PendingTransactionResponse> {
|
|
289
289
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
290
|
-
const transaction = await client.build.simple({
|
|
290
|
+
const transaction = await client.transaction.build.simple({
|
|
291
291
|
sender: account.accountAddress,
|
|
292
292
|
data: {
|
|
293
293
|
function:
|
|
@@ -313,7 +313,7 @@ export namespace amm {
|
|
|
313
313
|
options?: InputGenerateTransactionOptions,
|
|
314
314
|
): Promise<PendingTransactionResponse> {
|
|
315
315
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
316
|
-
const transaction = await client.build.simple({
|
|
316
|
+
const transaction = await client.transaction.build.simple({
|
|
317
317
|
sender: account.accountAddress,
|
|
318
318
|
data: {
|
|
319
319
|
function:
|
|
@@ -338,7 +338,7 @@ export namespace amm {
|
|
|
338
338
|
options?: InputGenerateTransactionOptions,
|
|
339
339
|
): Promise<PendingTransactionResponse> {
|
|
340
340
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
341
|
-
const transaction = await client.build.simple({
|
|
341
|
+
const transaction = await client.transaction.build.simple({
|
|
342
342
|
sender: account.accountAddress,
|
|
343
343
|
data: {
|
|
344
344
|
function:
|
|
@@ -364,7 +364,7 @@ export namespace amm {
|
|
|
364
364
|
options?: InputGenerateTransactionOptions,
|
|
365
365
|
): Promise<PendingTransactionResponse> {
|
|
366
366
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
367
|
-
const transaction = await client.build.simple({
|
|
367
|
+
const transaction = await client.transaction.build.simple({
|
|
368
368
|
sender: account.accountAddress,
|
|
369
369
|
data: {
|
|
370
370
|
function:
|
|
@@ -390,7 +390,7 @@ export namespace amm {
|
|
|
390
390
|
options?: InputGenerateTransactionOptions,
|
|
391
391
|
): Promise<PendingTransactionResponse> {
|
|
392
392
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
393
|
-
const transaction = await client.build.simple({
|
|
393
|
+
const transaction = await client.transaction.build.simple({
|
|
394
394
|
sender: account.accountAddress,
|
|
395
395
|
data: {
|
|
396
396
|
function:
|
|
@@ -416,7 +416,7 @@ export namespace amm {
|
|
|
416
416
|
options?: InputGenerateTransactionOptions,
|
|
417
417
|
): Promise<PendingTransactionResponse> {
|
|
418
418
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
419
|
-
const transaction = await client.build.simple({
|
|
419
|
+
const transaction = await client.transaction.build.simple({
|
|
420
420
|
sender: account.accountAddress,
|
|
421
421
|
data: {
|
|
422
422
|
function:
|
|
@@ -442,7 +442,7 @@ export namespace amm {
|
|
|
442
442
|
options?: InputGenerateTransactionOptions,
|
|
443
443
|
): Promise<PendingTransactionResponse> {
|
|
444
444
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
445
|
-
const transaction = await client.build.simple({
|
|
445
|
+
const transaction = await client.transaction.build.simple({
|
|
446
446
|
sender: account.accountAddress,
|
|
447
447
|
data: {
|
|
448
448
|
function:
|
|
@@ -468,7 +468,7 @@ export namespace amm {
|
|
|
468
468
|
options?: InputGenerateTransactionOptions,
|
|
469
469
|
): Promise<PendingTransactionResponse> {
|
|
470
470
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
471
|
-
const transaction = await client.build.simple({
|
|
471
|
+
const transaction = await client.transaction.build.simple({
|
|
472
472
|
sender: account.accountAddress,
|
|
473
473
|
data: {
|
|
474
474
|
function:
|
|
@@ -493,7 +493,7 @@ export namespace amm {
|
|
|
493
493
|
options?: InputGenerateTransactionOptions,
|
|
494
494
|
): Promise<PendingTransactionResponse> {
|
|
495
495
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
496
|
-
const transaction = await client.build.simple({
|
|
496
|
+
const transaction = await client.transaction.build.simple({
|
|
497
497
|
sender: account.accountAddress,
|
|
498
498
|
data: {
|
|
499
499
|
function:
|
|
@@ -728,7 +728,7 @@ export namespace vault {
|
|
|
728
728
|
options?: InputGenerateTransactionOptions,
|
|
729
729
|
): Promise<PendingTransactionResponse> {
|
|
730
730
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
731
|
-
const transaction = await client.build.simple({
|
|
731
|
+
const transaction = await client.transaction.build.simple({
|
|
732
732
|
sender: account.accountAddress,
|
|
733
733
|
data: {
|
|
734
734
|
function:
|
|
@@ -754,7 +754,7 @@ export namespace vault {
|
|
|
754
754
|
options?: InputGenerateTransactionOptions,
|
|
755
755
|
): Promise<PendingTransactionResponse> {
|
|
756
756
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
757
|
-
const transaction = await client.build.simple({
|
|
757
|
+
const transaction = await client.transaction.build.simple({
|
|
758
758
|
sender: account.accountAddress,
|
|
759
759
|
data: {
|
|
760
760
|
function:
|
|
@@ -779,7 +779,7 @@ export namespace vault {
|
|
|
779
779
|
options?: InputGenerateTransactionOptions,
|
|
780
780
|
): Promise<PendingTransactionResponse> {
|
|
781
781
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
782
|
-
const transaction = await client.build.simple({
|
|
782
|
+
const transaction = await client.transaction.build.simple({
|
|
783
783
|
sender: account.accountAddress,
|
|
784
784
|
data: {
|
|
785
785
|
function:
|
|
@@ -805,7 +805,7 @@ export namespace vault {
|
|
|
805
805
|
options?: InputGenerateTransactionOptions,
|
|
806
806
|
): Promise<PendingTransactionResponse> {
|
|
807
807
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
808
|
-
const transaction = await client.build.simple({
|
|
808
|
+
const transaction = await client.transaction.build.simple({
|
|
809
809
|
sender: account.accountAddress,
|
|
810
810
|
data: {
|
|
811
811
|
function:
|
|
@@ -831,7 +831,7 @@ export namespace vault {
|
|
|
831
831
|
options?: InputGenerateTransactionOptions,
|
|
832
832
|
): Promise<PendingTransactionResponse> {
|
|
833
833
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
834
|
-
const transaction = await client.build.simple({
|
|
834
|
+
const transaction = await client.transaction.build.simple({
|
|
835
835
|
sender: account.accountAddress,
|
|
836
836
|
data: {
|
|
837
837
|
function:
|
|
@@ -856,7 +856,7 @@ export namespace vault {
|
|
|
856
856
|
options?: InputGenerateTransactionOptions,
|
|
857
857
|
): Promise<PendingTransactionResponse> {
|
|
858
858
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
859
|
-
const transaction = await client.build.simple({
|
|
859
|
+
const transaction = await client.transaction.build.simple({
|
|
860
860
|
sender: account.accountAddress,
|
|
861
861
|
data: {
|
|
862
862
|
function:
|
|
@@ -881,7 +881,7 @@ export namespace vault {
|
|
|
881
881
|
options?: InputGenerateTransactionOptions,
|
|
882
882
|
): Promise<PendingTransactionResponse> {
|
|
883
883
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
884
|
-
const transaction = await client.build.simple({
|
|
884
|
+
const transaction = await client.transaction.build.simple({
|
|
885
885
|
sender: account.accountAddress,
|
|
886
886
|
data: {
|
|
887
887
|
function:
|
|
@@ -912,7 +912,7 @@ export namespace router {
|
|
|
912
912
|
options?: InputGenerateTransactionOptions,
|
|
913
913
|
): Promise<PendingTransactionResponse> {
|
|
914
914
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
915
|
-
const transaction = await client.build.simple({
|
|
915
|
+
const transaction = await client.transaction.build.simple({
|
|
916
916
|
sender: account.accountAddress,
|
|
917
917
|
data: {
|
|
918
918
|
function:
|
|
@@ -938,7 +938,7 @@ export namespace router {
|
|
|
938
938
|
options?: InputGenerateTransactionOptions,
|
|
939
939
|
): Promise<PendingTransactionResponse> {
|
|
940
940
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
941
|
-
const transaction = await client.build.simple({
|
|
941
|
+
const transaction = await client.transaction.build.simple({
|
|
942
942
|
sender: account.accountAddress,
|
|
943
943
|
data: {
|
|
944
944
|
function:
|
|
@@ -1086,7 +1086,7 @@ export namespace aux_coin {
|
|
|
1086
1086
|
options?: InputGenerateTransactionOptions,
|
|
1087
1087
|
): Promise<PendingTransactionResponse> {
|
|
1088
1088
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
1089
|
-
const transaction = await client.build.simple({
|
|
1089
|
+
const transaction = await client.transaction.build.simple({
|
|
1090
1090
|
sender: account.accountAddress,
|
|
1091
1091
|
data: {
|
|
1092
1092
|
function:
|
|
@@ -1111,7 +1111,7 @@ export namespace aux_coin {
|
|
|
1111
1111
|
options?: InputGenerateTransactionOptions,
|
|
1112
1112
|
): Promise<PendingTransactionResponse> {
|
|
1113
1113
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
1114
|
-
const transaction = await client.build.simple({
|
|
1114
|
+
const transaction = await client.transaction.build.simple({
|
|
1115
1115
|
sender: account.accountAddress,
|
|
1116
1116
|
data: {
|
|
1117
1117
|
function:
|
|
@@ -1136,7 +1136,7 @@ export namespace aux_coin {
|
|
|
1136
1136
|
options?: InputGenerateTransactionOptions,
|
|
1137
1137
|
): Promise<PendingTransactionResponse> {
|
|
1138
1138
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
1139
|
-
const transaction = await client.build.simple({
|
|
1139
|
+
const transaction = await client.transaction.build.simple({
|
|
1140
1140
|
sender: account.accountAddress,
|
|
1141
1141
|
data: {
|
|
1142
1142
|
function:
|
|
@@ -1374,7 +1374,7 @@ export namespace fake_coin {
|
|
|
1374
1374
|
options?: InputGenerateTransactionOptions,
|
|
1375
1375
|
): Promise<PendingTransactionResponse> {
|
|
1376
1376
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
1377
|
-
const transaction = await client.build.simple({
|
|
1377
|
+
const transaction = await client.transaction.build.simple({
|
|
1378
1378
|
sender: account.accountAddress,
|
|
1379
1379
|
data: {
|
|
1380
1380
|
function:
|
|
@@ -1399,7 +1399,7 @@ export namespace fake_coin {
|
|
|
1399
1399
|
options?: InputGenerateTransactionOptions,
|
|
1400
1400
|
): Promise<PendingTransactionResponse> {
|
|
1401
1401
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
1402
|
-
const transaction = await client.build.simple({
|
|
1402
|
+
const transaction = await client.transaction.build.simple({
|
|
1403
1403
|
sender: account.accountAddress,
|
|
1404
1404
|
data: {
|
|
1405
1405
|
function:
|
|
@@ -1424,7 +1424,7 @@ export namespace fake_coin {
|
|
|
1424
1424
|
options?: InputGenerateTransactionOptions,
|
|
1425
1425
|
): Promise<PendingTransactionResponse> {
|
|
1426
1426
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
1427
|
-
const transaction = await client.build.simple({
|
|
1427
|
+
const transaction = await client.transaction.build.simple({
|
|
1428
1428
|
sender: account.accountAddress,
|
|
1429
1429
|
data: {
|
|
1430
1430
|
function:
|
|
@@ -1449,7 +1449,7 @@ export namespace fake_coin {
|
|
|
1449
1449
|
options?: InputGenerateTransactionOptions,
|
|
1450
1450
|
): Promise<PendingTransactionResponse> {
|
|
1451
1451
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
1452
|
-
const transaction = await client.build.simple({
|
|
1452
|
+
const transaction = await client.transaction.build.simple({
|
|
1453
1453
|
sender: account.accountAddress,
|
|
1454
1454
|
data: {
|
|
1455
1455
|
function:
|
|
@@ -1837,7 +1837,7 @@ export namespace clob_market {
|
|
|
1837
1837
|
options?: InputGenerateTransactionOptions,
|
|
1838
1838
|
): Promise<PendingTransactionResponse> {
|
|
1839
1839
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
1840
|
-
const transaction = await client.build.simple({
|
|
1840
|
+
const transaction = await client.transaction.build.simple({
|
|
1841
1841
|
sender: account.accountAddress,
|
|
1842
1842
|
data: {
|
|
1843
1843
|
function:
|
|
@@ -1862,7 +1862,7 @@ export namespace clob_market {
|
|
|
1862
1862
|
options?: InputGenerateTransactionOptions,
|
|
1863
1863
|
): Promise<PendingTransactionResponse> {
|
|
1864
1864
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
1865
|
-
const transaction = await client.build.simple({
|
|
1865
|
+
const transaction = await client.transaction.build.simple({
|
|
1866
1866
|
sender: account.accountAddress,
|
|
1867
1867
|
data: {
|
|
1868
1868
|
function:
|
|
@@ -1887,7 +1887,7 @@ export namespace clob_market {
|
|
|
1887
1887
|
options?: InputGenerateTransactionOptions,
|
|
1888
1888
|
): Promise<PendingTransactionResponse> {
|
|
1889
1889
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
1890
|
-
const transaction = await client.build.simple({
|
|
1890
|
+
const transaction = await client.transaction.build.simple({
|
|
1891
1891
|
sender: account.accountAddress,
|
|
1892
1892
|
data: {
|
|
1893
1893
|
function:
|
|
@@ -1912,7 +1912,7 @@ export namespace clob_market {
|
|
|
1912
1912
|
options?: InputGenerateTransactionOptions,
|
|
1913
1913
|
): Promise<PendingTransactionResponse> {
|
|
1914
1914
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
1915
|
-
const transaction = await client.build.simple({
|
|
1915
|
+
const transaction = await client.transaction.build.simple({
|
|
1916
1916
|
sender: account.accountAddress,
|
|
1917
1917
|
data: {
|
|
1918
1918
|
function:
|
|
@@ -1937,7 +1937,7 @@ export namespace clob_market {
|
|
|
1937
1937
|
options?: InputGenerateTransactionOptions,
|
|
1938
1938
|
): Promise<PendingTransactionResponse> {
|
|
1939
1939
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
1940
|
-
const transaction = await client.build.simple({
|
|
1940
|
+
const transaction = await client.transaction.build.simple({
|
|
1941
1941
|
sender: account.accountAddress,
|
|
1942
1942
|
data: {
|
|
1943
1943
|
function:
|
|
@@ -1962,7 +1962,7 @@ export namespace clob_market {
|
|
|
1962
1962
|
options?: InputGenerateTransactionOptions,
|
|
1963
1963
|
): Promise<PendingTransactionResponse> {
|
|
1964
1964
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
1965
|
-
const transaction = await client.build.simple({
|
|
1965
|
+
const transaction = await client.transaction.build.simple({
|
|
1966
1966
|
sender: account.accountAddress,
|
|
1967
1967
|
data: {
|
|
1968
1968
|
function:
|
|
@@ -1987,7 +1987,7 @@ export namespace clob_market {
|
|
|
1987
1987
|
options?: InputGenerateTransactionOptions,
|
|
1988
1988
|
): Promise<PendingTransactionResponse> {
|
|
1989
1989
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
1990
|
-
const transaction = await client.build.simple({
|
|
1990
|
+
const transaction = await client.transaction.build.simple({
|
|
1991
1991
|
sender: account.accountAddress,
|
|
1992
1992
|
data: {
|
|
1993
1993
|
function:
|
|
@@ -2012,7 +2012,7 @@ export namespace clob_market {
|
|
|
2012
2012
|
options?: InputGenerateTransactionOptions,
|
|
2013
2013
|
): Promise<PendingTransactionResponse> {
|
|
2014
2014
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
2015
|
-
const transaction = await client.build.simple({
|
|
2015
|
+
const transaction = await client.transaction.build.simple({
|
|
2016
2016
|
sender: account.accountAddress,
|
|
2017
2017
|
data: {
|
|
2018
2018
|
function:
|
|
@@ -2050,7 +2050,7 @@ export namespace clob_market {
|
|
|
2050
2050
|
options?: InputGenerateTransactionOptions,
|
|
2051
2051
|
): Promise<PendingTransactionResponse> {
|
|
2052
2052
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
2053
|
-
const transaction = await client.build.simple({
|
|
2053
|
+
const transaction = await client.transaction.build.simple({
|
|
2054
2054
|
sender: account.accountAddress,
|
|
2055
2055
|
data: {
|
|
2056
2056
|
function:
|
|
@@ -2076,7 +2076,7 @@ export namespace clob_market {
|
|
|
2076
2076
|
options?: InputGenerateTransactionOptions,
|
|
2077
2077
|
): Promise<PendingTransactionResponse> {
|
|
2078
2078
|
const coder = defaultMoveCoder(client.config.fullnode);
|
|
2079
|
-
const transaction = await client.build.simple({
|
|
2079
|
+
const transaction = await client.transaction.build.simple({
|
|
2080
2080
|
sender: account.accountAddress,
|
|
2081
2081
|
data: {
|
|
2082
2082
|
function:
|