@typemove/sui 1.0.0-rc.20 → 1.0.0-rc.21
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/builtin/0x1.d.ts +82 -82
- package/dist/builtin/0x1.d.ts.map +1 -1
- package/dist/builtin/0x2.d.ts +349 -349
- package/dist/builtin/0x2.d.ts.map +1 -1
- package/dist/builtin/0x3.d.ts +100 -100
- package/dist/builtin/0x3.d.ts.map +1 -1
- package/dist/tests/types/testnet/0x1e2b124f746a339b3cf99b9f969393a96594519aafb1d06517aacfeeae20e7a5.d.ts +4 -4
- package/dist/tests/types/testnet/0x1e2b124f746a339b3cf99b9f969393a96594519aafb1d06517aacfeeae20e7a5.d.ts.map +1 -1
- package/dist/tests/types/testnet/0x6c4a21e3e7e6b6d51c4604021633e1d97e24e37a696f8c082cd48f37503e602a.d.ts +48 -48
- package/dist/tests/types/testnet/0x6c4a21e3e7e6b6d51c4604021633e1d97e24e37a696f8c082cd48f37503e602a.d.ts.map +1 -1
- package/dist/tests/types/testnet/0xdee9.d.ts +47 -47
- package/dist/tests/types/testnet/0xdee9.d.ts.map +1 -1
- package/dist/tests/types/testnet/0xebaa2ad3eacc230f309cd933958cc52684df0a41ae7ac214d186b80f830867d2.d.ts +155 -155
- package/dist/tests/types/testnet/0xebaa2ad3eacc230f309cd933958cc52684df0a41ae7ac214d186b80f830867d2.d.ts.map +1 -1
- package/dist/utils.d.ts +13 -1
- package/dist/utils.d.ts.map +1 -1
- package/package.json +5 -12
|
@@ -49,23 +49,23 @@ export declare namespace authority {
|
|
|
49
49
|
string | ObjectCallArg | TransactionArgument,
|
|
50
50
|
string | ObjectCallArg | TransactionArgument,
|
|
51
51
|
string | TransactionArgument
|
|
52
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
53
|
-
function destroyEmpty<T0 = any>(client: SuiClient, args: [authority.Authority<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
52
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
53
|
+
function destroyEmpty<T0 = any>(client: SuiClient, args: [authority.Authority<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
54
54
|
function new_<T0 = any>(client: SuiClient, args: [
|
|
55
55
|
(string | ObjectCallArg)[] | TransactionArgument,
|
|
56
56
|
string | ObjectCallArg | TransactionArgument
|
|
57
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
58
|
-
function removeAll<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
57
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
58
|
+
function removeAll<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
59
59
|
function removeAuthorizedUser<T0 = any>(client: SuiClient, args: [
|
|
60
60
|
string | ObjectCallArg | TransactionArgument,
|
|
61
61
|
string | ObjectCallArg | TransactionArgument,
|
|
62
62
|
string | TransactionArgument
|
|
63
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
63
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
64
64
|
function verify<T0 = any>(client: SuiClient, args: [
|
|
65
65
|
string | ObjectCallArg | TransactionArgument,
|
|
66
66
|
string | ObjectCallArg | TransactionArgument
|
|
67
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
68
|
-
function whitelist<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
67
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
68
|
+
function whitelist<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
export declare namespace dutch {
|
|
@@ -286,7 +286,7 @@ export declare namespace dutch {
|
|
|
286
286
|
dutch.Auction<T0, T1> | TransactionArgument,
|
|
287
287
|
string | ObjectCallArg | TransactionArgument,
|
|
288
288
|
string | ObjectCallArg | TransactionArgument
|
|
289
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
289
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
290
290
|
function delivery<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
291
291
|
string | ObjectCallArg | TransactionArgument,
|
|
292
292
|
dutch.Auction<T0, T1> | TransactionArgument,
|
|
@@ -296,19 +296,19 @@ export declare namespace dutch {
|
|
|
296
296
|
_0x1.option.Option<bigint> | TransactionArgument,
|
|
297
297
|
string | ObjectCallArg | TransactionArgument,
|
|
298
298
|
string | ObjectCallArg | TransactionArgument
|
|
299
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
300
|
-
function getAuctionBids<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
301
|
-
function getAuctionPeriod<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
302
|
-
function getBidIndex<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
299
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
300
|
+
function getAuctionBids<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
301
|
+
function getAuctionPeriod<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
302
|
+
function getBidIndex<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
303
303
|
function getDecayedPrice<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
304
304
|
string | ObjectCallArg | TransactionArgument,
|
|
305
305
|
string | ObjectCallArg | TransactionArgument
|
|
306
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
307
|
-
function getOwnerships<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
306
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
307
|
+
function getOwnerships<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
308
308
|
function getUserBidInfo<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
309
309
|
string | ObjectCallArg | TransactionArgument,
|
|
310
310
|
bigint | TransactionArgument
|
|
311
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
311
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
312
312
|
function new_<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
313
313
|
bigint | TransactionArgument,
|
|
314
314
|
bigint | TransactionArgument,
|
|
@@ -317,7 +317,7 @@ export declare namespace dutch {
|
|
|
317
317
|
bigint | TransactionArgument,
|
|
318
318
|
Boolean | TransactionArgument,
|
|
319
319
|
string | ObjectCallArg | TransactionArgument
|
|
320
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
320
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
321
321
|
function newBid<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
322
322
|
string | ObjectCallArg | TransactionArgument,
|
|
323
323
|
bigint | TransactionArgument,
|
|
@@ -332,20 +332,20 @@ export declare namespace dutch {
|
|
|
332
332
|
TypeDescriptor<T0> | string,
|
|
333
333
|
TypeDescriptor<T1> | string,
|
|
334
334
|
TypeDescriptor<T2> | string
|
|
335
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
335
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
336
336
|
function removeBid<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
337
337
|
string | ObjectCallArg | TransactionArgument,
|
|
338
338
|
bigint | TransactionArgument,
|
|
339
339
|
string | ObjectCallArg | TransactionArgument,
|
|
340
340
|
string | ObjectCallArg | TransactionArgument
|
|
341
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
342
|
-
function totalBidSize<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
341
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
342
|
+
function totalBidSize<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
343
343
|
function updateRemoveBidAbility<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
344
344
|
string | ObjectCallArg | TransactionArgument,
|
|
345
345
|
string | ObjectCallArg | TransactionArgument,
|
|
346
346
|
Boolean | TransactionArgument,
|
|
347
347
|
string | ObjectCallArg | TransactionArgument
|
|
348
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
348
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
349
349
|
}
|
|
350
350
|
}
|
|
351
351
|
export declare namespace i64 {
|
|
@@ -391,34 +391,34 @@ export declare namespace i64 {
|
|
|
391
391
|
function zero(tx: TransactionBlock, args: []): TransactionArgument & [];
|
|
392
392
|
}
|
|
393
393
|
namespace view {
|
|
394
|
-
function abs(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
394
|
+
function abs(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
395
395
|
function add(client: SuiClient, args: [
|
|
396
396
|
string | ObjectCallArg | TransactionArgument,
|
|
397
397
|
string | ObjectCallArg | TransactionArgument
|
|
398
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
399
|
-
function asU64(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
398
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
399
|
+
function asU64(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
400
400
|
function compare(client: SuiClient, args: [
|
|
401
401
|
string | ObjectCallArg | TransactionArgument,
|
|
402
402
|
string | ObjectCallArg | TransactionArgument
|
|
403
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
403
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
404
404
|
function div(client: SuiClient, args: [
|
|
405
405
|
string | ObjectCallArg | TransactionArgument,
|
|
406
406
|
string | ObjectCallArg | TransactionArgument
|
|
407
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
408
|
-
function from(client: SuiClient, args: [bigint | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
409
|
-
function isNeg(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
410
|
-
function isZero(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
407
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
408
|
+
function from(client: SuiClient, args: [bigint | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
409
|
+
function isNeg(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
410
|
+
function isZero(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
411
411
|
function mul(client: SuiClient, args: [
|
|
412
412
|
string | ObjectCallArg | TransactionArgument,
|
|
413
413
|
string | ObjectCallArg | TransactionArgument
|
|
414
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
415
|
-
function neg(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
416
|
-
function negFrom(client: SuiClient, args: [bigint | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
414
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
415
|
+
function neg(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
416
|
+
function negFrom(client: SuiClient, args: [bigint | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
417
417
|
function sub(client: SuiClient, args: [
|
|
418
418
|
string | ObjectCallArg | TransactionArgument,
|
|
419
419
|
string | ObjectCallArg | TransactionArgument
|
|
420
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
421
|
-
function zero(client: SuiClient, args: []): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
420
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
421
|
+
function zero(client: SuiClient, args: []): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
422
422
|
}
|
|
423
423
|
}
|
|
424
424
|
export declare namespace linked_list {
|
|
@@ -629,114 +629,114 @@ export declare namespace linked_list {
|
|
|
629
629
|
string | ObjectCallArg | TransactionArgument,
|
|
630
630
|
string | ObjectCallArg | TransactionArgument,
|
|
631
631
|
T0 | TransactionArgument
|
|
632
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
632
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
633
633
|
function borrowMut<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
634
634
|
string | ObjectCallArg | TransactionArgument,
|
|
635
635
|
string | ObjectCallArg | TransactionArgument,
|
|
636
636
|
T0 | TransactionArgument
|
|
637
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
637
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
638
638
|
function chain<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
639
639
|
string | ObjectCallArg | TransactionArgument,
|
|
640
640
|
string | ObjectCallArg | TransactionArgument
|
|
641
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
641
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
642
642
|
function contains<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
643
643
|
string | ObjectCallArg | TransactionArgument,
|
|
644
644
|
string | ObjectCallArg | TransactionArgument,
|
|
645
645
|
T0 | TransactionArgument
|
|
646
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
646
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
647
647
|
function delete_<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
648
648
|
string | ObjectCallArg | TransactionArgument,
|
|
649
649
|
string | ObjectCallArg | TransactionArgument,
|
|
650
650
|
T0 | TransactionArgument
|
|
651
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
652
|
-
function first<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
653
|
-
function isEmpty<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
654
|
-
function last<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
655
|
-
function length<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
656
|
-
function new_<T0 = any, T1 = any>(client: SuiClient, args: [_0x2.object_.ID | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
651
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
652
|
+
function first<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
653
|
+
function isEmpty<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
654
|
+
function last<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
655
|
+
function length<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
656
|
+
function new_<T0 = any, T1 = any>(client: SuiClient, args: [_0x2.object_.ID | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
657
657
|
function newNode<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
658
658
|
T1 | TransactionArgument,
|
|
659
659
|
_0x1.option.Option<T0> | TransactionArgument,
|
|
660
660
|
_0x1.option.Option<T0> | TransactionArgument
|
|
661
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
661
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
662
662
|
function next<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
663
663
|
string | ObjectCallArg | TransactionArgument,
|
|
664
664
|
string | ObjectCallArg | TransactionArgument,
|
|
665
665
|
T0 | TransactionArgument
|
|
666
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
666
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
667
667
|
function popBack<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
668
668
|
string | ObjectCallArg | TransactionArgument,
|
|
669
669
|
string | ObjectCallArg | TransactionArgument
|
|
670
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
670
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
671
671
|
function popFront<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
672
672
|
string | ObjectCallArg | TransactionArgument,
|
|
673
673
|
string | ObjectCallArg | TransactionArgument
|
|
674
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
674
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
675
675
|
function popNode<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
676
676
|
string | ObjectCallArg | TransactionArgument,
|
|
677
677
|
T0 | TransactionArgument
|
|
678
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
678
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
679
679
|
function prepareNode<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
680
680
|
string | ObjectCallArg | TransactionArgument,
|
|
681
681
|
T0 | TransactionArgument,
|
|
682
682
|
T1 | TransactionArgument
|
|
683
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
683
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
684
684
|
function prev<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
685
685
|
string | ObjectCallArg | TransactionArgument,
|
|
686
686
|
string | ObjectCallArg | TransactionArgument,
|
|
687
687
|
T0 | TransactionArgument
|
|
688
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
688
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
689
689
|
function pushBack<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
690
690
|
string | ObjectCallArg | TransactionArgument,
|
|
691
691
|
string | ObjectCallArg | TransactionArgument,
|
|
692
692
|
T0 | TransactionArgument,
|
|
693
693
|
T1 | TransactionArgument
|
|
694
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
694
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
695
695
|
function pushFront<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
696
696
|
string | ObjectCallArg | TransactionArgument,
|
|
697
697
|
string | ObjectCallArg | TransactionArgument,
|
|
698
698
|
T0 | TransactionArgument,
|
|
699
699
|
T1 | TransactionArgument
|
|
700
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
700
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
701
701
|
function pushNode<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
702
702
|
string | ObjectCallArg | TransactionArgument,
|
|
703
703
|
T0 | TransactionArgument,
|
|
704
704
|
linked_list.Node<T0, T1> | TransactionArgument
|
|
705
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
705
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
706
706
|
function putBack<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
707
707
|
string | ObjectCallArg | TransactionArgument,
|
|
708
708
|
string | ObjectCallArg | TransactionArgument,
|
|
709
709
|
T0 | TransactionArgument,
|
|
710
710
|
T1 | TransactionArgument
|
|
711
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
711
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
712
712
|
function putFront<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
713
713
|
string | ObjectCallArg | TransactionArgument,
|
|
714
714
|
string | ObjectCallArg | TransactionArgument,
|
|
715
715
|
T0 | TransactionArgument,
|
|
716
716
|
T1 | TransactionArgument
|
|
717
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
717
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
718
718
|
function putNode<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
719
719
|
string | ObjectCallArg | TransactionArgument,
|
|
720
720
|
T0 | TransactionArgument,
|
|
721
721
|
linked_list.Node<T0, T1> | TransactionArgument
|
|
722
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
722
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
723
723
|
function remove<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
724
724
|
string | ObjectCallArg | TransactionArgument,
|
|
725
725
|
string | ObjectCallArg | TransactionArgument,
|
|
726
726
|
T0 | TransactionArgument
|
|
727
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
727
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
728
728
|
function takeBack<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
729
729
|
string | ObjectCallArg | TransactionArgument,
|
|
730
730
|
string | ObjectCallArg | TransactionArgument
|
|
731
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
731
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
732
732
|
function takeFront<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
733
733
|
string | ObjectCallArg | TransactionArgument,
|
|
734
734
|
string | ObjectCallArg | TransactionArgument
|
|
735
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
735
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
736
736
|
function takeNode<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
737
737
|
string | ObjectCallArg | TransactionArgument,
|
|
738
738
|
T0 | TransactionArgument
|
|
739
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
739
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
740
740
|
}
|
|
741
741
|
}
|
|
742
742
|
export declare namespace multiple_collateral {
|
|
@@ -1952,7 +1952,7 @@ export declare namespace single_collateral {
|
|
|
1952
1952
|
string | ObjectCallArg | TransactionArgument,
|
|
1953
1953
|
(string | ObjectCallArg)[] | TransactionArgument,
|
|
1954
1954
|
string | ObjectCallArg | TransactionArgument
|
|
1955
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1955
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1956
1956
|
function addPortfolioVaultAuthorizedUser<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
1957
1957
|
string | ObjectCallArg | TransactionArgument,
|
|
1958
1958
|
string | ObjectCallArg | TransactionArgument,
|
|
@@ -1963,7 +1963,7 @@ export declare namespace single_collateral {
|
|
|
1963
1963
|
TypeDescriptor<T0> | string,
|
|
1964
1964
|
TypeDescriptor<T1> | string,
|
|
1965
1965
|
TypeDescriptor<T2> | string
|
|
1966
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1966
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1967
1967
|
function authorizedAddPortfolioVaultAuthorizedUser<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
1968
1968
|
string | ObjectCallArg | TransactionArgument,
|
|
1969
1969
|
bigint | TransactionArgument,
|
|
@@ -1973,7 +1973,7 @@ export declare namespace single_collateral {
|
|
|
1973
1973
|
TypeDescriptor<T0> | string,
|
|
1974
1974
|
TypeDescriptor<T1> | string,
|
|
1975
1975
|
TypeDescriptor<T2> | string
|
|
1976
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1976
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1977
1977
|
function authorizedDelivery<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
1978
1978
|
string | ObjectCallArg | TransactionArgument,
|
|
1979
1979
|
bigint | TransactionArgument,
|
|
@@ -1984,7 +1984,7 @@ export declare namespace single_collateral {
|
|
|
1984
1984
|
TypeDescriptor<T0> | string,
|
|
1985
1985
|
TypeDescriptor<T1> | string,
|
|
1986
1986
|
TypeDescriptor<T2> | string
|
|
1987
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1987
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1988
1988
|
function authorizedNewPortfolioVault<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
1989
1989
|
string | ObjectCallArg | TransactionArgument,
|
|
1990
1990
|
string | ObjectCallArg | TransactionArgument,
|
|
@@ -2013,7 +2013,7 @@ export declare namespace single_collateral {
|
|
|
2013
2013
|
TypeDescriptor<T0> | string,
|
|
2014
2014
|
TypeDescriptor<T1> | string,
|
|
2015
2015
|
TypeDescriptor<T2> | string
|
|
2016
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2016
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2017
2017
|
function authorizedRemovePortfolioVaultAuthorizedUser<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2018
2018
|
string | ObjectCallArg | TransactionArgument,
|
|
2019
2019
|
bigint | TransactionArgument,
|
|
@@ -2023,7 +2023,7 @@ export declare namespace single_collateral {
|
|
|
2023
2023
|
TypeDescriptor<T0> | string,
|
|
2024
2024
|
TypeDescriptor<T1> | string,
|
|
2025
2025
|
TypeDescriptor<T2> | string
|
|
2026
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2026
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2027
2027
|
function authorizedUpdateCapacity<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2028
2028
|
string | ObjectCallArg | TransactionArgument,
|
|
2029
2029
|
bigint | TransactionArgument,
|
|
@@ -2033,7 +2033,7 @@ export declare namespace single_collateral {
|
|
|
2033
2033
|
TypeDescriptor<T0> | string,
|
|
2034
2034
|
TypeDescriptor<T1> | string,
|
|
2035
2035
|
TypeDescriptor<T2> | string
|
|
2036
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2036
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2037
2037
|
function authorizedUpdateUpcomingVaultConfig<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2038
2038
|
string | ObjectCallArg | TransactionArgument,
|
|
2039
2039
|
bigint | TransactionArgument,
|
|
@@ -2050,7 +2050,7 @@ export declare namespace single_collateral {
|
|
|
2050
2050
|
TypeDescriptor<T0> | string,
|
|
2051
2051
|
TypeDescriptor<T1> | string,
|
|
2052
2052
|
TypeDescriptor<T2> | string
|
|
2053
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2053
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2054
2054
|
function authorizedUpdateWarmupVaultConfig<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2055
2055
|
string | ObjectCallArg | TransactionArgument,
|
|
2056
2056
|
bigint | TransactionArgument,
|
|
@@ -2064,7 +2064,7 @@ export declare namespace single_collateral {
|
|
|
2064
2064
|
TypeDescriptor<T0> | string,
|
|
2065
2065
|
TypeDescriptor<T1> | string,
|
|
2066
2066
|
TypeDescriptor<T2> | string
|
|
2067
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2067
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2068
2068
|
function claim<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2069
2069
|
string | ObjectCallArg | TransactionArgument,
|
|
2070
2070
|
bigint | TransactionArgument,
|
|
@@ -2073,7 +2073,7 @@ export declare namespace single_collateral {
|
|
|
2073
2073
|
TypeDescriptor<T0> | string,
|
|
2074
2074
|
TypeDescriptor<T1> | string,
|
|
2075
2075
|
TypeDescriptor<T2> | string
|
|
2076
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2076
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2077
2077
|
function claimAndHarvest<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2078
2078
|
string | ObjectCallArg | TransactionArgument,
|
|
2079
2079
|
bigint | TransactionArgument,
|
|
@@ -2082,7 +2082,7 @@ export declare namespace single_collateral {
|
|
|
2082
2082
|
TypeDescriptor<T0> | string,
|
|
2083
2083
|
TypeDescriptor<T1> | string,
|
|
2084
2084
|
TypeDescriptor<T2> | string
|
|
2085
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2085
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2086
2086
|
function close<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2087
2087
|
string | ObjectCallArg | TransactionArgument,
|
|
2088
2088
|
string | ObjectCallArg | TransactionArgument,
|
|
@@ -2092,12 +2092,12 @@ export declare namespace single_collateral {
|
|
|
2092
2092
|
TypeDescriptor<T0> | string,
|
|
2093
2093
|
TypeDescriptor<T1> | string,
|
|
2094
2094
|
TypeDescriptor<T2> | string
|
|
2095
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2095
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2096
2096
|
function compound<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2097
2097
|
string | ObjectCallArg | TransactionArgument,
|
|
2098
2098
|
bigint | TransactionArgument,
|
|
2099
2099
|
string | ObjectCallArg | TransactionArgument
|
|
2100
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2100
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2101
2101
|
function delivery<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2102
2102
|
string | ObjectCallArg | TransactionArgument,
|
|
2103
2103
|
string | ObjectCallArg | TransactionArgument,
|
|
@@ -2109,7 +2109,7 @@ export declare namespace single_collateral {
|
|
|
2109
2109
|
TypeDescriptor<T0> | string,
|
|
2110
2110
|
TypeDescriptor<T1> | string,
|
|
2111
2111
|
TypeDescriptor<T2> | string
|
|
2112
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2112
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2113
2113
|
function deposit<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2114
2114
|
string | ObjectCallArg | TransactionArgument,
|
|
2115
2115
|
bigint | TransactionArgument,
|
|
@@ -2120,7 +2120,7 @@ export declare namespace single_collateral {
|
|
|
2120
2120
|
TypeDescriptor<T0> | string,
|
|
2121
2121
|
TypeDescriptor<T1> | string,
|
|
2122
2122
|
TypeDescriptor<T2> | string
|
|
2123
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2123
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2124
2124
|
function evolution<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2125
2125
|
string | ObjectCallArg | TransactionArgument,
|
|
2126
2126
|
string | ObjectCallArg | TransactionArgument,
|
|
@@ -2132,7 +2132,7 @@ export declare namespace single_collateral {
|
|
|
2132
2132
|
TypeDescriptor<T0> | string,
|
|
2133
2133
|
TypeDescriptor<T1> | string,
|
|
2134
2134
|
TypeDescriptor<T2> | string
|
|
2135
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2135
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2136
2136
|
function getAuctionMaxSize<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2137
2137
|
string | ObjectCallArg | TransactionArgument,
|
|
2138
2138
|
bigint | TransactionArgument,
|
|
@@ -2141,7 +2141,7 @@ export declare namespace single_collateral {
|
|
|
2141
2141
|
TypeDescriptor<T0> | string,
|
|
2142
2142
|
TypeDescriptor<T1> | string,
|
|
2143
2143
|
TypeDescriptor<T2> | string
|
|
2144
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2144
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2145
2145
|
function getMaxLossPerUnit<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2146
2146
|
string | ObjectCallArg | TransactionArgument,
|
|
2147
2147
|
bigint | TransactionArgument,
|
|
@@ -2150,7 +2150,7 @@ export declare namespace single_collateral {
|
|
|
2150
2150
|
TypeDescriptor<T0> | string,
|
|
2151
2151
|
TypeDescriptor<T1> | string,
|
|
2152
2152
|
TypeDescriptor<T2> | string
|
|
2153
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2153
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2154
2154
|
function getUserStatus<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2155
2155
|
string | ObjectCallArg | TransactionArgument,
|
|
2156
2156
|
bigint | TransactionArgument,
|
|
@@ -2159,7 +2159,7 @@ export declare namespace single_collateral {
|
|
|
2159
2159
|
TypeDescriptor<T0> | string,
|
|
2160
2160
|
TypeDescriptor<T1> | string,
|
|
2161
2161
|
TypeDescriptor<T2> | string
|
|
2162
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2162
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2163
2163
|
function harvest<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2164
2164
|
string | ObjectCallArg | TransactionArgument,
|
|
2165
2165
|
bigint | TransactionArgument,
|
|
@@ -2168,7 +2168,7 @@ export declare namespace single_collateral {
|
|
|
2168
2168
|
TypeDescriptor<T0> | string,
|
|
2169
2169
|
TypeDescriptor<T1> | string,
|
|
2170
2170
|
TypeDescriptor<T2> | string
|
|
2171
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2171
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2172
2172
|
function newAuction<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2173
2173
|
string | ObjectCallArg | TransactionArgument,
|
|
2174
2174
|
string | ObjectCallArg | TransactionArgument,
|
|
@@ -2181,7 +2181,7 @@ export declare namespace single_collateral {
|
|
|
2181
2181
|
TypeDescriptor<T0> | string,
|
|
2182
2182
|
TypeDescriptor<T1> | string,
|
|
2183
2183
|
TypeDescriptor<T2> | string
|
|
2184
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2184
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2185
2185
|
function newBid<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2186
2186
|
string | ObjectCallArg | TransactionArgument,
|
|
2187
2187
|
bigint | TransactionArgument,
|
|
@@ -2194,12 +2194,12 @@ export declare namespace single_collateral {
|
|
|
2194
2194
|
TypeDescriptor<T0> | string,
|
|
2195
2195
|
TypeDescriptor<T1> | string,
|
|
2196
2196
|
TypeDescriptor<T2> | string
|
|
2197
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2197
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2198
2198
|
function newManager(client: SuiClient, args: [
|
|
2199
2199
|
string | ObjectCallArg | TransactionArgument,
|
|
2200
2200
|
(string | ObjectCallArg)[] | TransactionArgument,
|
|
2201
2201
|
string | ObjectCallArg | TransactionArgument
|
|
2202
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2202
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2203
2203
|
function newPortfolioVault<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2204
2204
|
string | ObjectCallArg | TransactionArgument,
|
|
2205
2205
|
string | ObjectCallArg | TransactionArgument,
|
|
@@ -2229,17 +2229,17 @@ export declare namespace single_collateral {
|
|
|
2229
2229
|
TypeDescriptor<T0> | string,
|
|
2230
2230
|
TypeDescriptor<T1> | string,
|
|
2231
2231
|
TypeDescriptor<T2> | string
|
|
2232
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2232
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2233
2233
|
function removeAuthorizedUser(client: SuiClient, args: [
|
|
2234
2234
|
string | ObjectCallArg | TransactionArgument,
|
|
2235
2235
|
string | ObjectCallArg | TransactionArgument,
|
|
2236
2236
|
(string | ObjectCallArg)[] | TransactionArgument,
|
|
2237
2237
|
string | ObjectCallArg | TransactionArgument
|
|
2238
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2238
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2239
2239
|
function removeManager(client: SuiClient, args: [
|
|
2240
2240
|
single_collateral.ManagerCap | TransactionArgument,
|
|
2241
2241
|
string | ObjectCallArg | TransactionArgument
|
|
2242
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2242
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2243
2243
|
function removePortfolioVaultAuthorizedUser<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2244
2244
|
string | ObjectCallArg | TransactionArgument,
|
|
2245
2245
|
string | ObjectCallArg | TransactionArgument,
|
|
@@ -2250,7 +2250,7 @@ export declare namespace single_collateral {
|
|
|
2250
2250
|
TypeDescriptor<T0> | string,
|
|
2251
2251
|
TypeDescriptor<T1> | string,
|
|
2252
2252
|
TypeDescriptor<T2> | string
|
|
2253
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2253
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2254
2254
|
function terminateAuction<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2255
2255
|
string | ObjectCallArg | TransactionArgument,
|
|
2256
2256
|
string | ObjectCallArg | TransactionArgument,
|
|
@@ -2261,7 +2261,7 @@ export declare namespace single_collateral {
|
|
|
2261
2261
|
TypeDescriptor<T0> | string,
|
|
2262
2262
|
TypeDescriptor<T1> | string,
|
|
2263
2263
|
TypeDescriptor<T2> | string
|
|
2264
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2264
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2265
2265
|
function terminateVault<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2266
2266
|
string | ObjectCallArg | TransactionArgument,
|
|
2267
2267
|
string | ObjectCallArg | TransactionArgument,
|
|
@@ -2272,7 +2272,7 @@ export declare namespace single_collateral {
|
|
|
2272
2272
|
TypeDescriptor<T0> | string,
|
|
2273
2273
|
TypeDescriptor<T1> | string,
|
|
2274
2274
|
TypeDescriptor<T2> | string
|
|
2275
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2275
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2276
2276
|
function unsubscribe<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2277
2277
|
string | ObjectCallArg | TransactionArgument,
|
|
2278
2278
|
bigint | TransactionArgument,
|
|
@@ -2282,7 +2282,7 @@ export declare namespace single_collateral {
|
|
|
2282
2282
|
TypeDescriptor<T0> | string,
|
|
2283
2283
|
TypeDescriptor<T1> | string,
|
|
2284
2284
|
TypeDescriptor<T2> | string
|
|
2285
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2285
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2286
2286
|
function updateActiveVaultConfig<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2287
2287
|
string | ObjectCallArg | TransactionArgument,
|
|
2288
2288
|
string | ObjectCallArg | TransactionArgument,
|
|
@@ -2297,7 +2297,7 @@ export declare namespace single_collateral {
|
|
|
2297
2297
|
TypeDescriptor<T0> | string,
|
|
2298
2298
|
TypeDescriptor<T1> | string,
|
|
2299
2299
|
TypeDescriptor<T2> | string
|
|
2300
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2300
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2301
2301
|
function updateCapacity<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2302
2302
|
string | ObjectCallArg | TransactionArgument,
|
|
2303
2303
|
string | ObjectCallArg | TransactionArgument,
|
|
@@ -2308,14 +2308,14 @@ export declare namespace single_collateral {
|
|
|
2308
2308
|
TypeDescriptor<T0> | string,
|
|
2309
2309
|
TypeDescriptor<T1> | string,
|
|
2310
2310
|
TypeDescriptor<T2> | string
|
|
2311
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2311
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2312
2312
|
function updateRestrictActivationTimePeriod(client: SuiClient, args: [
|
|
2313
2313
|
string | ObjectCallArg | TransactionArgument,
|
|
2314
2314
|
string | ObjectCallArg | TransactionArgument,
|
|
2315
2315
|
bigint | TransactionArgument,
|
|
2316
2316
|
bigint | TransactionArgument,
|
|
2317
2317
|
string | ObjectCallArg | TransactionArgument
|
|
2318
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2318
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2319
2319
|
function updateUpcomingVaultConfig<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2320
2320
|
string | ObjectCallArg | TransactionArgument,
|
|
2321
2321
|
string | ObjectCallArg | TransactionArgument,
|
|
@@ -2333,7 +2333,7 @@ export declare namespace single_collateral {
|
|
|
2333
2333
|
TypeDescriptor<T0> | string,
|
|
2334
2334
|
TypeDescriptor<T1> | string,
|
|
2335
2335
|
TypeDescriptor<T2> | string
|
|
2336
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2336
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2337
2337
|
function updateWarmupVaultConfig<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2338
2338
|
string | ObjectCallArg | TransactionArgument,
|
|
2339
2339
|
string | ObjectCallArg | TransactionArgument,
|
|
@@ -2348,7 +2348,7 @@ export declare namespace single_collateral {
|
|
|
2348
2348
|
TypeDescriptor<T0> | string,
|
|
2349
2349
|
TypeDescriptor<T1> | string,
|
|
2350
2350
|
TypeDescriptor<T2> | string
|
|
2351
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2351
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2352
2352
|
function withdraw<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2353
2353
|
string | ObjectCallArg | TransactionArgument,
|
|
2354
2354
|
bigint | TransactionArgument,
|
|
@@ -2358,7 +2358,7 @@ export declare namespace single_collateral {
|
|
|
2358
2358
|
TypeDescriptor<T0> | string,
|
|
2359
2359
|
TypeDescriptor<T1> | string,
|
|
2360
2360
|
TypeDescriptor<T2> | string
|
|
2361
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2361
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2362
2362
|
}
|
|
2363
2363
|
}
|
|
2364
2364
|
export declare namespace utils {
|
|
@@ -2381,10 +2381,10 @@ export declare namespace utils {
|
|
|
2381
2381
|
(string | ObjectCallArg)[] | TransactionArgument,
|
|
2382
2382
|
bigint | TransactionArgument,
|
|
2383
2383
|
string | ObjectCallArg | TransactionArgument
|
|
2384
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2385
|
-
function getDateFromTs(client: SuiClient, args: [bigint | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2386
|
-
function matchTypes<T0 = any, T1 = any>(client: SuiClient, args: [], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2387
|
-
function multiplier(client: SuiClient, args: [bigint | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2384
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2385
|
+
function getDateFromTs(client: SuiClient, args: [bigint | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2386
|
+
function matchTypes<T0 = any, T1 = any>(client: SuiClient, args: [], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2387
|
+
function multiplier(client: SuiClient, args: [bigint | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2388
2388
|
}
|
|
2389
2389
|
}
|
|
2390
2390
|
export declare namespace vault {
|
|
@@ -3027,39 +3027,39 @@ export declare namespace vault {
|
|
|
3027
3027
|
string | ObjectCallArg | TransactionArgument,
|
|
3028
3028
|
Boolean | TransactionArgument,
|
|
3029
3029
|
string | ObjectCallArg | TransactionArgument
|
|
3030
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3031
|
-
function activeBalance<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3032
|
-
function activeShareSupply<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3033
|
-
function activeUserShares<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3034
|
-
function bidderBalance<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3035
|
-
function bidderShareSupply<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3036
|
-
function bidderShares<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3030
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3031
|
+
function activeBalance<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3032
|
+
function activeShareSupply<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3033
|
+
function activeUserShares<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3034
|
+
function bidderBalance<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3035
|
+
function bidderShareSupply<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3036
|
+
function bidderShares<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3037
3037
|
function claim<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3038
3038
|
string | ObjectCallArg | TransactionArgument,
|
|
3039
3039
|
string | ObjectCallArg | TransactionArgument,
|
|
3040
3040
|
string | ObjectCallArg | TransactionArgument
|
|
3041
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3041
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3042
3042
|
function closeBidVault<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3043
3043
|
string | ObjectCallArg | TransactionArgument,
|
|
3044
3044
|
string | ObjectCallArg | TransactionArgument,
|
|
3045
3045
|
vault.BidVault<T0, T1> | TransactionArgument,
|
|
3046
3046
|
string | ObjectCallArg | TransactionArgument
|
|
3047
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3047
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3048
3048
|
function closeDepositVault<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3049
3049
|
string | ObjectCallArg | TransactionArgument,
|
|
3050
3050
|
string | ObjectCallArg | TransactionArgument,
|
|
3051
3051
|
vault.DepositVault<T0, T1> | TransactionArgument,
|
|
3052
3052
|
string | ObjectCallArg | TransactionArgument
|
|
3053
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3053
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3054
3054
|
function compound<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3055
3055
|
string | ObjectCallArg | TransactionArgument,
|
|
3056
3056
|
string | ObjectCallArg | TransactionArgument,
|
|
3057
3057
|
string | ObjectCallArg | TransactionArgument,
|
|
3058
3058
|
string | ObjectCallArg | TransactionArgument
|
|
3059
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3060
|
-
function deactivatingBalance<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3061
|
-
function deactivatingShareSupply<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3062
|
-
function deactivatingUserShares<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3059
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3060
|
+
function deactivatingBalance<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3061
|
+
function deactivatingShareSupply<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3062
|
+
function deactivatingUserShares<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3063
3063
|
function delivery<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
3064
3064
|
string | ObjectCallArg | TransactionArgument,
|
|
3065
3065
|
string | ObjectCallArg | TransactionArgument,
|
|
@@ -3073,7 +3073,7 @@ export declare namespace vault {
|
|
|
3073
3073
|
TypeDescriptor<T0> | string,
|
|
3074
3074
|
TypeDescriptor<T1> | string,
|
|
3075
3075
|
TypeDescriptor<T2> | string
|
|
3076
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3076
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3077
3077
|
function deliveryMultiple<T0 = any, T1 = any, T2 = any, T3 = any>(client: SuiClient, args: [
|
|
3078
3078
|
string | ObjectCallArg | TransactionArgument,
|
|
3079
3079
|
string | ObjectCallArg | TransactionArgument,
|
|
@@ -3089,7 +3089,7 @@ export declare namespace vault {
|
|
|
3089
3089
|
TypeDescriptor<T1> | string,
|
|
3090
3090
|
TypeDescriptor<T2> | string,
|
|
3091
3091
|
TypeDescriptor<T3> | string
|
|
3092
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3092
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3093
3093
|
function deposit<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3094
3094
|
string | ObjectCallArg | TransactionArgument,
|
|
3095
3095
|
string | ObjectCallArg | TransactionArgument,
|
|
@@ -3097,99 +3097,99 @@ export declare namespace vault {
|
|
|
3097
3097
|
bigint | TransactionArgument,
|
|
3098
3098
|
bigint | TransactionArgument,
|
|
3099
3099
|
string | ObjectCallArg | TransactionArgument
|
|
3100
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3100
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3101
3101
|
function getActiveUserShare<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3102
3102
|
string | ObjectCallArg | TransactionArgument,
|
|
3103
3103
|
string | ObjectCallArg | TransactionArgument,
|
|
3104
3104
|
string | TransactionArgument
|
|
3105
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3106
|
-
function getBidVaultBalance<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3107
|
-
function getBidVaultShareSupply<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3105
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3106
|
+
function getBidVaultBalance<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3107
|
+
function getBidVaultShareSupply<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3108
3108
|
function getBidderUserShare<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3109
3109
|
string | ObjectCallArg | TransactionArgument,
|
|
3110
3110
|
string | ObjectCallArg | TransactionArgument,
|
|
3111
3111
|
string | TransactionArgument
|
|
3112
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3112
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3113
3113
|
function getDeactivatingUserShare<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3114
3114
|
string | ObjectCallArg | TransactionArgument,
|
|
3115
3115
|
string | ObjectCallArg | TransactionArgument,
|
|
3116
3116
|
string | TransactionArgument
|
|
3117
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3118
|
-
function getDepositVaultBalance<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3119
|
-
function getDepositVaultShareSupply<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3117
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3118
|
+
function getDepositVaultBalance<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3119
|
+
function getDepositVaultShareSupply<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3120
3120
|
function getInactiveUserShare<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3121
3121
|
string | ObjectCallArg | TransactionArgument,
|
|
3122
3122
|
string | ObjectCallArg | TransactionArgument,
|
|
3123
3123
|
string | TransactionArgument
|
|
3124
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3124
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3125
3125
|
function getPerformanceFeeUserShare<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3126
3126
|
string | ObjectCallArg | TransactionArgument,
|
|
3127
3127
|
string | ObjectCallArg | TransactionArgument,
|
|
3128
3128
|
string | TransactionArgument
|
|
3129
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3129
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3130
3130
|
function getPremiumUserShare<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3131
3131
|
string | ObjectCallArg | TransactionArgument,
|
|
3132
3132
|
string | ObjectCallArg | TransactionArgument,
|
|
3133
3133
|
string | TransactionArgument
|
|
3134
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3134
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3135
3135
|
function getWarmupUserShare<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3136
3136
|
string | ObjectCallArg | TransactionArgument,
|
|
3137
3137
|
string | ObjectCallArg | TransactionArgument,
|
|
3138
3138
|
string | TransactionArgument
|
|
3139
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3139
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3140
3140
|
function harvest<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3141
3141
|
string | ObjectCallArg | TransactionArgument,
|
|
3142
3142
|
string | ObjectCallArg | TransactionArgument,
|
|
3143
3143
|
string | ObjectCallArg | TransactionArgument
|
|
3144
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3145
|
-
function hasNext<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3146
|
-
function inactiveBalance<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3147
|
-
function inactiveShareSupply<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3148
|
-
function inactiveUserShares<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3144
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3145
|
+
function hasNext<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3146
|
+
function inactiveBalance<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3147
|
+
function inactiveShareSupply<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3148
|
+
function inactiveUserShares<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3149
3149
|
function isActiveUser<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3150
3150
|
string | ObjectCallArg | TransactionArgument,
|
|
3151
3151
|
string | ObjectCallArg | TransactionArgument,
|
|
3152
3152
|
string | TransactionArgument
|
|
3153
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3153
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3154
3154
|
function isDeactivatingUser<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3155
3155
|
string | ObjectCallArg | TransactionArgument,
|
|
3156
3156
|
string | ObjectCallArg | TransactionArgument,
|
|
3157
3157
|
string | TransactionArgument
|
|
3158
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3158
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3159
3159
|
function isInactiveUser<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3160
3160
|
string | ObjectCallArg | TransactionArgument,
|
|
3161
3161
|
string | ObjectCallArg | TransactionArgument,
|
|
3162
3162
|
string | TransactionArgument
|
|
3163
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3163
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3164
3164
|
function isWarmupUser<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3165
3165
|
string | ObjectCallArg | TransactionArgument,
|
|
3166
3166
|
string | ObjectCallArg | TransactionArgument,
|
|
3167
3167
|
string | TransactionArgument
|
|
3168
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3168
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3169
3169
|
function newBidVault<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3170
3170
|
bigint | TransactionArgument,
|
|
3171
3171
|
string | ObjectCallArg | TransactionArgument,
|
|
3172
3172
|
string | ObjectCallArg | TransactionArgument
|
|
3173
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3173
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3174
3174
|
function newDepositVault<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3175
3175
|
bigint | TransactionArgument,
|
|
3176
3176
|
string | ObjectCallArg | TransactionArgument,
|
|
3177
3177
|
string | ObjectCallArg | TransactionArgument
|
|
3178
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3179
|
-
function newUserShareRegistry(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3180
|
-
function performanceFeeBalance<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3181
|
-
function performanceFeeShareSupply<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3182
|
-
function performanceFeeShares<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3183
|
-
function premiumBalance<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3184
|
-
function premiumShareSupply<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3185
|
-
function premiumShares<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3178
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3179
|
+
function newUserShareRegistry(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3180
|
+
function performanceFeeBalance<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3181
|
+
function performanceFeeShareSupply<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3182
|
+
function performanceFeeShares<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3183
|
+
function premiumBalance<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3184
|
+
function premiumShareSupply<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3185
|
+
function premiumShares<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3186
3186
|
function refund<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3187
3187
|
string | ObjectCallArg | TransactionArgument,
|
|
3188
3188
|
string | ObjectCallArg | TransactionArgument,
|
|
3189
3189
|
string | ObjectCallArg | TransactionArgument,
|
|
3190
3190
|
bigint | TransactionArgument,
|
|
3191
3191
|
string | ObjectCallArg | TransactionArgument
|
|
3192
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3192
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3193
3193
|
function settleFund<T0 = any, T1 = any, T2 = any, T3 = any>(client: SuiClient, args: [
|
|
3194
3194
|
string | ObjectCallArg | TransactionArgument,
|
|
3195
3195
|
string | ObjectCallArg | TransactionArgument,
|
|
@@ -3205,7 +3205,7 @@ export declare namespace vault {
|
|
|
3205
3205
|
TypeDescriptor<T1> | string,
|
|
3206
3206
|
TypeDescriptor<T2> | string,
|
|
3207
3207
|
TypeDescriptor<T3> | string
|
|
3208
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3208
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3209
3209
|
function settleFundMultiple<T0 = any, T1 = any, T2 = any, T3 = any>(client: SuiClient, args: [
|
|
3210
3210
|
string | ObjectCallArg | TransactionArgument,
|
|
3211
3211
|
string | ObjectCallArg | TransactionArgument,
|
|
@@ -3226,23 +3226,23 @@ export declare namespace vault {
|
|
|
3226
3226
|
TypeDescriptor<T1> | string,
|
|
3227
3227
|
TypeDescriptor<T2> | string,
|
|
3228
3228
|
TypeDescriptor<T3> | string
|
|
3229
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3229
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3230
3230
|
function unsubscribe<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3231
3231
|
string | ObjectCallArg | TransactionArgument,
|
|
3232
3232
|
string | ObjectCallArg | TransactionArgument,
|
|
3233
3233
|
_0x1.option.Option<bigint> | TransactionArgument,
|
|
3234
3234
|
string | ObjectCallArg | TransactionArgument
|
|
3235
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3236
|
-
function userShareRegistryUid(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3237
|
-
function warmupBalance<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3238
|
-
function warmupShareSupply<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3239
|
-
function warmupUserShares<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3235
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3236
|
+
function userShareRegistryUid(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3237
|
+
function warmupBalance<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3238
|
+
function warmupShareSupply<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3239
|
+
function warmupUserShares<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3240
3240
|
function withdraw<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3241
3241
|
string | ObjectCallArg | TransactionArgument,
|
|
3242
3242
|
string | ObjectCallArg | TransactionArgument,
|
|
3243
3243
|
_0x1.option.Option<bigint> | TransactionArgument,
|
|
3244
3244
|
string | ObjectCallArg | TransactionArgument
|
|
3245
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
3245
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
3246
3246
|
}
|
|
3247
3247
|
}
|
|
3248
3248
|
export declare function loadAllTypes(coder: MoveCoder): void;
|