@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
package/dist/builtin/0x2.d.ts
CHANGED
|
@@ -16,14 +16,14 @@ export declare namespace address {
|
|
|
16
16
|
function toU256(tx: TransactionBlock, args: [string | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
17
17
|
}
|
|
18
18
|
namespace view {
|
|
19
|
-
function fromBytes(client: SuiClient, args: [(string | ObjectCallArg)[] | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
20
|
-
function fromU256(client: SuiClient, args: [bigint | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
21
|
-
function length(client: SuiClient, args: []): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
22
|
-
function max(client: SuiClient, args: []): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
23
|
-
function toAsciiString(client: SuiClient, args: [string | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
24
|
-
function toBytes(client: SuiClient, args: [string | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
25
|
-
function toString(client: SuiClient, args: [string | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
26
|
-
function toU256(client: SuiClient, args: [string | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
19
|
+
function fromBytes(client: SuiClient, args: [(string | ObjectCallArg)[] | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
20
|
+
function fromU256(client: SuiClient, args: [bigint | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
21
|
+
function length(client: SuiClient, args: []): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
22
|
+
function max(client: SuiClient, args: []): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
23
|
+
function toAsciiString(client: SuiClient, args: [string | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
24
|
+
function toBytes(client: SuiClient, args: [string | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
25
|
+
function toString(client: SuiClient, args: [string | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
26
|
+
function toU256(client: SuiClient, args: [string | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
export declare namespace bag {
|
|
@@ -75,31 +75,31 @@ export declare namespace bag {
|
|
|
75
75
|
string | ObjectCallArg | TransactionArgument,
|
|
76
76
|
T0 | TransactionArgument,
|
|
77
77
|
T1 | TransactionArgument
|
|
78
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
78
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
79
79
|
function borrow<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
80
80
|
string | ObjectCallArg | TransactionArgument,
|
|
81
81
|
T0 | TransactionArgument
|
|
82
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
82
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
83
83
|
function borrowMut<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
84
84
|
string | ObjectCallArg | TransactionArgument,
|
|
85
85
|
T0 | TransactionArgument
|
|
86
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
86
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
87
87
|
function contains<T0 = any>(client: SuiClient, args: [
|
|
88
88
|
string | ObjectCallArg | TransactionArgument,
|
|
89
89
|
T0 | TransactionArgument
|
|
90
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
90
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
91
91
|
function containsWithType<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
92
92
|
string | ObjectCallArg | TransactionArgument,
|
|
93
93
|
T0 | TransactionArgument
|
|
94
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
95
|
-
function destroyEmpty(client: SuiClient, args: [bag.Bag | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
96
|
-
function isEmpty(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
97
|
-
function length(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
98
|
-
function new_(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
94
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
95
|
+
function destroyEmpty(client: SuiClient, args: [bag.Bag | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
96
|
+
function isEmpty(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
97
|
+
function length(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
98
|
+
function new_(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
99
99
|
function remove<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
100
100
|
string | ObjectCallArg | TransactionArgument,
|
|
101
101
|
T0 | TransactionArgument
|
|
102
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
102
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
export declare namespace balance {
|
|
@@ -140,28 +140,28 @@ export declare namespace balance {
|
|
|
140
140
|
function zero<T0 = any>(tx: TransactionBlock, args: [], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [];
|
|
141
141
|
}
|
|
142
142
|
namespace view {
|
|
143
|
-
function createSupply<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
143
|
+
function createSupply<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
144
144
|
function decreaseSupply<T0 = any>(client: SuiClient, args: [
|
|
145
145
|
string | ObjectCallArg | TransactionArgument,
|
|
146
146
|
balance.Balance<T0> | TransactionArgument
|
|
147
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
148
|
-
function destroyZero<T0 = any>(client: SuiClient, args: [balance.Balance<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
147
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
148
|
+
function destroyZero<T0 = any>(client: SuiClient, args: [balance.Balance<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
149
149
|
function increaseSupply<T0 = any>(client: SuiClient, args: [
|
|
150
150
|
string | ObjectCallArg | TransactionArgument,
|
|
151
151
|
bigint | TransactionArgument
|
|
152
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
152
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
153
153
|
function join<T0 = any>(client: SuiClient, args: [
|
|
154
154
|
string | ObjectCallArg | TransactionArgument,
|
|
155
155
|
balance.Balance<T0> | TransactionArgument
|
|
156
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
156
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
157
157
|
function split<T0 = any>(client: SuiClient, args: [
|
|
158
158
|
string | ObjectCallArg | TransactionArgument,
|
|
159
159
|
bigint | TransactionArgument
|
|
160
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
161
|
-
function supplyValue<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
162
|
-
function value<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
163
|
-
function withdrawAll<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
164
|
-
function zero<T0 = any>(client: SuiClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
160
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
161
|
+
function supplyValue<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
162
|
+
function value<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
163
|
+
function withdrawAll<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
164
|
+
function zero<T0 = any>(client: SuiClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
167
|
export declare namespace bcs {
|
|
@@ -199,26 +199,26 @@ export declare namespace bcs {
|
|
|
199
199
|
function toBytes<T0 = any>(tx: TransactionBlock, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
200
200
|
}
|
|
201
201
|
namespace view {
|
|
202
|
-
function intoRemainderBytes(client: SuiClient, args: [bcs.BCS | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
203
|
-
function new_(client: SuiClient, args: [(string | ObjectCallArg)[] | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
204
|
-
function peelAddress(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
205
|
-
function peelBool(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
206
|
-
function peelOptionAddress(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
207
|
-
function peelOptionBool(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
208
|
-
function peelOptionU128(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
209
|
-
function peelOptionU64(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
210
|
-
function peelOptionU8(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
211
|
-
function peelU128(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
212
|
-
function peelU64(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
213
|
-
function peelU8(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
214
|
-
function peelVecAddress(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
215
|
-
function peelVecBool(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
216
|
-
function peelVecLength(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
217
|
-
function peelVecU128(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
218
|
-
function peelVecU64(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
219
|
-
function peelVecU8(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
220
|
-
function peelVecVecU8(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
221
|
-
function toBytes<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
202
|
+
function intoRemainderBytes(client: SuiClient, args: [bcs.BCS | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
203
|
+
function new_(client: SuiClient, args: [(string | ObjectCallArg)[] | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
204
|
+
function peelAddress(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
205
|
+
function peelBool(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
206
|
+
function peelOptionAddress(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
207
|
+
function peelOptionBool(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
208
|
+
function peelOptionU128(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
209
|
+
function peelOptionU64(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
210
|
+
function peelOptionU8(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
211
|
+
function peelU128(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
212
|
+
function peelU64(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
213
|
+
function peelU8(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
214
|
+
function peelVecAddress(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
215
|
+
function peelVecBool(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
216
|
+
function peelVecLength(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
217
|
+
function peelVecU128(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
218
|
+
function peelVecU64(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
219
|
+
function peelVecU8(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
220
|
+
function peelVecVecU8(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
221
|
+
function toBytes<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
222
222
|
}
|
|
223
223
|
}
|
|
224
224
|
export declare namespace bls12381 {
|
|
@@ -247,12 +247,12 @@ export declare namespace bls12381 {
|
|
|
247
247
|
string | ObjectCallArg | TransactionArgument,
|
|
248
248
|
string | ObjectCallArg | TransactionArgument,
|
|
249
249
|
string | ObjectCallArg | TransactionArgument
|
|
250
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
250
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
251
251
|
function bls12381MinSigVerify(client: SuiClient, args: [
|
|
252
252
|
string | ObjectCallArg | TransactionArgument,
|
|
253
253
|
string | ObjectCallArg | TransactionArgument,
|
|
254
254
|
string | ObjectCallArg | TransactionArgument
|
|
255
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
255
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
256
256
|
}
|
|
257
257
|
}
|
|
258
258
|
export declare namespace borrow {
|
|
@@ -290,17 +290,17 @@ export declare namespace borrow {
|
|
|
290
290
|
];
|
|
291
291
|
}
|
|
292
292
|
namespace view {
|
|
293
|
-
function borrow<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
294
|
-
function destroy<T0 = any>(client: SuiClient, args: [borrow.Referent<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
293
|
+
function borrow<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
294
|
+
function destroy<T0 = any>(client: SuiClient, args: [borrow.Referent<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
295
295
|
function new_<T0 = any>(client: SuiClient, args: [
|
|
296
296
|
T0 | TransactionArgument,
|
|
297
297
|
string | ObjectCallArg | TransactionArgument
|
|
298
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
298
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
299
299
|
function putBack<T0 = any>(client: SuiClient, args: [
|
|
300
300
|
string | ObjectCallArg | TransactionArgument,
|
|
301
301
|
T0 | TransactionArgument,
|
|
302
302
|
borrow.Borrow | TransactionArgument
|
|
303
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
303
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
304
304
|
}
|
|
305
305
|
}
|
|
306
306
|
export declare namespace clock {
|
|
@@ -316,7 +316,7 @@ export declare namespace clock {
|
|
|
316
316
|
function timestampMs(tx: TransactionBlock, args: [string | ObjectCallArg | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
317
317
|
}
|
|
318
318
|
namespace view {
|
|
319
|
-
function timestampMs(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
319
|
+
function timestampMs(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
320
320
|
}
|
|
321
321
|
}
|
|
322
322
|
export declare namespace coin {
|
|
@@ -495,12 +495,12 @@ export declare namespace coin {
|
|
|
495
495
|
function zero<T0 = any>(tx: TransactionBlock, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
496
496
|
}
|
|
497
497
|
namespace view {
|
|
498
|
-
function balance<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
499
|
-
function balanceMut<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
498
|
+
function balance<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
499
|
+
function balanceMut<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
500
500
|
function burn<T0 = any>(client: SuiClient, args: [
|
|
501
501
|
string | ObjectCallArg | TransactionArgument,
|
|
502
502
|
coin.Coin<T0> | TransactionArgument
|
|
503
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
503
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
504
504
|
function createCurrency<T0 = any>(client: SuiClient, args: [
|
|
505
505
|
T0 | TransactionArgument,
|
|
506
506
|
number | TransactionArgument,
|
|
@@ -509,83 +509,83 @@ export declare namespace coin {
|
|
|
509
509
|
(string | ObjectCallArg)[] | TransactionArgument,
|
|
510
510
|
_0x1.option.Option<url.Url> | TransactionArgument,
|
|
511
511
|
string | ObjectCallArg | TransactionArgument
|
|
512
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
513
|
-
function destroyZero<T0 = any>(client: SuiClient, args: [coin.Coin<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
512
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
513
|
+
function destroyZero<T0 = any>(client: SuiClient, args: [coin.Coin<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
514
514
|
function divideIntoN<T0 = any>(client: SuiClient, args: [
|
|
515
515
|
string | ObjectCallArg | TransactionArgument,
|
|
516
516
|
bigint | TransactionArgument,
|
|
517
517
|
string | ObjectCallArg | TransactionArgument
|
|
518
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
518
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
519
519
|
function fromBalance<T0 = any>(client: SuiClient, args: [
|
|
520
520
|
balance.Balance<T0> | TransactionArgument,
|
|
521
521
|
string | ObjectCallArg | TransactionArgument
|
|
522
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
523
|
-
function getDecimals<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
524
|
-
function getDescription<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
525
|
-
function getIconUrl<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
526
|
-
function getName<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
527
|
-
function getSymbol<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
528
|
-
function intoBalance<T0 = any>(client: SuiClient, args: [coin.Coin<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
522
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
523
|
+
function getDecimals<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
524
|
+
function getDescription<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
525
|
+
function getIconUrl<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
526
|
+
function getName<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
527
|
+
function getSymbol<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
528
|
+
function intoBalance<T0 = any>(client: SuiClient, args: [coin.Coin<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
529
529
|
function join<T0 = any>(client: SuiClient, args: [
|
|
530
530
|
string | ObjectCallArg | TransactionArgument,
|
|
531
531
|
coin.Coin<T0> | TransactionArgument
|
|
532
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
532
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
533
533
|
function mint<T0 = any>(client: SuiClient, args: [
|
|
534
534
|
string | ObjectCallArg | TransactionArgument,
|
|
535
535
|
bigint | TransactionArgument,
|
|
536
536
|
string | ObjectCallArg | TransactionArgument
|
|
537
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
537
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
538
538
|
function mintAndTransfer<T0 = any>(client: SuiClient, args: [
|
|
539
539
|
string | ObjectCallArg | TransactionArgument,
|
|
540
540
|
bigint | TransactionArgument,
|
|
541
541
|
string | TransactionArgument,
|
|
542
542
|
string | ObjectCallArg | TransactionArgument
|
|
543
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
543
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
544
544
|
function mintBalance<T0 = any>(client: SuiClient, args: [
|
|
545
545
|
string | ObjectCallArg | TransactionArgument,
|
|
546
546
|
bigint | TransactionArgument
|
|
547
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
547
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
548
548
|
function put<T0 = any>(client: SuiClient, args: [
|
|
549
549
|
string | ObjectCallArg | TransactionArgument,
|
|
550
550
|
coin.Coin<T0> | TransactionArgument
|
|
551
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
551
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
552
552
|
function split<T0 = any>(client: SuiClient, args: [
|
|
553
553
|
string | ObjectCallArg | TransactionArgument,
|
|
554
554
|
bigint | TransactionArgument,
|
|
555
555
|
string | ObjectCallArg | TransactionArgument
|
|
556
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
557
|
-
function supply<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
558
|
-
function supplyImmut<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
559
|
-
function supplyMut<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
556
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
557
|
+
function supply<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
558
|
+
function supplyImmut<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
559
|
+
function supplyMut<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
560
560
|
function take<T0 = any>(client: SuiClient, args: [
|
|
561
561
|
string | ObjectCallArg | TransactionArgument,
|
|
562
562
|
bigint | TransactionArgument,
|
|
563
563
|
string | ObjectCallArg | TransactionArgument
|
|
564
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
565
|
-
function totalSupply<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
566
|
-
function treasuryIntoSupply<T0 = any>(client: SuiClient, args: [coin.TreasuryCap<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
564
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
565
|
+
function totalSupply<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
566
|
+
function treasuryIntoSupply<T0 = any>(client: SuiClient, args: [coin.TreasuryCap<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
567
567
|
function updateDescription<T0 = any>(client: SuiClient, args: [
|
|
568
568
|
string | ObjectCallArg | TransactionArgument,
|
|
569
569
|
string | ObjectCallArg | TransactionArgument,
|
|
570
570
|
string | TransactionArgument
|
|
571
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
571
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
572
572
|
function updateIconUrl<T0 = any>(client: SuiClient, args: [
|
|
573
573
|
string | ObjectCallArg | TransactionArgument,
|
|
574
574
|
string | ObjectCallArg | TransactionArgument,
|
|
575
575
|
_0x1.ascii.String | TransactionArgument
|
|
576
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
576
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
577
577
|
function updateName<T0 = any>(client: SuiClient, args: [
|
|
578
578
|
string | ObjectCallArg | TransactionArgument,
|
|
579
579
|
string | ObjectCallArg | TransactionArgument,
|
|
580
580
|
string | TransactionArgument
|
|
581
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
581
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
582
582
|
function updateSymbol<T0 = any>(client: SuiClient, args: [
|
|
583
583
|
string | ObjectCallArg | TransactionArgument,
|
|
584
584
|
string | ObjectCallArg | TransactionArgument,
|
|
585
585
|
_0x1.ascii.String | TransactionArgument
|
|
586
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
587
|
-
function value<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
588
|
-
function zero<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
586
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
587
|
+
function value<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
588
|
+
function zero<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
589
589
|
}
|
|
590
590
|
}
|
|
591
591
|
export declare namespace display {
|
|
@@ -683,39 +683,39 @@ export declare namespace display {
|
|
|
683
683
|
string | ObjectCallArg | TransactionArgument,
|
|
684
684
|
string | TransactionArgument,
|
|
685
685
|
string | TransactionArgument
|
|
686
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
686
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
687
687
|
function addMultiple<T0 = any>(client: SuiClient, args: [
|
|
688
688
|
string | ObjectCallArg | TransactionArgument,
|
|
689
689
|
(string | ObjectCallArg)[] | TransactionArgument,
|
|
690
690
|
(string | ObjectCallArg)[] | TransactionArgument
|
|
691
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
691
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
692
692
|
function createAndKeep<T0 = any>(client: SuiClient, args: [
|
|
693
693
|
string | ObjectCallArg | TransactionArgument,
|
|
694
694
|
string | ObjectCallArg | TransactionArgument
|
|
695
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
695
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
696
696
|
function edit<T0 = any>(client: SuiClient, args: [
|
|
697
697
|
string | ObjectCallArg | TransactionArgument,
|
|
698
698
|
string | TransactionArgument,
|
|
699
699
|
string | TransactionArgument
|
|
700
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
701
|
-
function fields<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
702
|
-
function isAuthorized<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
700
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
701
|
+
function fields<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
702
|
+
function isAuthorized<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
703
703
|
function new_<T0 = any>(client: SuiClient, args: [
|
|
704
704
|
string | ObjectCallArg | TransactionArgument,
|
|
705
705
|
string | ObjectCallArg | TransactionArgument
|
|
706
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
706
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
707
707
|
function newWithFields<T0 = any>(client: SuiClient, args: [
|
|
708
708
|
string | ObjectCallArg | TransactionArgument,
|
|
709
709
|
(string | ObjectCallArg)[] | TransactionArgument,
|
|
710
710
|
(string | ObjectCallArg)[] | TransactionArgument,
|
|
711
711
|
string | ObjectCallArg | TransactionArgument
|
|
712
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
712
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
713
713
|
function remove<T0 = any>(client: SuiClient, args: [
|
|
714
714
|
string | ObjectCallArg | TransactionArgument,
|
|
715
715
|
string | TransactionArgument
|
|
716
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
717
|
-
function updateVersion<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
718
|
-
function version<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
716
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
717
|
+
function updateVersion<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
718
|
+
function version<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
719
719
|
}
|
|
720
720
|
}
|
|
721
721
|
export declare namespace dynamic_field {
|
|
@@ -768,31 +768,31 @@ export declare namespace dynamic_field {
|
|
|
768
768
|
string | ObjectCallArg | TransactionArgument,
|
|
769
769
|
T0 | TransactionArgument,
|
|
770
770
|
T1 | TransactionArgument
|
|
771
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
771
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
772
772
|
function borrow<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
773
773
|
string | ObjectCallArg | TransactionArgument,
|
|
774
774
|
T0 | TransactionArgument
|
|
775
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
775
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
776
776
|
function borrowMut<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
777
777
|
string | ObjectCallArg | TransactionArgument,
|
|
778
778
|
T0 | TransactionArgument
|
|
779
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
779
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
780
780
|
function exists_<T0 = any>(client: SuiClient, args: [
|
|
781
781
|
string | ObjectCallArg | TransactionArgument,
|
|
782
782
|
T0 | TransactionArgument
|
|
783
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
783
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
784
784
|
function existsWithType<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
785
785
|
string | ObjectCallArg | TransactionArgument,
|
|
786
786
|
T0 | TransactionArgument
|
|
787
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
787
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
788
788
|
function remove<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
789
789
|
string | ObjectCallArg | TransactionArgument,
|
|
790
790
|
T0 | TransactionArgument
|
|
791
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
791
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
792
792
|
function removeIfExists<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
793
793
|
string | ObjectCallArg | TransactionArgument,
|
|
794
794
|
T0 | TransactionArgument
|
|
795
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
795
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
796
796
|
}
|
|
797
797
|
}
|
|
798
798
|
export declare namespace dynamic_object_field {
|
|
@@ -847,31 +847,31 @@ export declare namespace dynamic_object_field {
|
|
|
847
847
|
string | ObjectCallArg | TransactionArgument,
|
|
848
848
|
T0 | TransactionArgument,
|
|
849
849
|
T1 | TransactionArgument
|
|
850
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
850
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
851
851
|
function borrow<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
852
852
|
string | ObjectCallArg | TransactionArgument,
|
|
853
853
|
T0 | TransactionArgument
|
|
854
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
854
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
855
855
|
function borrowMut<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
856
856
|
string | ObjectCallArg | TransactionArgument,
|
|
857
857
|
T0 | TransactionArgument
|
|
858
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
858
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
859
859
|
function exists_<T0 = any>(client: SuiClient, args: [
|
|
860
860
|
string | ObjectCallArg | TransactionArgument,
|
|
861
861
|
T0 | TransactionArgument
|
|
862
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
862
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
863
863
|
function existsWithType<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
864
864
|
string | ObjectCallArg | TransactionArgument,
|
|
865
865
|
T0 | TransactionArgument
|
|
866
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
866
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
867
867
|
function id<T0 = any>(client: SuiClient, args: [
|
|
868
868
|
string | ObjectCallArg | TransactionArgument,
|
|
869
869
|
T0 | TransactionArgument
|
|
870
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
870
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
871
871
|
function remove<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
872
872
|
string | ObjectCallArg | TransactionArgument,
|
|
873
873
|
T0 | TransactionArgument
|
|
874
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
874
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
875
875
|
}
|
|
876
876
|
}
|
|
877
877
|
export declare namespace ecdsa_k1 {
|
|
@@ -899,18 +899,18 @@ export declare namespace ecdsa_k1 {
|
|
|
899
899
|
];
|
|
900
900
|
}
|
|
901
901
|
namespace view {
|
|
902
|
-
function decompressPubkey(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
902
|
+
function decompressPubkey(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
903
903
|
function secp256k1Ecrecover(client: SuiClient, args: [
|
|
904
904
|
string | ObjectCallArg | TransactionArgument,
|
|
905
905
|
string | ObjectCallArg | TransactionArgument,
|
|
906
906
|
number | TransactionArgument
|
|
907
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
907
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
908
908
|
function secp256k1Verify(client: SuiClient, args: [
|
|
909
909
|
string | ObjectCallArg | TransactionArgument,
|
|
910
910
|
string | ObjectCallArg | TransactionArgument,
|
|
911
911
|
string | ObjectCallArg | TransactionArgument,
|
|
912
912
|
number | TransactionArgument
|
|
913
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
913
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
914
914
|
}
|
|
915
915
|
}
|
|
916
916
|
export declare namespace ecdsa_r1 {
|
|
@@ -941,13 +941,13 @@ export declare namespace ecdsa_r1 {
|
|
|
941
941
|
string | ObjectCallArg | TransactionArgument,
|
|
942
942
|
string | ObjectCallArg | TransactionArgument,
|
|
943
943
|
number | TransactionArgument
|
|
944
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
944
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
945
945
|
function secp256r1Verify(client: SuiClient, args: [
|
|
946
946
|
string | ObjectCallArg | TransactionArgument,
|
|
947
947
|
string | ObjectCallArg | TransactionArgument,
|
|
948
948
|
string | ObjectCallArg | TransactionArgument,
|
|
949
949
|
number | TransactionArgument
|
|
950
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
950
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
951
951
|
}
|
|
952
952
|
}
|
|
953
953
|
export declare namespace ecvrf {
|
|
@@ -970,7 +970,7 @@ export declare namespace ecvrf {
|
|
|
970
970
|
string | ObjectCallArg | TransactionArgument,
|
|
971
971
|
string | ObjectCallArg | TransactionArgument,
|
|
972
972
|
string | ObjectCallArg | TransactionArgument
|
|
973
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
973
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
974
974
|
}
|
|
975
975
|
}
|
|
976
976
|
export declare namespace ed25519 {
|
|
@@ -990,7 +990,7 @@ export declare namespace ed25519 {
|
|
|
990
990
|
string | ObjectCallArg | TransactionArgument,
|
|
991
991
|
string | ObjectCallArg | TransactionArgument,
|
|
992
992
|
string | ObjectCallArg | TransactionArgument
|
|
993
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
993
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
994
994
|
}
|
|
995
995
|
}
|
|
996
996
|
export declare namespace event {
|
|
@@ -998,7 +998,7 @@ export declare namespace event {
|
|
|
998
998
|
function emit<T0 = any>(tx: TransactionBlock, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
999
999
|
}
|
|
1000
1000
|
namespace view {
|
|
1001
|
-
function emit<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1001
|
+
function emit<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1002
1002
|
}
|
|
1003
1003
|
}
|
|
1004
1004
|
export declare namespace groth16 {
|
|
@@ -1083,27 +1083,27 @@ export declare namespace groth16 {
|
|
|
1083
1083
|
];
|
|
1084
1084
|
}
|
|
1085
1085
|
namespace view {
|
|
1086
|
-
function bls12381(client: SuiClient, args: []): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1087
|
-
function bn254(client: SuiClient, args: []): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1086
|
+
function bls12381(client: SuiClient, args: []): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1087
|
+
function bn254(client: SuiClient, args: []): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1088
1088
|
function prepareVerifyingKey(client: SuiClient, args: [
|
|
1089
1089
|
string | ObjectCallArg | TransactionArgument,
|
|
1090
1090
|
string | ObjectCallArg | TransactionArgument
|
|
1091
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1092
|
-
function proofPointsFromBytes(client: SuiClient, args: [(string | ObjectCallArg)[] | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1093
|
-
function publicProofInputsFromBytes(client: SuiClient, args: [(string | ObjectCallArg)[] | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1091
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1092
|
+
function proofPointsFromBytes(client: SuiClient, args: [(string | ObjectCallArg)[] | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1093
|
+
function publicProofInputsFromBytes(client: SuiClient, args: [(string | ObjectCallArg)[] | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1094
1094
|
function pvkFromBytes(client: SuiClient, args: [
|
|
1095
1095
|
(string | ObjectCallArg)[] | TransactionArgument,
|
|
1096
1096
|
(string | ObjectCallArg)[] | TransactionArgument,
|
|
1097
1097
|
(string | ObjectCallArg)[] | TransactionArgument,
|
|
1098
1098
|
(string | ObjectCallArg)[] | TransactionArgument
|
|
1099
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1100
|
-
function pvkToBytes(client: SuiClient, args: [groth16.PreparedVerifyingKey | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1099
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1100
|
+
function pvkToBytes(client: SuiClient, args: [groth16.PreparedVerifyingKey | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1101
1101
|
function verifyGroth16Proof(client: SuiClient, args: [
|
|
1102
1102
|
string | ObjectCallArg | TransactionArgument,
|
|
1103
1103
|
string | ObjectCallArg | TransactionArgument,
|
|
1104
1104
|
string | ObjectCallArg | TransactionArgument,
|
|
1105
1105
|
string | ObjectCallArg | TransactionArgument
|
|
1106
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1106
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1107
1107
|
}
|
|
1108
1108
|
}
|
|
1109
1109
|
export declare namespace hash {
|
|
@@ -1112,8 +1112,8 @@ export declare namespace hash {
|
|
|
1112
1112
|
function keccak256(tx: TransactionBlock, args: [string | ObjectCallArg | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
1113
1113
|
}
|
|
1114
1114
|
namespace view {
|
|
1115
|
-
function blake2b256(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1116
|
-
function keccak256(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1115
|
+
function blake2b256(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1116
|
+
function keccak256(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1117
1117
|
}
|
|
1118
1118
|
}
|
|
1119
1119
|
export declare namespace hex {
|
|
@@ -1122,8 +1122,8 @@ export declare namespace hex {
|
|
|
1122
1122
|
function encode(tx: TransactionBlock, args: [(string | ObjectCallArg)[] | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
1123
1123
|
}
|
|
1124
1124
|
namespace view {
|
|
1125
|
-
function decode(client: SuiClient, args: [(string | ObjectCallArg)[] | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1126
|
-
function encode(client: SuiClient, args: [(string | ObjectCallArg)[] | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1125
|
+
function decode(client: SuiClient, args: [(string | ObjectCallArg)[] | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1126
|
+
function encode(client: SuiClient, args: [(string | ObjectCallArg)[] | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1127
1127
|
}
|
|
1128
1128
|
}
|
|
1129
1129
|
export declare namespace hmac {
|
|
@@ -1137,7 +1137,7 @@ export declare namespace hmac {
|
|
|
1137
1137
|
function hmacSha3256(client: SuiClient, args: [
|
|
1138
1138
|
string | ObjectCallArg | TransactionArgument,
|
|
1139
1139
|
string | ObjectCallArg | TransactionArgument
|
|
1140
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1140
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1141
1141
|
}
|
|
1142
1142
|
}
|
|
1143
1143
|
export declare namespace kiosk {
|
|
@@ -1476,143 +1476,143 @@ export declare namespace kiosk {
|
|
|
1476
1476
|
string | ObjectCallArg | TransactionArgument,
|
|
1477
1477
|
string | ObjectCallArg | TransactionArgument,
|
|
1478
1478
|
object_.ID | TransactionArgument
|
|
1479
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1479
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1480
1480
|
function borrowMut<T0 = any>(client: SuiClient, args: [
|
|
1481
1481
|
string | ObjectCallArg | TransactionArgument,
|
|
1482
1482
|
string | ObjectCallArg | TransactionArgument,
|
|
1483
1483
|
object_.ID | TransactionArgument
|
|
1484
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1484
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1485
1485
|
function borrowVal<T0 = any>(client: SuiClient, args: [
|
|
1486
1486
|
string | ObjectCallArg | TransactionArgument,
|
|
1487
1487
|
string | ObjectCallArg | TransactionArgument,
|
|
1488
1488
|
object_.ID | TransactionArgument
|
|
1489
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1489
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1490
1490
|
function closeAndWithdraw(client: SuiClient, args: [
|
|
1491
1491
|
kiosk.Kiosk | TransactionArgument,
|
|
1492
1492
|
kiosk.KioskOwnerCap | TransactionArgument,
|
|
1493
1493
|
string | ObjectCallArg | TransactionArgument
|
|
1494
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1494
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1495
1495
|
function delist<T0 = any>(client: SuiClient, args: [
|
|
1496
1496
|
string | ObjectCallArg | TransactionArgument,
|
|
1497
1497
|
string | ObjectCallArg | TransactionArgument,
|
|
1498
1498
|
object_.ID | TransactionArgument
|
|
1499
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1499
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1500
1500
|
function hasAccess(client: SuiClient, args: [
|
|
1501
1501
|
string | ObjectCallArg | TransactionArgument,
|
|
1502
1502
|
string | ObjectCallArg | TransactionArgument
|
|
1503
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1503
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1504
1504
|
function hasItem(client: SuiClient, args: [
|
|
1505
1505
|
string | ObjectCallArg | TransactionArgument,
|
|
1506
1506
|
object_.ID | TransactionArgument
|
|
1507
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1507
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1508
1508
|
function hasItemWithType<T0 = any>(client: SuiClient, args: [
|
|
1509
1509
|
string | ObjectCallArg | TransactionArgument,
|
|
1510
1510
|
object_.ID | TransactionArgument
|
|
1511
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1511
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1512
1512
|
function isListed(client: SuiClient, args: [
|
|
1513
1513
|
string | ObjectCallArg | TransactionArgument,
|
|
1514
1514
|
object_.ID | TransactionArgument
|
|
1515
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1515
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1516
1516
|
function isListedExclusively(client: SuiClient, args: [
|
|
1517
1517
|
string | ObjectCallArg | TransactionArgument,
|
|
1518
1518
|
object_.ID | TransactionArgument
|
|
1519
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1519
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1520
1520
|
function isLocked(client: SuiClient, args: [
|
|
1521
1521
|
string | ObjectCallArg | TransactionArgument,
|
|
1522
1522
|
object_.ID | TransactionArgument
|
|
1523
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1524
|
-
function itemCount(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1523
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1524
|
+
function itemCount(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1525
1525
|
function list<T0 = any>(client: SuiClient, args: [
|
|
1526
1526
|
string | ObjectCallArg | TransactionArgument,
|
|
1527
1527
|
string | ObjectCallArg | TransactionArgument,
|
|
1528
1528
|
object_.ID | TransactionArgument,
|
|
1529
1529
|
bigint | TransactionArgument
|
|
1530
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1530
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1531
1531
|
function listWithPurchaseCap<T0 = any>(client: SuiClient, args: [
|
|
1532
1532
|
string | ObjectCallArg | TransactionArgument,
|
|
1533
1533
|
string | ObjectCallArg | TransactionArgument,
|
|
1534
1534
|
object_.ID | TransactionArgument,
|
|
1535
1535
|
bigint | TransactionArgument,
|
|
1536
1536
|
string | ObjectCallArg | TransactionArgument
|
|
1537
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1537
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1538
1538
|
function lock<T0 = any>(client: SuiClient, args: [
|
|
1539
1539
|
string | ObjectCallArg | TransactionArgument,
|
|
1540
1540
|
string | ObjectCallArg | TransactionArgument,
|
|
1541
1541
|
string | ObjectCallArg | TransactionArgument,
|
|
1542
1542
|
T0 | TransactionArgument
|
|
1543
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1544
|
-
function new_(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1545
|
-
function owner(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1543
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1544
|
+
function new_(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1545
|
+
function owner(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1546
1546
|
function place<T0 = any>(client: SuiClient, args: [
|
|
1547
1547
|
string | ObjectCallArg | TransactionArgument,
|
|
1548
1548
|
string | ObjectCallArg | TransactionArgument,
|
|
1549
1549
|
T0 | TransactionArgument
|
|
1550
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1550
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1551
1551
|
function placeAndList<T0 = any>(client: SuiClient, args: [
|
|
1552
1552
|
string | ObjectCallArg | TransactionArgument,
|
|
1553
1553
|
string | ObjectCallArg | TransactionArgument,
|
|
1554
1554
|
T0 | TransactionArgument,
|
|
1555
1555
|
bigint | TransactionArgument
|
|
1556
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1557
|
-
function profitsAmount(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1556
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1557
|
+
function profitsAmount(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1558
1558
|
function profitsMut(client: SuiClient, args: [
|
|
1559
1559
|
string | ObjectCallArg | TransactionArgument,
|
|
1560
1560
|
string | ObjectCallArg | TransactionArgument
|
|
1561
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1561
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1562
1562
|
function purchase<T0 = any>(client: SuiClient, args: [
|
|
1563
1563
|
string | ObjectCallArg | TransactionArgument,
|
|
1564
1564
|
object_.ID | TransactionArgument,
|
|
1565
1565
|
coin.Coin<sui.SUI> | TransactionArgument
|
|
1566
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1567
|
-
function purchaseCapItem<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1568
|
-
function purchaseCapKiosk<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1569
|
-
function purchaseCapMinPrice<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1566
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1567
|
+
function purchaseCapItem<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1568
|
+
function purchaseCapKiosk<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1569
|
+
function purchaseCapMinPrice<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1570
1570
|
function purchaseWithCap<T0 = any>(client: SuiClient, args: [
|
|
1571
1571
|
string | ObjectCallArg | TransactionArgument,
|
|
1572
1572
|
kiosk.PurchaseCap<T0> | TransactionArgument,
|
|
1573
1573
|
coin.Coin<sui.SUI> | TransactionArgument
|
|
1574
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1574
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1575
1575
|
function returnPurchaseCap<T0 = any>(client: SuiClient, args: [
|
|
1576
1576
|
string | ObjectCallArg | TransactionArgument,
|
|
1577
1577
|
kiosk.PurchaseCap<T0> | TransactionArgument
|
|
1578
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1578
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1579
1579
|
function returnVal<T0 = any>(client: SuiClient, args: [
|
|
1580
1580
|
string | ObjectCallArg | TransactionArgument,
|
|
1581
1581
|
T0 | TransactionArgument,
|
|
1582
1582
|
kiosk.Borrow | TransactionArgument
|
|
1583
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1583
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1584
1584
|
function setAllowExtensions(client: SuiClient, args: [
|
|
1585
1585
|
string | ObjectCallArg | TransactionArgument,
|
|
1586
1586
|
string | ObjectCallArg | TransactionArgument,
|
|
1587
1587
|
Boolean | TransactionArgument
|
|
1588
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1588
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1589
1589
|
function setOwner(client: SuiClient, args: [
|
|
1590
1590
|
string | ObjectCallArg | TransactionArgument,
|
|
1591
1591
|
string | ObjectCallArg | TransactionArgument,
|
|
1592
1592
|
string | ObjectCallArg | TransactionArgument
|
|
1593
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1593
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1594
1594
|
function setOwnerCustom(client: SuiClient, args: [
|
|
1595
1595
|
string | ObjectCallArg | TransactionArgument,
|
|
1596
1596
|
string | ObjectCallArg | TransactionArgument,
|
|
1597
1597
|
string | TransactionArgument
|
|
1598
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1598
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1599
1599
|
function take<T0 = any>(client: SuiClient, args: [
|
|
1600
1600
|
string | ObjectCallArg | TransactionArgument,
|
|
1601
1601
|
string | ObjectCallArg | TransactionArgument,
|
|
1602
1602
|
object_.ID | TransactionArgument
|
|
1603
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1604
|
-
function uid(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1605
|
-
function uidMut(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1603
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1604
|
+
function uid(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1605
|
+
function uidMut(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1606
1606
|
function uidMutAsOwner(client: SuiClient, args: [
|
|
1607
1607
|
string | ObjectCallArg | TransactionArgument,
|
|
1608
1608
|
string | ObjectCallArg | TransactionArgument
|
|
1609
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1609
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1610
1610
|
function withdraw(client: SuiClient, args: [
|
|
1611
1611
|
string | ObjectCallArg | TransactionArgument,
|
|
1612
1612
|
string | ObjectCallArg | TransactionArgument,
|
|
1613
1613
|
_0x1.option.Option<bigint> | TransactionArgument,
|
|
1614
1614
|
string | ObjectCallArg | TransactionArgument
|
|
1615
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1615
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1616
1616
|
}
|
|
1617
1617
|
}
|
|
1618
1618
|
export declare namespace linked_table {
|
|
@@ -1689,49 +1689,49 @@ export declare namespace linked_table {
|
|
|
1689
1689
|
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
1690
1690
|
}
|
|
1691
1691
|
namespace view {
|
|
1692
|
-
function back<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1692
|
+
function back<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>;
|
|
1693
1693
|
function borrow<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1694
1694
|
string | ObjectCallArg | TransactionArgument,
|
|
1695
1695
|
T0 | TransactionArgument
|
|
1696
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1696
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1697
1697
|
function borrowMut<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1698
1698
|
string | ObjectCallArg | TransactionArgument,
|
|
1699
1699
|
T0 | TransactionArgument
|
|
1700
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1700
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1701
1701
|
function contains<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1702
1702
|
string | ObjectCallArg | TransactionArgument,
|
|
1703
1703
|
T0 | TransactionArgument
|
|
1704
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1705
|
-
function destroyEmpty<T0 = any, T1 = any>(client: SuiClient, args: [linked_table.LinkedTable<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1706
|
-
function drop<T0 = any, T1 = any>(client: SuiClient, args: [linked_table.LinkedTable<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1707
|
-
function front<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1708
|
-
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>;
|
|
1709
|
-
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>;
|
|
1710
|
-
function new_<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1704
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1705
|
+
function destroyEmpty<T0 = any, T1 = any>(client: SuiClient, args: [linked_table.LinkedTable<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1706
|
+
function drop<T0 = any, T1 = any>(client: SuiClient, args: [linked_table.LinkedTable<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1707
|
+
function front<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>;
|
|
1708
|
+
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>;
|
|
1709
|
+
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>;
|
|
1710
|
+
function new_<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>;
|
|
1711
1711
|
function next<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1712
1712
|
string | ObjectCallArg | TransactionArgument,
|
|
1713
1713
|
T0 | TransactionArgument
|
|
1714
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1715
|
-
function popBack<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1716
|
-
function popFront<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1714
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1715
|
+
function popBack<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>;
|
|
1716
|
+
function popFront<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>;
|
|
1717
1717
|
function prev<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1718
1718
|
string | ObjectCallArg | TransactionArgument,
|
|
1719
1719
|
T0 | TransactionArgument
|
|
1720
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1720
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1721
1721
|
function pushBack<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1722
1722
|
string | ObjectCallArg | TransactionArgument,
|
|
1723
1723
|
T0 | TransactionArgument,
|
|
1724
1724
|
T1 | TransactionArgument
|
|
1725
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1725
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1726
1726
|
function pushFront<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1727
1727
|
string | ObjectCallArg | TransactionArgument,
|
|
1728
1728
|
T0 | TransactionArgument,
|
|
1729
1729
|
T1 | TransactionArgument
|
|
1730
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1730
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1731
1731
|
function remove<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1732
1732
|
string | ObjectCallArg | TransactionArgument,
|
|
1733
1733
|
T0 | TransactionArgument
|
|
1734
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1734
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1735
1735
|
}
|
|
1736
1736
|
}
|
|
1737
1737
|
export declare namespace math {
|
|
@@ -1745,13 +1745,13 @@ export declare namespace math {
|
|
|
1745
1745
|
function sqrtU128(tx: TransactionBlock, args: [bigint | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
1746
1746
|
}
|
|
1747
1747
|
namespace view {
|
|
1748
|
-
function diff(client: SuiClient, args: [bigint | TransactionArgument, bigint | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1749
|
-
function divideAndRoundUp(client: SuiClient, args: [bigint | TransactionArgument, bigint | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1750
|
-
function max(client: SuiClient, args: [bigint | TransactionArgument, bigint | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1751
|
-
function min(client: SuiClient, args: [bigint | TransactionArgument, bigint | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1752
|
-
function pow(client: SuiClient, args: [bigint | TransactionArgument, number | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1753
|
-
function sqrt(client: SuiClient, args: [bigint | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1754
|
-
function sqrtU128(client: SuiClient, args: [bigint | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1748
|
+
function diff(client: SuiClient, args: [bigint | TransactionArgument, bigint | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1749
|
+
function divideAndRoundUp(client: SuiClient, args: [bigint | TransactionArgument, bigint | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1750
|
+
function max(client: SuiClient, args: [bigint | TransactionArgument, bigint | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1751
|
+
function min(client: SuiClient, args: [bigint | TransactionArgument, bigint | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1752
|
+
function pow(client: SuiClient, args: [bigint | TransactionArgument, number | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1753
|
+
function sqrt(client: SuiClient, args: [bigint | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1754
|
+
function sqrtU128(client: SuiClient, args: [bigint | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1755
1755
|
}
|
|
1756
1756
|
}
|
|
1757
1757
|
export declare namespace object_ {
|
|
@@ -1784,20 +1784,20 @@ export declare namespace object_ {
|
|
|
1784
1784
|
function uidToInner(tx: TransactionBlock, args: [string | ObjectCallArg | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
1785
1785
|
}
|
|
1786
1786
|
namespace view {
|
|
1787
|
-
function borrowId<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1788
|
-
function delete_(client: SuiClient, args: [object_.UID | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1789
|
-
function id<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1790
|
-
function idAddress<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1791
|
-
function idBytes<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1792
|
-
function idFromAddress(client: SuiClient, args: [string | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1793
|
-
function idFromBytes(client: SuiClient, args: [(string | ObjectCallArg)[] | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1794
|
-
function idToAddress(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1795
|
-
function idToBytes(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1796
|
-
function new_(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1797
|
-
function uidAsInner(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1798
|
-
function uidToAddress(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1799
|
-
function uidToBytes(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1800
|
-
function uidToInner(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1787
|
+
function borrowId<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1788
|
+
function delete_(client: SuiClient, args: [object_.UID | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1789
|
+
function id<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1790
|
+
function idAddress<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1791
|
+
function idBytes<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1792
|
+
function idFromAddress(client: SuiClient, args: [string | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1793
|
+
function idFromBytes(client: SuiClient, args: [(string | ObjectCallArg)[] | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1794
|
+
function idToAddress(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1795
|
+
function idToBytes(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1796
|
+
function new_(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1797
|
+
function uidAsInner(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1798
|
+
function uidToAddress(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1799
|
+
function uidToBytes(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1800
|
+
function uidToInner(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1801
1801
|
}
|
|
1802
1802
|
}
|
|
1803
1803
|
export declare namespace object_bag {
|
|
@@ -1853,35 +1853,35 @@ export declare namespace object_bag {
|
|
|
1853
1853
|
string | ObjectCallArg | TransactionArgument,
|
|
1854
1854
|
T0 | TransactionArgument,
|
|
1855
1855
|
T1 | TransactionArgument
|
|
1856
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1856
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1857
1857
|
function borrow<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1858
1858
|
string | ObjectCallArg | TransactionArgument,
|
|
1859
1859
|
T0 | TransactionArgument
|
|
1860
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1860
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1861
1861
|
function borrowMut<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1862
1862
|
string | ObjectCallArg | TransactionArgument,
|
|
1863
1863
|
T0 | TransactionArgument
|
|
1864
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1864
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1865
1865
|
function contains<T0 = any>(client: SuiClient, args: [
|
|
1866
1866
|
string | ObjectCallArg | TransactionArgument,
|
|
1867
1867
|
T0 | TransactionArgument
|
|
1868
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1868
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1869
1869
|
function containsWithType<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1870
1870
|
string | ObjectCallArg | TransactionArgument,
|
|
1871
1871
|
T0 | TransactionArgument
|
|
1872
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1873
|
-
function destroyEmpty(client: SuiClient, args: [object_bag.ObjectBag | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1874
|
-
function isEmpty(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1875
|
-
function length(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1876
|
-
function new_(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1872
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1873
|
+
function destroyEmpty(client: SuiClient, args: [object_bag.ObjectBag | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1874
|
+
function isEmpty(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1875
|
+
function length(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1876
|
+
function new_(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1877
1877
|
function remove<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1878
1878
|
string | ObjectCallArg | TransactionArgument,
|
|
1879
1879
|
T0 | TransactionArgument
|
|
1880
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1880
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1881
1881
|
function valueId<T0 = any>(client: SuiClient, args: [
|
|
1882
1882
|
string | ObjectCallArg | TransactionArgument,
|
|
1883
1883
|
T0 | TransactionArgument
|
|
1884
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1884
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1885
1885
|
}
|
|
1886
1886
|
}
|
|
1887
1887
|
export declare namespace object_table {
|
|
@@ -1933,31 +1933,31 @@ export declare namespace object_table {
|
|
|
1933
1933
|
string | ObjectCallArg | TransactionArgument,
|
|
1934
1934
|
T0 | TransactionArgument,
|
|
1935
1935
|
T1 | TransactionArgument
|
|
1936
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1936
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1937
1937
|
function borrow<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1938
1938
|
string | ObjectCallArg | TransactionArgument,
|
|
1939
1939
|
T0 | TransactionArgument
|
|
1940
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1940
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1941
1941
|
function borrowMut<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1942
1942
|
string | ObjectCallArg | TransactionArgument,
|
|
1943
1943
|
T0 | TransactionArgument
|
|
1944
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1944
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1945
1945
|
function contains<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1946
1946
|
string | ObjectCallArg | TransactionArgument,
|
|
1947
1947
|
T0 | TransactionArgument
|
|
1948
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1949
|
-
function destroyEmpty<T0 = any, T1 = any>(client: SuiClient, args: [object_table.ObjectTable<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1950
|
-
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>;
|
|
1951
|
-
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>;
|
|
1952
|
-
function new_<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1948
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1949
|
+
function destroyEmpty<T0 = any, T1 = any>(client: SuiClient, args: [object_table.ObjectTable<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1950
|
+
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>;
|
|
1951
|
+
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>;
|
|
1952
|
+
function new_<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>;
|
|
1953
1953
|
function remove<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1954
1954
|
string | ObjectCallArg | TransactionArgument,
|
|
1955
1955
|
T0 | TransactionArgument
|
|
1956
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1956
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1957
1957
|
function valueId<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1958
1958
|
string | ObjectCallArg | TransactionArgument,
|
|
1959
1959
|
T0 | TransactionArgument
|
|
1960
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
1960
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
1961
1961
|
}
|
|
1962
1962
|
}
|
|
1963
1963
|
export declare namespace package_ {
|
|
@@ -2041,42 +2041,42 @@ export declare namespace package_ {
|
|
|
2041
2041
|
function version(tx: TransactionBlock, args: [string | ObjectCallArg | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
2042
2042
|
}
|
|
2043
2043
|
namespace view {
|
|
2044
|
-
function additivePolicy(client: SuiClient, args: []): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2044
|
+
function additivePolicy(client: SuiClient, args: []): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2045
2045
|
function authorizeUpgrade(client: SuiClient, args: [
|
|
2046
2046
|
string | ObjectCallArg | TransactionArgument,
|
|
2047
2047
|
number | TransactionArgument,
|
|
2048
2048
|
(string | ObjectCallArg)[] | TransactionArgument
|
|
2049
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2050
|
-
function burnPublisher(client: SuiClient, args: [package_.Publisher | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2049
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2050
|
+
function burnPublisher(client: SuiClient, args: [package_.Publisher | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2051
2051
|
function claim<T0 = any>(client: SuiClient, args: [
|
|
2052
2052
|
T0 | TransactionArgument,
|
|
2053
2053
|
string | ObjectCallArg | TransactionArgument
|
|
2054
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2054
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2055
2055
|
function claimAndKeep<T0 = any>(client: SuiClient, args: [
|
|
2056
2056
|
T0 | TransactionArgument,
|
|
2057
2057
|
string | ObjectCallArg | TransactionArgument
|
|
2058
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2058
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2059
2059
|
function commitUpgrade(client: SuiClient, args: [
|
|
2060
2060
|
string | ObjectCallArg | TransactionArgument,
|
|
2061
2061
|
package_.UpgradeReceipt | TransactionArgument
|
|
2062
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2063
|
-
function compatiblePolicy(client: SuiClient, args: []): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2064
|
-
function depOnlyPolicy(client: SuiClient, args: []): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2065
|
-
function fromModule<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2066
|
-
function fromPackage<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2067
|
-
function makeImmutable(client: SuiClient, args: [package_.UpgradeCap | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2068
|
-
function onlyAdditiveUpgrades(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2069
|
-
function onlyDepUpgrades(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2070
|
-
function publishedModule(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2071
|
-
function publishedPackage(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2072
|
-
function receiptCap(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2073
|
-
function receiptPackage(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2074
|
-
function ticketDigest(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2075
|
-
function ticketPackage(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2076
|
-
function ticketPolicy(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2077
|
-
function upgradePackage(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2078
|
-
function upgradePolicy(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2079
|
-
function version(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2062
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2063
|
+
function compatiblePolicy(client: SuiClient, args: []): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2064
|
+
function depOnlyPolicy(client: SuiClient, args: []): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2065
|
+
function fromModule<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2066
|
+
function fromPackage<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2067
|
+
function makeImmutable(client: SuiClient, args: [package_.UpgradeCap | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2068
|
+
function onlyAdditiveUpgrades(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2069
|
+
function onlyDepUpgrades(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2070
|
+
function publishedModule(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2071
|
+
function publishedPackage(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2072
|
+
function receiptCap(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2073
|
+
function receiptPackage(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2074
|
+
function ticketDigest(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2075
|
+
function ticketPackage(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2076
|
+
function ticketPolicy(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2077
|
+
function upgradePackage(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2078
|
+
function upgradePolicy(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2079
|
+
function version(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2080
2080
|
}
|
|
2081
2081
|
}
|
|
2082
2082
|
export declare namespace pay {
|
|
@@ -2141,39 +2141,39 @@ export declare namespace pay {
|
|
|
2141
2141
|
string | ObjectCallArg | TransactionArgument,
|
|
2142
2142
|
bigint | TransactionArgument,
|
|
2143
2143
|
string | ObjectCallArg | TransactionArgument
|
|
2144
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2144
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2145
2145
|
function join<T0 = any>(client: SuiClient, args: [
|
|
2146
2146
|
string | ObjectCallArg | TransactionArgument,
|
|
2147
2147
|
coin.Coin<T0> | TransactionArgument
|
|
2148
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2148
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2149
2149
|
function joinVec<T0 = any>(client: SuiClient, args: [
|
|
2150
2150
|
string | ObjectCallArg | TransactionArgument,
|
|
2151
2151
|
(string | ObjectCallArg)[] | TransactionArgument
|
|
2152
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2152
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2153
2153
|
function joinVecAndTransfer<T0 = any>(client: SuiClient, args: [
|
|
2154
2154
|
(string | ObjectCallArg)[] | TransactionArgument,
|
|
2155
2155
|
string | TransactionArgument
|
|
2156
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2156
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2157
2157
|
function keep<T0 = any>(client: SuiClient, args: [
|
|
2158
2158
|
coin.Coin<T0> | TransactionArgument,
|
|
2159
2159
|
string | ObjectCallArg | TransactionArgument
|
|
2160
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2160
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2161
2161
|
function split<T0 = any>(client: SuiClient, args: [
|
|
2162
2162
|
string | ObjectCallArg | TransactionArgument,
|
|
2163
2163
|
bigint | TransactionArgument,
|
|
2164
2164
|
string | ObjectCallArg | TransactionArgument
|
|
2165
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2165
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2166
2166
|
function splitAndTransfer<T0 = any>(client: SuiClient, args: [
|
|
2167
2167
|
string | ObjectCallArg | TransactionArgument,
|
|
2168
2168
|
bigint | TransactionArgument,
|
|
2169
2169
|
string | TransactionArgument,
|
|
2170
2170
|
string | ObjectCallArg | TransactionArgument
|
|
2171
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2171
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2172
2172
|
function splitVec<T0 = any>(client: SuiClient, args: [
|
|
2173
2173
|
string | ObjectCallArg | TransactionArgument,
|
|
2174
2174
|
(string | ObjectCallArg)[] | TransactionArgument,
|
|
2175
2175
|
string | ObjectCallArg | TransactionArgument
|
|
2176
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2176
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2177
2177
|
}
|
|
2178
2178
|
}
|
|
2179
2179
|
export declare namespace priority_queue {
|
|
@@ -2215,16 +2215,16 @@ export declare namespace priority_queue {
|
|
|
2215
2215
|
function createEntries<T0 = any>(client: SuiClient, args: [
|
|
2216
2216
|
(string | ObjectCallArg)[] | TransactionArgument,
|
|
2217
2217
|
(string | ObjectCallArg)[] | TransactionArgument
|
|
2218
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2218
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2219
2219
|
function insert<T0 = any>(client: SuiClient, args: [
|
|
2220
2220
|
string | ObjectCallArg | TransactionArgument,
|
|
2221
2221
|
bigint | TransactionArgument,
|
|
2222
2222
|
T0 | TransactionArgument
|
|
2223
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2224
|
-
function new_<T0 = any>(client: SuiClient, args: [(string | ObjectCallArg)[] | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2225
|
-
function newEntry<T0 = any>(client: SuiClient, args: [bigint | TransactionArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2226
|
-
function popMax<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2227
|
-
function priorities<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2223
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2224
|
+
function new_<T0 = any>(client: SuiClient, args: [(string | ObjectCallArg)[] | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2225
|
+
function newEntry<T0 = any>(client: SuiClient, args: [bigint | TransactionArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2226
|
+
function popMax<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2227
|
+
function priorities<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2228
2228
|
}
|
|
2229
2229
|
}
|
|
2230
2230
|
export declare namespace prover {
|
|
@@ -2249,7 +2249,7 @@ export declare namespace sui {
|
|
|
2249
2249
|
function transfer(client: SuiClient, args: [
|
|
2250
2250
|
coin.Coin<sui.SUI> | TransactionArgument,
|
|
2251
2251
|
string | TransactionArgument
|
|
2252
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2252
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2253
2253
|
}
|
|
2254
2254
|
}
|
|
2255
2255
|
export declare namespace table {
|
|
@@ -2298,28 +2298,28 @@ export declare namespace table {
|
|
|
2298
2298
|
string | ObjectCallArg | TransactionArgument,
|
|
2299
2299
|
T0 | TransactionArgument,
|
|
2300
2300
|
T1 | TransactionArgument
|
|
2301
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2301
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2302
2302
|
function borrow<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2303
2303
|
string | ObjectCallArg | TransactionArgument,
|
|
2304
2304
|
T0 | TransactionArgument
|
|
2305
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2305
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2306
2306
|
function borrowMut<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2307
2307
|
string | ObjectCallArg | TransactionArgument,
|
|
2308
2308
|
T0 | TransactionArgument
|
|
2309
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2309
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2310
2310
|
function contains<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2311
2311
|
string | ObjectCallArg | TransactionArgument,
|
|
2312
2312
|
T0 | TransactionArgument
|
|
2313
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2314
|
-
function destroyEmpty<T0 = any, T1 = any>(client: SuiClient, args: [table.Table<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2315
|
-
function drop<T0 = any, T1 = any>(client: SuiClient, args: [table.Table<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2316
|
-
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>;
|
|
2317
|
-
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>;
|
|
2318
|
-
function new_<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2313
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2314
|
+
function destroyEmpty<T0 = any, T1 = any>(client: SuiClient, args: [table.Table<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2315
|
+
function drop<T0 = any, T1 = any>(client: SuiClient, args: [table.Table<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2316
|
+
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>;
|
|
2317
|
+
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>;
|
|
2318
|
+
function new_<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>;
|
|
2319
2319
|
function remove<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2320
2320
|
string | ObjectCallArg | TransactionArgument,
|
|
2321
2321
|
T0 | TransactionArgument
|
|
2322
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2322
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2323
2323
|
}
|
|
2324
2324
|
}
|
|
2325
2325
|
export declare namespace table_vec {
|
|
@@ -2357,24 +2357,24 @@ export declare namespace table_vec {
|
|
|
2357
2357
|
function borrow<T0 = any>(client: SuiClient, args: [
|
|
2358
2358
|
string | ObjectCallArg | TransactionArgument,
|
|
2359
2359
|
bigint | TransactionArgument
|
|
2360
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2360
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2361
2361
|
function borrowMut<T0 = any>(client: SuiClient, args: [
|
|
2362
2362
|
string | ObjectCallArg | TransactionArgument,
|
|
2363
2363
|
bigint | TransactionArgument
|
|
2364
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2365
|
-
function destroyEmpty<T0 = any>(client: SuiClient, args: [table_vec.TableVec<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2366
|
-
function empty<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2367
|
-
function isEmpty<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2368
|
-
function length<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2369
|
-
function popBack<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2364
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2365
|
+
function destroyEmpty<T0 = any>(client: SuiClient, args: [table_vec.TableVec<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2366
|
+
function empty<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2367
|
+
function isEmpty<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2368
|
+
function length<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2369
|
+
function popBack<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2370
2370
|
function pushBack<T0 = any>(client: SuiClient, args: [
|
|
2371
2371
|
string | ObjectCallArg | TransactionArgument,
|
|
2372
2372
|
T0 | TransactionArgument
|
|
2373
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2373
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2374
2374
|
function singleton<T0 = any>(client: SuiClient, args: [
|
|
2375
2375
|
T0 | TransactionArgument,
|
|
2376
2376
|
string | ObjectCallArg | TransactionArgument
|
|
2377
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2377
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2378
2378
|
}
|
|
2379
2379
|
}
|
|
2380
2380
|
export declare namespace transfer {
|
|
@@ -2387,12 +2387,12 @@ export declare namespace transfer {
|
|
|
2387
2387
|
function transfer<T0 = any>(tx: TransactionBlock, args: [T0 | TransactionArgument, string | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
2388
2388
|
}
|
|
2389
2389
|
namespace view {
|
|
2390
|
-
function freezeObject<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2391
|
-
function publicFreezeObject<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2392
|
-
function publicShareObject<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2393
|
-
function publicTransfer<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument, string | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2394
|
-
function shareObject<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2395
|
-
function transfer<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument, string | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2390
|
+
function freezeObject<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2391
|
+
function publicFreezeObject<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2392
|
+
function publicShareObject<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2393
|
+
function publicTransfer<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument, string | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2394
|
+
function shareObject<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2395
|
+
function transfer<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument, string | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2396
2396
|
}
|
|
2397
2397
|
}
|
|
2398
2398
|
export declare namespace transfer_policy {
|
|
@@ -2542,7 +2542,7 @@ export declare namespace transfer_policy {
|
|
|
2542
2542
|
function addReceipt<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2543
2543
|
T1 | TransactionArgument,
|
|
2544
2544
|
string | ObjectCallArg | TransactionArgument
|
|
2545
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2545
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2546
2546
|
function addRule<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2547
2547
|
T1 | TransactionArgument,
|
|
2548
2548
|
string | ObjectCallArg | TransactionArgument,
|
|
@@ -2552,22 +2552,22 @@ export declare namespace transfer_policy {
|
|
|
2552
2552
|
TypeDescriptor<T0> | string,
|
|
2553
2553
|
TypeDescriptor<T1> | string,
|
|
2554
2554
|
TypeDescriptor<T2> | string
|
|
2555
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2555
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2556
2556
|
function addToBalance<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2557
2557
|
T1 | TransactionArgument,
|
|
2558
2558
|
string | ObjectCallArg | TransactionArgument,
|
|
2559
2559
|
coin.Coin<sui.SUI> | TransactionArgument
|
|
2560
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2560
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2561
2561
|
function confirmRequest<T0 = any>(client: SuiClient, args: [
|
|
2562
2562
|
string | ObjectCallArg | TransactionArgument,
|
|
2563
2563
|
transfer_policy.TransferRequest<T0> | TransactionArgument
|
|
2564
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2564
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2565
2565
|
function destroyAndWithdraw<T0 = any>(client: SuiClient, args: [
|
|
2566
2566
|
transfer_policy.TransferPolicy<T0> | TransactionArgument,
|
|
2567
2567
|
transfer_policy.TransferPolicyCap<T0> | TransactionArgument,
|
|
2568
2568
|
string | ObjectCallArg | TransactionArgument
|
|
2569
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2570
|
-
function from<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2569
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2570
|
+
function from<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2571
2571
|
function getRule<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2572
2572
|
T1 | TransactionArgument,
|
|
2573
2573
|
string | ObjectCallArg | TransactionArgument
|
|
@@ -2575,19 +2575,19 @@ export declare namespace transfer_policy {
|
|
|
2575
2575
|
TypeDescriptor<T0> | string,
|
|
2576
2576
|
TypeDescriptor<T1> | string,
|
|
2577
2577
|
TypeDescriptor<T2> | string
|
|
2578
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2579
|
-
function hasRule<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2580
|
-
function item<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2578
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2579
|
+
function hasRule<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>;
|
|
2580
|
+
function item<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2581
2581
|
function new_<T0 = any>(client: SuiClient, args: [
|
|
2582
2582
|
string | ObjectCallArg | TransactionArgument,
|
|
2583
2583
|
string | ObjectCallArg | TransactionArgument
|
|
2584
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2584
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2585
2585
|
function newRequest<T0 = any>(client: SuiClient, args: [
|
|
2586
2586
|
object_.ID | TransactionArgument,
|
|
2587
2587
|
bigint | TransactionArgument,
|
|
2588
2588
|
object_.ID | TransactionArgument
|
|
2589
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2590
|
-
function paid<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2589
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2590
|
+
function paid<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2591
2591
|
function removeRule<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2592
2592
|
string | ObjectCallArg | TransactionArgument,
|
|
2593
2593
|
string | ObjectCallArg | TransactionArgument
|
|
@@ -2595,19 +2595,19 @@ export declare namespace transfer_policy {
|
|
|
2595
2595
|
TypeDescriptor<T0> | string,
|
|
2596
2596
|
TypeDescriptor<T1> | string,
|
|
2597
2597
|
TypeDescriptor<T2> | string
|
|
2598
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2599
|
-
function rules<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2600
|
-
function uid<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2598
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2599
|
+
function rules<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2600
|
+
function uid<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2601
2601
|
function uidMutAsOwner<T0 = any>(client: SuiClient, args: [
|
|
2602
2602
|
string | ObjectCallArg | TransactionArgument,
|
|
2603
2603
|
string | ObjectCallArg | TransactionArgument
|
|
2604
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2604
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2605
2605
|
function withdraw<T0 = any>(client: SuiClient, args: [
|
|
2606
2606
|
string | ObjectCallArg | TransactionArgument,
|
|
2607
2607
|
string | ObjectCallArg | TransactionArgument,
|
|
2608
2608
|
_0x1.option.Option<bigint> | TransactionArgument,
|
|
2609
2609
|
string | ObjectCallArg | TransactionArgument
|
|
2610
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2610
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2611
2611
|
}
|
|
2612
2612
|
}
|
|
2613
2613
|
export declare namespace tx_context {
|
|
@@ -2629,10 +2629,10 @@ export declare namespace tx_context {
|
|
|
2629
2629
|
function sender(tx: TransactionBlock, args: [string | ObjectCallArg | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
2630
2630
|
}
|
|
2631
2631
|
namespace view {
|
|
2632
|
-
function epoch(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2633
|
-
function epochTimestampMs(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2634
|
-
function freshObjectAddress(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2635
|
-
function sender(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2632
|
+
function epoch(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2633
|
+
function epochTimestampMs(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2634
|
+
function freshObjectAddress(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2635
|
+
function sender(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2636
2636
|
}
|
|
2637
2637
|
}
|
|
2638
2638
|
export declare namespace types {
|
|
@@ -2640,7 +2640,7 @@ export declare namespace types {
|
|
|
2640
2640
|
function isOneTimeWitness<T0 = any>(tx: TransactionBlock, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
2641
2641
|
}
|
|
2642
2642
|
namespace view {
|
|
2643
|
-
function isOneTimeWitness<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2643
|
+
function isOneTimeWitness<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2644
2644
|
}
|
|
2645
2645
|
}
|
|
2646
2646
|
export declare namespace url {
|
|
@@ -2665,13 +2665,13 @@ export declare namespace url {
|
|
|
2665
2665
|
]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
2666
2666
|
}
|
|
2667
2667
|
namespace view {
|
|
2668
|
-
function innerUrl(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2669
|
-
function newUnsafe(client: SuiClient, args: [_0x1.ascii.String | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2670
|
-
function newUnsafeFromBytes(client: SuiClient, args: [(string | ObjectCallArg)[] | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2668
|
+
function innerUrl(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2669
|
+
function newUnsafe(client: SuiClient, args: [_0x1.ascii.String | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2670
|
+
function newUnsafeFromBytes(client: SuiClient, args: [(string | ObjectCallArg)[] | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2671
2671
|
function update(client: SuiClient, args: [
|
|
2672
2672
|
string | ObjectCallArg | TransactionArgument,
|
|
2673
2673
|
_0x1.ascii.String | TransactionArgument
|
|
2674
|
-
]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2674
|
+
]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2675
2675
|
}
|
|
2676
2676
|
}
|
|
2677
2677
|
export declare namespace vec_map {
|
|
@@ -2760,55 +2760,55 @@ export declare namespace vec_map {
|
|
|
2760
2760
|
function contains<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2761
2761
|
string | ObjectCallArg | TransactionArgument,
|
|
2762
2762
|
string | ObjectCallArg | TransactionArgument
|
|
2763
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2764
|
-
function destroyEmpty<T0 = any, T1 = any>(client: SuiClient, args: [vec_map.VecMap<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2765
|
-
function empty<T0 = any, T1 = any>(client: SuiClient, args: [], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2763
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2764
|
+
function destroyEmpty<T0 = any, T1 = any>(client: SuiClient, args: [vec_map.VecMap<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2765
|
+
function empty<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>;
|
|
2766
2766
|
function get<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2767
2767
|
string | ObjectCallArg | TransactionArgument,
|
|
2768
2768
|
string | ObjectCallArg | TransactionArgument
|
|
2769
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2769
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2770
2770
|
function getEntryByIdx<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2771
2771
|
string | ObjectCallArg | TransactionArgument,
|
|
2772
2772
|
bigint | TransactionArgument
|
|
2773
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2773
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2774
2774
|
function getEntryByIdxMut<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2775
2775
|
string | ObjectCallArg | TransactionArgument,
|
|
2776
2776
|
bigint | TransactionArgument
|
|
2777
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2777
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2778
2778
|
function getIdx<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2779
2779
|
string | ObjectCallArg | TransactionArgument,
|
|
2780
2780
|
string | ObjectCallArg | TransactionArgument
|
|
2781
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2781
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2782
2782
|
function getIdxOpt<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2783
2783
|
string | ObjectCallArg | TransactionArgument,
|
|
2784
2784
|
string | ObjectCallArg | TransactionArgument
|
|
2785
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2785
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2786
2786
|
function getMut<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2787
2787
|
string | ObjectCallArg | TransactionArgument,
|
|
2788
2788
|
string | ObjectCallArg | TransactionArgument
|
|
2789
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2789
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2790
2790
|
function insert<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2791
2791
|
string | ObjectCallArg | TransactionArgument,
|
|
2792
2792
|
T0 | TransactionArgument,
|
|
2793
2793
|
T1 | TransactionArgument
|
|
2794
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2795
|
-
function intoKeysValues<T0 = any, T1 = any>(client: SuiClient, args: [vec_map.VecMap<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2796
|
-
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>;
|
|
2797
|
-
function keys<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2798
|
-
function pop<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2794
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2795
|
+
function intoKeysValues<T0 = any, T1 = any>(client: SuiClient, args: [vec_map.VecMap<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2796
|
+
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>;
|
|
2797
|
+
function keys<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>;
|
|
2798
|
+
function pop<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>;
|
|
2799
2799
|
function remove<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2800
2800
|
string | ObjectCallArg | TransactionArgument,
|
|
2801
2801
|
string | ObjectCallArg | TransactionArgument
|
|
2802
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2802
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2803
2803
|
function removeEntryByIdx<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2804
2804
|
string | ObjectCallArg | TransactionArgument,
|
|
2805
2805
|
bigint | TransactionArgument
|
|
2806
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2807
|
-
function size<T0 = any, T1 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2806
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2807
|
+
function size<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>;
|
|
2808
2808
|
function tryGet<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2809
2809
|
string | ObjectCallArg | TransactionArgument,
|
|
2810
2810
|
string | ObjectCallArg | TransactionArgument
|
|
2811
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2811
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2812
2812
|
}
|
|
2813
2813
|
}
|
|
2814
2814
|
export declare namespace vec_set {
|
|
@@ -2846,20 +2846,20 @@ export declare namespace vec_set {
|
|
|
2846
2846
|
function contains<T0 = any>(client: SuiClient, args: [
|
|
2847
2847
|
string | ObjectCallArg | TransactionArgument,
|
|
2848
2848
|
string | ObjectCallArg | TransactionArgument
|
|
2849
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2850
|
-
function empty<T0 = any>(client: SuiClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2849
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2850
|
+
function empty<T0 = any>(client: SuiClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2851
2851
|
function insert<T0 = any>(client: SuiClient, args: [
|
|
2852
2852
|
string | ObjectCallArg | TransactionArgument,
|
|
2853
2853
|
T0 | TransactionArgument
|
|
2854
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2855
|
-
function intoKeys<T0 = any>(client: SuiClient, args: [vec_set.VecSet<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2856
|
-
function isEmpty<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2854
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2855
|
+
function intoKeys<T0 = any>(client: SuiClient, args: [vec_set.VecSet<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2856
|
+
function isEmpty<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2857
2857
|
function remove<T0 = any>(client: SuiClient, args: [
|
|
2858
2858
|
string | ObjectCallArg | TransactionArgument,
|
|
2859
2859
|
string | ObjectCallArg | TransactionArgument
|
|
2860
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2861
|
-
function singleton<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2862
|
-
function size<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2860
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2861
|
+
function singleton<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2862
|
+
function size<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2863
2863
|
}
|
|
2864
2864
|
}
|
|
2865
2865
|
export declare namespace versioned {
|
|
@@ -2911,18 +2911,18 @@ export declare namespace versioned {
|
|
|
2911
2911
|
bigint | TransactionArgument,
|
|
2912
2912
|
T0 | TransactionArgument,
|
|
2913
2913
|
string | ObjectCallArg | TransactionArgument
|
|
2914
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2915
|
-
function destroy<T0 = any>(client: SuiClient, args: [versioned.Versioned | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2916
|
-
function loadValue<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2917
|
-
function loadValueMut<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2918
|
-
function removeValueForUpgrade<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2914
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2915
|
+
function destroy<T0 = any>(client: SuiClient, args: [versioned.Versioned | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2916
|
+
function loadValue<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2917
|
+
function loadValueMut<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2918
|
+
function removeValueForUpgrade<T0 = any>(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2919
2919
|
function upgrade<T0 = any>(client: SuiClient, args: [
|
|
2920
2920
|
string | ObjectCallArg | TransactionArgument,
|
|
2921
2921
|
bigint | TransactionArgument,
|
|
2922
2922
|
T0 | TransactionArgument,
|
|
2923
2923
|
versioned.VersionChangeCap | TransactionArgument
|
|
2924
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2925
|
-
function version(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/client").DevInspectResults>;
|
|
2924
|
+
], typeArguments: [TypeDescriptor<T0> | string]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2925
|
+
function version(client: SuiClient, args: [string | ObjectCallArg | TransactionArgument]): Promise<import("@mysten/sui.js/dist/cjs/client/index.js").DevInspectResults>;
|
|
2926
2926
|
}
|
|
2927
2927
|
}
|
|
2928
2928
|
export declare function loadAllTypes(coder: MoveCoder): void;
|