@typemove/sui 1.6.10 → 1.6.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/builtin/0x1.d.ts +166 -305
- package/dist/cjs/builtin/0x1.d.ts.map +1 -1
- package/dist/cjs/builtin/0x1.js.map +1 -1
- package/dist/cjs/builtin/0x2.d.ts +559 -1475
- package/dist/cjs/builtin/0x2.d.ts.map +1 -1
- package/dist/cjs/builtin/0x2.js.map +1 -1
- package/dist/cjs/builtin/0x3.d.ts +334 -806
- package/dist/cjs/builtin/0x3.d.ts.map +1 -1
- package/dist/cjs/builtin/0x3.js.map +1 -1
- package/dist/cjs/codegen/codegen.d.ts.map +1 -1
- package/dist/cjs/codegen/codegen.js +12 -6
- package/dist/cjs/codegen/codegen.js.map +1 -1
- package/dist/esm/builtin/0x1.d.ts +166 -305
- package/dist/esm/builtin/0x1.d.ts.map +1 -1
- package/dist/esm/builtin/0x1.js.map +1 -1
- package/dist/esm/builtin/0x2.d.ts +559 -1475
- package/dist/esm/builtin/0x2.d.ts.map +1 -1
- package/dist/esm/builtin/0x2.js.map +1 -1
- package/dist/esm/builtin/0x3.d.ts +334 -806
- package/dist/esm/builtin/0x3.d.ts.map +1 -1
- package/dist/esm/builtin/0x3.js.map +1 -1
- package/dist/esm/codegen/codegen.d.ts.map +1 -1
- package/dist/esm/codegen/codegen.js +12 -6
- package/dist/esm/codegen/codegen.js.map +1 -1
- package/package.json +2 -2
- package/src/builtin/0x1.ts +166 -305
- package/src/builtin/0x2.ts +552 -1468
- package/src/builtin/0x3.ts +331 -803
- package/src/codegen/codegen.ts +12 -6
- package/src/tests/types/testnet/0x1e2b124f746a339b3cf99b9f969393a96594519aafb1d06517aacfeeae20e7a5.ts +4 -13
- package/src/tests/types/testnet/0x6c4a21e3e7e6b6d51c4604021633e1d97e24e37a696f8c082cd48f37503e602a.ts +46 -188
- package/src/tests/types/testnet/0x7f7a37c826c88bcfe9aecc042453395ddfa9df6f29cb7c97590bf86cf2b0a75e.ts +29 -78
- package/src/tests/types/testnet/0xdee9.ts +110 -346
- package/src/tests/types/testnet/0xebaa2ad3eacc230f309cd933958cc52684df0a41ae7ac214d186b80f830867d2.ts +245 -642
|
@@ -17,15 +17,15 @@ export declare namespace address {
|
|
|
17
17
|
function toU256(tx: Transaction, args: [string | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
18
18
|
}
|
|
19
19
|
namespace view {
|
|
20
|
-
function fromAsciiBytes(client: SuiClient, args: [string
|
|
21
|
-
function fromBytes(client: SuiClient, args: [
|
|
22
|
-
function fromU256(client: SuiClient, args: [bigint
|
|
20
|
+
function fromAsciiBytes(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
21
|
+
function fromBytes(client: SuiClient, args: [string[]]): Promise<TypedDevInspectResults<[string]>>;
|
|
22
|
+
function fromU256(client: SuiClient, args: [bigint]): Promise<TypedDevInspectResults<[string]>>;
|
|
23
23
|
function length(client: SuiClient, args: []): Promise<TypedDevInspectResults<[bigint]>>;
|
|
24
24
|
function max(client: SuiClient, args: []): Promise<TypedDevInspectResults<[bigint]>>;
|
|
25
|
-
function toAsciiString(client: SuiClient, args: [string
|
|
26
|
-
function toBytes(client: SuiClient, args: [string
|
|
27
|
-
function toString(client: SuiClient, args: [string
|
|
28
|
-
function toU256(client: SuiClient, args: [string
|
|
25
|
+
function toAsciiString(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[_0x1.ascii.String]>>;
|
|
26
|
+
function toBytes(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
27
|
+
function toString(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
28
|
+
function toU256(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
export declare namespace authenticator_state {
|
|
@@ -132,35 +132,16 @@ export declare namespace bag {
|
|
|
132
132
|
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
133
133
|
}
|
|
134
134
|
namespace view {
|
|
135
|
-
function add<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
140
|
-
function
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
144
|
-
function borrowMut<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
145
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
146
|
-
T0 | TransactionArgument
|
|
147
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
148
|
-
function contains<T0 = any>(client: SuiClient, args: [
|
|
149
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
150
|
-
T0 | TransactionArgument
|
|
151
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
152
|
-
function containsWithType<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
153
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
154
|
-
T0 | TransactionArgument
|
|
155
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
156
|
-
function destroyEmpty(client: SuiClient, args: [bag.Bag | TransactionArgument]): Promise<TypedDevInspectResults<[]>>;
|
|
157
|
-
function isEmpty(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
158
|
-
function length(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
135
|
+
function add<T0 = any, T1 = any>(client: SuiClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
136
|
+
function borrow<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
137
|
+
function borrowMut<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
138
|
+
function contains<T0 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
139
|
+
function containsWithType<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
140
|
+
function destroyEmpty(client: SuiClient, args: [bag.Bag]): Promise<TypedDevInspectResults<[]>>;
|
|
141
|
+
function isEmpty(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
142
|
+
function length(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
159
143
|
function new_(client: SuiClient, args: []): Promise<TypedDevInspectResults<[bag.Bag]>>;
|
|
160
|
-
function remove<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
161
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
162
|
-
T0 | TransactionArgument
|
|
163
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
|
|
144
|
+
function remove<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
|
|
164
145
|
}
|
|
165
146
|
}
|
|
166
147
|
export declare namespace balance {
|
|
@@ -202,28 +183,16 @@ export declare namespace balance {
|
|
|
202
183
|
function zero<T0 = any>(tx: Transaction, args: [], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [];
|
|
203
184
|
}
|
|
204
185
|
namespace view {
|
|
205
|
-
function createSupply<T0 = any>(client: SuiClient, args: [T0
|
|
206
|
-
function decreaseSupply<T0 = any>(client: SuiClient, args: [
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
210
|
-
function
|
|
211
|
-
function
|
|
212
|
-
function
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Balance<T0>]>>;
|
|
216
|
-
function join<T0 = any>(client: SuiClient, args: [
|
|
217
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
218
|
-
balance.Balance<T0> | TransactionArgument
|
|
219
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
220
|
-
function split<T0 = any>(client: SuiClient, args: [
|
|
221
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
222
|
-
bigint | TransactionArgument
|
|
223
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Balance<T0>]>>;
|
|
224
|
-
function supplyValue<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
225
|
-
function value<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
226
|
-
function withdrawAll<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Balance<T0>]>>;
|
|
186
|
+
function createSupply<T0 = any>(client: SuiClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Supply<T0>]>>;
|
|
187
|
+
function decreaseSupply<T0 = any>(client: SuiClient, args: [string, balance.Balance<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
188
|
+
function destroySupply<T0 = any>(client: SuiClient, args: [balance.Supply<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
189
|
+
function destroyZero<T0 = any>(client: SuiClient, args: [balance.Balance<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
190
|
+
function increaseSupply<T0 = any>(client: SuiClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Balance<T0>]>>;
|
|
191
|
+
function join<T0 = any>(client: SuiClient, args: [string, balance.Balance<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
192
|
+
function split<T0 = any>(client: SuiClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Balance<T0>]>>;
|
|
193
|
+
function supplyValue<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
194
|
+
function value<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
195
|
+
function withdrawAll<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Balance<T0>]>>;
|
|
227
196
|
function zero<T0 = any>(client: SuiClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Balance<T0>]>>;
|
|
228
197
|
}
|
|
229
198
|
}
|
|
@@ -271,35 +240,35 @@ export declare namespace bcs {
|
|
|
271
240
|
function toBytes<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
272
241
|
}
|
|
273
242
|
namespace view {
|
|
274
|
-
function intoRemainderBytes(client: SuiClient, args: [bcs.BCS
|
|
275
|
-
function new_(client: SuiClient, args: [
|
|
276
|
-
function peelAddress(client: SuiClient, args: [string
|
|
277
|
-
function peelBool(client: SuiClient, args: [string
|
|
278
|
-
function peelOptionAddress(client: SuiClient, args: [string
|
|
279
|
-
function peelOptionBool(client: SuiClient, args: [string
|
|
280
|
-
function peelOptionU128(client: SuiClient, args: [string
|
|
281
|
-
function peelOptionU16(client: SuiClient, args: [string
|
|
282
|
-
function peelOptionU256(client: SuiClient, args: [string
|
|
283
|
-
function peelOptionU32(client: SuiClient, args: [string
|
|
284
|
-
function peelOptionU64(client: SuiClient, args: [string
|
|
285
|
-
function peelOptionU8(client: SuiClient, args: [string
|
|
286
|
-
function peelU128(client: SuiClient, args: [string
|
|
287
|
-
function peelU16(client: SuiClient, args: [string
|
|
288
|
-
function peelU256(client: SuiClient, args: [string
|
|
289
|
-
function peelU32(client: SuiClient, args: [string
|
|
290
|
-
function peelU64(client: SuiClient, args: [string
|
|
291
|
-
function peelU8(client: SuiClient, args: [string
|
|
292
|
-
function peelVecAddress(client: SuiClient, args: [string
|
|
293
|
-
function peelVecBool(client: SuiClient, args: [string
|
|
294
|
-
function peelVecLength(client: SuiClient, args: [string
|
|
295
|
-
function peelVecU128(client: SuiClient, args: [string
|
|
296
|
-
function peelVecU16(client: SuiClient, args: [string
|
|
297
|
-
function peelVecU256(client: SuiClient, args: [string
|
|
298
|
-
function peelVecU32(client: SuiClient, args: [string
|
|
299
|
-
function peelVecU64(client: SuiClient, args: [string
|
|
300
|
-
function peelVecU8(client: SuiClient, args: [string
|
|
301
|
-
function peelVecVecU8(client: SuiClient, args: [string
|
|
302
|
-
function toBytes<T0 = any>(client: SuiClient, args: [string
|
|
243
|
+
function intoRemainderBytes(client: SuiClient, args: [bcs.BCS]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
244
|
+
function new_(client: SuiClient, args: [string[]]): Promise<TypedDevInspectResults<[bcs.BCS]>>;
|
|
245
|
+
function peelAddress(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
246
|
+
function peelBool(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
247
|
+
function peelOptionAddress(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[_0x1.option.Option<string>]>>;
|
|
248
|
+
function peelOptionBool(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[_0x1.option.Option<boolean>]>>;
|
|
249
|
+
function peelOptionU128(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[_0x1.option.Option<bigint>]>>;
|
|
250
|
+
function peelOptionU16(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[_0x1.option.Option<number>]>>;
|
|
251
|
+
function peelOptionU256(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[_0x1.option.Option<bigint>]>>;
|
|
252
|
+
function peelOptionU32(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[_0x1.option.Option<number>]>>;
|
|
253
|
+
function peelOptionU64(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[_0x1.option.Option<bigint>]>>;
|
|
254
|
+
function peelOptionU8(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[_0x1.option.Option<number>]>>;
|
|
255
|
+
function peelU128(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
256
|
+
function peelU16(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
|
|
257
|
+
function peelU256(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
258
|
+
function peelU32(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
|
|
259
|
+
function peelU64(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
260
|
+
function peelU8(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
|
|
261
|
+
function peelVecAddress(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string[]]>>;
|
|
262
|
+
function peelVecBool(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[boolean[]]>>;
|
|
263
|
+
function peelVecLength(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
264
|
+
function peelVecU128(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[bigint[]]>>;
|
|
265
|
+
function peelVecU16(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
266
|
+
function peelVecU256(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[bigint[]]>>;
|
|
267
|
+
function peelVecU32(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
268
|
+
function peelVecU64(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[bigint[]]>>;
|
|
269
|
+
function peelVecU8(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
270
|
+
function peelVecVecU8(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number[][]]>>;
|
|
271
|
+
function toBytes<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
303
272
|
}
|
|
304
273
|
}
|
|
305
274
|
export declare namespace bls12381 {
|
|
@@ -447,110 +416,45 @@ export declare namespace bls12381 {
|
|
|
447
416
|
function scalarZero(tx: Transaction, args: []): TransactionArgument & [];
|
|
448
417
|
}
|
|
449
418
|
namespace view {
|
|
450
|
-
function bls12381MinPkVerify(client: SuiClient, args: [
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
]): Promise<TypedDevInspectResults<[
|
|
455
|
-
function bls12381MinSigVerify(client: SuiClient, args: [
|
|
456
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
457
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
458
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
459
|
-
]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
460
|
-
function g1Add(client: SuiClient, args: [
|
|
461
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
462
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
463
|
-
]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
|
|
464
|
-
function g1Div(client: SuiClient, args: [
|
|
465
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
466
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
467
|
-
]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
|
|
468
|
-
function g1FromBytes(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
|
|
419
|
+
function bls12381MinPkVerify(client: SuiClient, args: [string, string, string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
420
|
+
function bls12381MinSigVerify(client: SuiClient, args: [string, string, string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
421
|
+
function g1Add(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
|
|
422
|
+
function g1Div(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
|
|
423
|
+
function g1FromBytes(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
|
|
469
424
|
function g1Generator(client: SuiClient, args: []): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
|
|
470
425
|
function g1Identity(client: SuiClient, args: []): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
|
|
471
|
-
function g1Mul(client: SuiClient, args: [
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
|
|
475
|
-
function
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
|
|
479
|
-
function g1Neg(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
|
|
480
|
-
function g1Sub(client: SuiClient, args: [
|
|
481
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
482
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
483
|
-
]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
|
|
484
|
-
function g2Add(client: SuiClient, args: [
|
|
485
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
486
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
487
|
-
]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
|
|
488
|
-
function g2Div(client: SuiClient, args: [
|
|
489
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
490
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
491
|
-
]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
|
|
492
|
-
function g2FromBytes(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
|
|
426
|
+
function g1Mul(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
|
|
427
|
+
function g1MultiScalarMultiplication(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
|
|
428
|
+
function g1Neg(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
|
|
429
|
+
function g1Sub(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
|
|
430
|
+
function g2Add(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
|
|
431
|
+
function g2Div(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
|
|
432
|
+
function g2FromBytes(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
|
|
493
433
|
function g2Generator(client: SuiClient, args: []): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
|
|
494
434
|
function g2Identity(client: SuiClient, args: []): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
|
|
495
|
-
function g2Mul(client: SuiClient, args: [
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
|
|
499
|
-
function
|
|
500
|
-
|
|
501
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
502
|
-
]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
|
|
503
|
-
function g2Neg(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
|
|
504
|
-
function g2Sub(client: SuiClient, args: [
|
|
505
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
506
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
507
|
-
]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
|
|
508
|
-
function gtAdd(client: SuiClient, args: [
|
|
509
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
510
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
511
|
-
]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.GT>]>>;
|
|
512
|
-
function gtDiv(client: SuiClient, args: [
|
|
513
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
514
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
515
|
-
]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.GT>]>>;
|
|
435
|
+
function g2Mul(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
|
|
436
|
+
function g2MultiScalarMultiplication(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
|
|
437
|
+
function g2Neg(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
|
|
438
|
+
function g2Sub(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
|
|
439
|
+
function gtAdd(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.GT>]>>;
|
|
440
|
+
function gtDiv(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.GT>]>>;
|
|
516
441
|
function gtGenerator(client: SuiClient, args: []): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.GT>]>>;
|
|
517
442
|
function gtIdentity(client: SuiClient, args: []): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.GT>]>>;
|
|
518
|
-
function gtMul(client: SuiClient, args: [
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.
|
|
522
|
-
function
|
|
523
|
-
function
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.
|
|
527
|
-
function
|
|
528
|
-
function
|
|
529
|
-
function
|
|
530
|
-
|
|
531
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
532
|
-
]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.GT>]>>;
|
|
533
|
-
function scalarAdd(client: SuiClient, args: [
|
|
534
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
535
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
536
|
-
]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
|
|
537
|
-
function scalarDiv(client: SuiClient, args: [
|
|
538
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
539
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
540
|
-
]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
|
|
541
|
-
function scalarFromBytes(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
|
|
542
|
-
function scalarFromU64(client: SuiClient, args: [bigint | TransactionArgument]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
|
|
543
|
-
function scalarInv(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
|
|
544
|
-
function scalarMul(client: SuiClient, args: [
|
|
545
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
546
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
547
|
-
]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
|
|
548
|
-
function scalarNeg(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
|
|
443
|
+
function gtMul(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.GT>]>>;
|
|
444
|
+
function gtNeg(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.GT>]>>;
|
|
445
|
+
function gtSub(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.GT>]>>;
|
|
446
|
+
function hashToG1(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
|
|
447
|
+
function hashToG2(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
|
|
448
|
+
function pairing(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.GT>]>>;
|
|
449
|
+
function scalarAdd(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
|
|
450
|
+
function scalarDiv(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
|
|
451
|
+
function scalarFromBytes(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
|
|
452
|
+
function scalarFromU64(client: SuiClient, args: [bigint]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
|
|
453
|
+
function scalarInv(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
|
|
454
|
+
function scalarMul(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
|
|
455
|
+
function scalarNeg(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
|
|
549
456
|
function scalarOne(client: SuiClient, args: []): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
|
|
550
|
-
function scalarSub(client: SuiClient, args: [
|
|
551
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
552
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
553
|
-
]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
|
|
457
|
+
function scalarSub(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
|
|
554
458
|
function scalarZero(client: SuiClient, args: []): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
|
|
555
459
|
}
|
|
556
460
|
}
|
|
@@ -586,14 +490,10 @@ export declare namespace borrow {
|
|
|
586
490
|
];
|
|
587
491
|
}
|
|
588
492
|
namespace view {
|
|
589
|
-
function borrow<T0 = any>(client: SuiClient, args: [string
|
|
590
|
-
function destroy<T0 = any>(client: SuiClient, args: [borrow.Referent<T0>
|
|
591
|
-
function new_<T0 = any>(client: SuiClient, args: [T0
|
|
592
|
-
function putBack<T0 = any>(client: SuiClient, args: [
|
|
593
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
594
|
-
T0 | TransactionArgument,
|
|
595
|
-
borrow.Borrow | TransactionArgument
|
|
596
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
493
|
+
function borrow<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0, borrow.Borrow]>>;
|
|
494
|
+
function destroy<T0 = any>(client: SuiClient, args: [borrow.Referent<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
|
|
495
|
+
function new_<T0 = any>(client: SuiClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[borrow.Referent<T0>]>>;
|
|
496
|
+
function putBack<T0 = any>(client: SuiClient, args: [string, T0, borrow.Borrow], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
597
497
|
}
|
|
598
498
|
}
|
|
599
499
|
export declare namespace clock {
|
|
@@ -609,7 +509,7 @@ export declare namespace clock {
|
|
|
609
509
|
function timestampMs(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
610
510
|
}
|
|
611
511
|
namespace view {
|
|
612
|
-
function timestampMs(client: SuiClient, args: [string
|
|
512
|
+
function timestampMs(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
613
513
|
}
|
|
614
514
|
}
|
|
615
515
|
export declare namespace coin {
|
|
@@ -884,159 +784,80 @@ export declare namespace coin {
|
|
|
884
784
|
function zero<T0 = any>(tx: Transaction, args: [], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [];
|
|
885
785
|
}
|
|
886
786
|
namespace view {
|
|
887
|
-
function balance<T0 = any>(client: SuiClient, args: [string
|
|
888
|
-
function balanceMut<T0 = any>(client: SuiClient, args: [string
|
|
889
|
-
function burn<T0 = any>(client: SuiClient, args: [
|
|
890
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
891
|
-
coin.Coin<T0> | TransactionArgument
|
|
892
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
787
|
+
function balance<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
788
|
+
function balanceMut<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
789
|
+
function burn<T0 = any>(client: SuiClient, args: [string, coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
893
790
|
function createCurrency<T0 = any>(client: SuiClient, args: [
|
|
894
|
-
T0
|
|
895
|
-
number
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
_0x1.option.Option<url.Url>
|
|
791
|
+
T0,
|
|
792
|
+
number,
|
|
793
|
+
string[],
|
|
794
|
+
string[],
|
|
795
|
+
string[],
|
|
796
|
+
_0x1.option.Option<url.Url>
|
|
900
797
|
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.TreasuryCap<T0>, coin.CoinMetadata<T0>]>>;
|
|
901
798
|
function createRegulatedCurrency<T0 = any>(client: SuiClient, args: [
|
|
902
|
-
T0
|
|
903
|
-
number
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
_0x1.option.Option<url.Url>
|
|
799
|
+
T0,
|
|
800
|
+
number,
|
|
801
|
+
string[],
|
|
802
|
+
string[],
|
|
803
|
+
string[],
|
|
804
|
+
_0x1.option.Option<url.Url>
|
|
908
805
|
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
909
806
|
coin.TreasuryCap<T0>,
|
|
910
807
|
coin.DenyCap<T0>,
|
|
911
808
|
coin.CoinMetadata<T0>
|
|
912
809
|
]>>;
|
|
913
810
|
function createRegulatedCurrencyV2<T0 = any>(client: SuiClient, args: [
|
|
914
|
-
T0
|
|
915
|
-
number
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
_0x1.option.Option<url.Url
|
|
920
|
-
boolean
|
|
811
|
+
T0,
|
|
812
|
+
number,
|
|
813
|
+
string[],
|
|
814
|
+
string[],
|
|
815
|
+
string[],
|
|
816
|
+
_0x1.option.Option<url.Url>,
|
|
817
|
+
boolean
|
|
921
818
|
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
922
819
|
coin.TreasuryCap<T0>,
|
|
923
820
|
coin.DenyCapV2<T0>,
|
|
924
821
|
coin.CoinMetadata<T0>
|
|
925
822
|
]>>;
|
|
926
|
-
function denyListAdd<T0 = any>(client: SuiClient, args: [
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
931
|
-
function
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
935
|
-
function
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
940
|
-
function
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
945
|
-
function
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
949
|
-
function
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
953
|
-
function
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
957
|
-
function
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
961
|
-
function
|
|
962
|
-
function
|
|
963
|
-
function
|
|
964
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
965
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
966
|
-
string | TransactionArgument
|
|
967
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
968
|
-
function destroyZero<T0 = any>(client: SuiClient, args: [coin.Coin<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
969
|
-
function divideIntoN<T0 = any>(client: SuiClient, args: [
|
|
970
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
971
|
-
bigint | TransactionArgument
|
|
972
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<T0>[]]>>;
|
|
973
|
-
function fromBalance<T0 = any>(client: SuiClient, args: [balance.Balance<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<T0>]>>;
|
|
974
|
-
function getDecimals<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[number]>>;
|
|
975
|
-
function getDescription<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
976
|
-
function getIconUrl<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<url.Url>]>>;
|
|
977
|
-
function getName<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
978
|
-
function getSymbol<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[_0x1.ascii.String]>>;
|
|
979
|
-
function intoBalance<T0 = any>(client: SuiClient, args: [coin.Coin<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Balance<T0>]>>;
|
|
980
|
-
function join<T0 = any>(client: SuiClient, args: [
|
|
981
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
982
|
-
coin.Coin<T0> | TransactionArgument
|
|
983
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
984
|
-
function migrateRegulatedCurrencyToV2<T0 = any>(client: SuiClient, args: [
|
|
985
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
986
|
-
coin.DenyCap<T0> | TransactionArgument,
|
|
987
|
-
boolean | TransactionArgument
|
|
988
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.DenyCapV2<T0>]>>;
|
|
989
|
-
function mint<T0 = any>(client: SuiClient, args: [
|
|
990
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
991
|
-
bigint | TransactionArgument
|
|
992
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<T0>]>>;
|
|
993
|
-
function mintAndTransfer<T0 = any>(client: SuiClient, args: [
|
|
994
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
995
|
-
bigint | TransactionArgument,
|
|
996
|
-
string | TransactionArgument
|
|
997
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
998
|
-
function mintBalance<T0 = any>(client: SuiClient, args: [
|
|
999
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1000
|
-
bigint | TransactionArgument
|
|
1001
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Balance<T0>]>>;
|
|
1002
|
-
function put<T0 = any>(client: SuiClient, args: [
|
|
1003
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1004
|
-
coin.Coin<T0> | TransactionArgument
|
|
1005
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1006
|
-
function split<T0 = any>(client: SuiClient, args: [
|
|
1007
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1008
|
-
bigint | TransactionArgument
|
|
1009
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<T0>]>>;
|
|
1010
|
-
function supply<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1011
|
-
function supplyImmut<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1012
|
-
function supplyMut<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1013
|
-
function take<T0 = any>(client: SuiClient, args: [
|
|
1014
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1015
|
-
bigint | TransactionArgument
|
|
1016
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<T0>]>>;
|
|
1017
|
-
function totalSupply<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
1018
|
-
function treasuryIntoSupply<T0 = any>(client: SuiClient, args: [coin.TreasuryCap<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Supply<T0>]>>;
|
|
1019
|
-
function updateDescription<T0 = any>(client: SuiClient, args: [
|
|
1020
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1021
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1022
|
-
string | TransactionArgument
|
|
1023
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1024
|
-
function updateIconUrl<T0 = any>(client: SuiClient, args: [
|
|
1025
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1026
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1027
|
-
_0x1.ascii.String | TransactionArgument
|
|
1028
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1029
|
-
function updateName<T0 = any>(client: SuiClient, args: [
|
|
1030
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1031
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1032
|
-
string | TransactionArgument
|
|
1033
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1034
|
-
function updateSymbol<T0 = any>(client: SuiClient, args: [
|
|
1035
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1036
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1037
|
-
_0x1.ascii.String | TransactionArgument
|
|
1038
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1039
|
-
function value<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
823
|
+
function denyListAdd<T0 = any>(client: SuiClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
824
|
+
function denyListContains<T0 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
825
|
+
function denyListRemove<T0 = any>(client: SuiClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
826
|
+
function denyListV2Add<T0 = any>(client: SuiClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
827
|
+
function denyListV2ContainsCurrentEpoch<T0 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
828
|
+
function denyListV2ContainsNextEpoch<T0 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
829
|
+
function denyListV2DisableGlobalPause<T0 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
830
|
+
function denyListV2EnableGlobalPause<T0 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
831
|
+
function denyListV2IsGlobalPauseEnabledCurrentEpoch<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
832
|
+
function denyListV2IsGlobalPauseEnabledNextEpoch<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
833
|
+
function denyListV2Remove<T0 = any>(client: SuiClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
834
|
+
function destroyZero<T0 = any>(client: SuiClient, args: [coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
835
|
+
function divideIntoN<T0 = any>(client: SuiClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<T0>[]]>>;
|
|
836
|
+
function fromBalance<T0 = any>(client: SuiClient, args: [balance.Balance<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<T0>]>>;
|
|
837
|
+
function getDecimals<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[number]>>;
|
|
838
|
+
function getDescription<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
839
|
+
function getIconUrl<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<url.Url>]>>;
|
|
840
|
+
function getName<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
841
|
+
function getSymbol<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[_0x1.ascii.String]>>;
|
|
842
|
+
function intoBalance<T0 = any>(client: SuiClient, args: [coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Balance<T0>]>>;
|
|
843
|
+
function join<T0 = any>(client: SuiClient, args: [string, coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
844
|
+
function migrateRegulatedCurrencyToV2<T0 = any>(client: SuiClient, args: [string, coin.DenyCap<T0>, boolean], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.DenyCapV2<T0>]>>;
|
|
845
|
+
function mint<T0 = any>(client: SuiClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<T0>]>>;
|
|
846
|
+
function mintAndTransfer<T0 = any>(client: SuiClient, args: [string, bigint, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
847
|
+
function mintBalance<T0 = any>(client: SuiClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Balance<T0>]>>;
|
|
848
|
+
function put<T0 = any>(client: SuiClient, args: [string, coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
849
|
+
function split<T0 = any>(client: SuiClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<T0>]>>;
|
|
850
|
+
function supply<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
851
|
+
function supplyImmut<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
852
|
+
function supplyMut<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
853
|
+
function take<T0 = any>(client: SuiClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<T0>]>>;
|
|
854
|
+
function totalSupply<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
855
|
+
function treasuryIntoSupply<T0 = any>(client: SuiClient, args: [coin.TreasuryCap<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Supply<T0>]>>;
|
|
856
|
+
function updateDescription<T0 = any>(client: SuiClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
857
|
+
function updateIconUrl<T0 = any>(client: SuiClient, args: [string, string, _0x1.ascii.String], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
858
|
+
function updateName<T0 = any>(client: SuiClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
859
|
+
function updateSymbol<T0 = any>(client: SuiClient, args: [string, string, _0x1.ascii.String], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
860
|
+
function value<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
1040
861
|
function zero<T0 = any>(client: SuiClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<T0>]>>;
|
|
1041
862
|
}
|
|
1042
863
|
}
|
|
@@ -1139,65 +960,40 @@ export declare namespace config {
|
|
|
1139
960
|
], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
1140
961
|
}
|
|
1141
962
|
namespace view {
|
|
1142
|
-
function addForNextEpoch<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
1143
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1144
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1145
|
-
T1 | TransactionArgument,
|
|
1146
|
-
T2 | TransactionArgument
|
|
1147
|
-
], typeArguments: [
|
|
963
|
+
function addForNextEpoch<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [string, string, T1, T2], typeArguments: [
|
|
1148
964
|
TypeDescriptor<T0> | string,
|
|
1149
965
|
TypeDescriptor<T1> | string,
|
|
1150
966
|
TypeDescriptor<T2> | string
|
|
1151
967
|
]): Promise<TypedDevInspectResults<[_0x1.option.Option<T2>]>>;
|
|
1152
|
-
function borrowForNextEpochMut<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
1153
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1154
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1155
|
-
T1 | TransactionArgument
|
|
1156
|
-
], typeArguments: [
|
|
968
|
+
function borrowForNextEpochMut<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [string, string, T1], typeArguments: [
|
|
1157
969
|
TypeDescriptor<T0> | string,
|
|
1158
970
|
TypeDescriptor<T1> | string,
|
|
1159
971
|
TypeDescriptor<T2> | string
|
|
1160
972
|
]): Promise<TypedDevInspectResults<[string]>>;
|
|
1161
|
-
function existsWithType<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
1162
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1163
|
-
T1 | TransactionArgument
|
|
1164
|
-
], typeArguments: [
|
|
973
|
+
function existsWithType<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [string, T1], typeArguments: [
|
|
1165
974
|
TypeDescriptor<T0> | string,
|
|
1166
975
|
TypeDescriptor<T1> | string,
|
|
1167
976
|
TypeDescriptor<T2> | string
|
|
1168
977
|
]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1169
|
-
function existsWithTypeForNextEpoch<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
1170
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1171
|
-
T1 | TransactionArgument
|
|
1172
|
-
], typeArguments: [
|
|
978
|
+
function existsWithTypeForNextEpoch<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [string, T1], typeArguments: [
|
|
1173
979
|
TypeDescriptor<T0> | string,
|
|
1174
980
|
TypeDescriptor<T1> | string,
|
|
1175
981
|
TypeDescriptor<T2> | string
|
|
1176
982
|
]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1177
|
-
function new_<T0 = any>(client: SuiClient, args: [string
|
|
1178
|
-
function readSetting<T0 = any, T1 = any>(client: SuiClient, args: [object_.ID
|
|
1179
|
-
function readSettingForNextEpoch<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
1180
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1181
|
-
T1 | TransactionArgument
|
|
1182
|
-
], typeArguments: [
|
|
983
|
+
function new_<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[config.Config<T0>]>>;
|
|
984
|
+
function readSetting<T0 = any, T1 = any>(client: SuiClient, args: [object_.ID, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<T1>]>>;
|
|
985
|
+
function readSettingForNextEpoch<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [string, T1], typeArguments: [
|
|
1183
986
|
TypeDescriptor<T0> | string,
|
|
1184
987
|
TypeDescriptor<T1> | string,
|
|
1185
988
|
TypeDescriptor<T2> | string
|
|
1186
989
|
]): Promise<TypedDevInspectResults<[_0x1.option.Option<T2>]>>;
|
|
1187
|
-
function removeForNextEpoch<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
1188
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1189
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1190
|
-
T1 | TransactionArgument
|
|
1191
|
-
], typeArguments: [
|
|
990
|
+
function removeForNextEpoch<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [string, string, T1], typeArguments: [
|
|
1192
991
|
TypeDescriptor<T0> | string,
|
|
1193
992
|
TypeDescriptor<T1> | string,
|
|
1194
993
|
TypeDescriptor<T2> | string
|
|
1195
994
|
]): Promise<TypedDevInspectResults<[_0x1.option.Option<T2>]>>;
|
|
1196
|
-
function share<T0 = any>(client: SuiClient, args: [config.Config<T0>
|
|
1197
|
-
function transfer<T0 = any>(client: SuiClient, args: [
|
|
1198
|
-
config.Config<T0> | TransactionArgument,
|
|
1199
|
-
string | TransactionArgument
|
|
1200
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
995
|
+
function share<T0 = any>(client: SuiClient, args: [config.Config<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
996
|
+
function transfer<T0 = any>(client: SuiClient, args: [config.Config<T0>, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1201
997
|
}
|
|
1202
998
|
}
|
|
1203
999
|
export declare namespace deny_list {
|
|
@@ -1396,73 +1192,18 @@ export declare namespace deny_list {
|
|
|
1396
1192
|
];
|
|
1397
1193
|
}
|
|
1398
1194
|
namespace view {
|
|
1399
|
-
function migrateV1ToV2(client: SuiClient, args: [
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
]): Promise<TypedDevInspectResults<[]>>;
|
|
1404
|
-
function
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
]): Promise<TypedDevInspectResults<[]>>;
|
|
1410
|
-
function
|
|
1411
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1412
|
-
bigint | TransactionArgument,
|
|
1413
|
-
(string | TransactionObjectArgument)[] | TransactionArgument,
|
|
1414
|
-
string | TransactionArgument
|
|
1415
|
-
]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1416
|
-
function v1Remove(client: SuiClient, args: [
|
|
1417
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1418
|
-
bigint | TransactionArgument,
|
|
1419
|
-
(string | TransactionObjectArgument)[] | TransactionArgument,
|
|
1420
|
-
string | TransactionArgument
|
|
1421
|
-
]): Promise<TypedDevInspectResults<[]>>;
|
|
1422
|
-
function v2Add(client: SuiClient, args: [
|
|
1423
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1424
|
-
bigint | TransactionArgument,
|
|
1425
|
-
(string | TransactionObjectArgument)[] | TransactionArgument,
|
|
1426
|
-
string | TransactionArgument
|
|
1427
|
-
]): Promise<TypedDevInspectResults<[]>>;
|
|
1428
|
-
function v2ContainsCurrentEpoch(client: SuiClient, args: [
|
|
1429
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1430
|
-
bigint | TransactionArgument,
|
|
1431
|
-
(string | TransactionObjectArgument)[] | TransactionArgument,
|
|
1432
|
-
string | TransactionArgument
|
|
1433
|
-
]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1434
|
-
function v2ContainsNextEpoch(client: SuiClient, args: [
|
|
1435
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1436
|
-
bigint | TransactionArgument,
|
|
1437
|
-
(string | TransactionObjectArgument)[] | TransactionArgument,
|
|
1438
|
-
string | TransactionArgument
|
|
1439
|
-
]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1440
|
-
function v2DisableGlobalPause(client: SuiClient, args: [
|
|
1441
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1442
|
-
bigint | TransactionArgument,
|
|
1443
|
-
(string | TransactionObjectArgument)[] | TransactionArgument
|
|
1444
|
-
]): Promise<TypedDevInspectResults<[]>>;
|
|
1445
|
-
function v2EnableGlobalPause(client: SuiClient, args: [
|
|
1446
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1447
|
-
bigint | TransactionArgument,
|
|
1448
|
-
(string | TransactionObjectArgument)[] | TransactionArgument
|
|
1449
|
-
]): Promise<TypedDevInspectResults<[]>>;
|
|
1450
|
-
function v2IsGlobalPauseEnabledCurrentEpoch(client: SuiClient, args: [
|
|
1451
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1452
|
-
bigint | TransactionArgument,
|
|
1453
|
-
(string | TransactionObjectArgument)[] | TransactionArgument
|
|
1454
|
-
]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1455
|
-
function v2IsGlobalPauseEnabledNextEpoch(client: SuiClient, args: [
|
|
1456
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1457
|
-
bigint | TransactionArgument,
|
|
1458
|
-
(string | TransactionObjectArgument)[] | TransactionArgument
|
|
1459
|
-
]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1460
|
-
function v2Remove(client: SuiClient, args: [
|
|
1461
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1462
|
-
bigint | TransactionArgument,
|
|
1463
|
-
(string | TransactionObjectArgument)[] | TransactionArgument,
|
|
1464
|
-
string | TransactionArgument
|
|
1465
|
-
]): Promise<TypedDevInspectResults<[]>>;
|
|
1195
|
+
function migrateV1ToV2(client: SuiClient, args: [string, bigint, string[]]): Promise<TypedDevInspectResults<[]>>;
|
|
1196
|
+
function v1Add(client: SuiClient, args: [string, bigint, string[], string]): Promise<TypedDevInspectResults<[]>>;
|
|
1197
|
+
function v1Contains(client: SuiClient, args: [string, bigint, string[], string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1198
|
+
function v1Remove(client: SuiClient, args: [string, bigint, string[], string]): Promise<TypedDevInspectResults<[]>>;
|
|
1199
|
+
function v2Add(client: SuiClient, args: [string, bigint, string[], string]): Promise<TypedDevInspectResults<[]>>;
|
|
1200
|
+
function v2ContainsCurrentEpoch(client: SuiClient, args: [string, bigint, string[], string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1201
|
+
function v2ContainsNextEpoch(client: SuiClient, args: [string, bigint, string[], string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1202
|
+
function v2DisableGlobalPause(client: SuiClient, args: [string, bigint, string[]]): Promise<TypedDevInspectResults<[]>>;
|
|
1203
|
+
function v2EnableGlobalPause(client: SuiClient, args: [string, bigint, string[]]): Promise<TypedDevInspectResults<[]>>;
|
|
1204
|
+
function v2IsGlobalPauseEnabledCurrentEpoch(client: SuiClient, args: [string, bigint, string[]]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1205
|
+
function v2IsGlobalPauseEnabledNextEpoch(client: SuiClient, args: [string, bigint, string[]]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1206
|
+
function v2Remove(client: SuiClient, args: [string, bigint, string[], string]): Promise<TypedDevInspectResults<[]>>;
|
|
1466
1207
|
}
|
|
1467
1208
|
}
|
|
1468
1209
|
export declare namespace display {
|
|
@@ -1548,36 +1289,17 @@ export declare namespace display {
|
|
|
1548
1289
|
function version<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
1549
1290
|
}
|
|
1550
1291
|
namespace view {
|
|
1551
|
-
function add<T0 = any>(client: SuiClient, args: [
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1556
|
-
function
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1561
|
-
function
|
|
1562
|
-
function edit<T0 = any>(client: SuiClient, args: [
|
|
1563
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1564
|
-
string | TransactionArgument,
|
|
1565
|
-
string | TransactionArgument
|
|
1566
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1567
|
-
function fields<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1568
|
-
function isAuthorized<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1569
|
-
function new_<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[display.Display<T0>]>>;
|
|
1570
|
-
function newWithFields<T0 = any>(client: SuiClient, args: [
|
|
1571
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1572
|
-
(string | TransactionObjectArgument)[] | TransactionArgument,
|
|
1573
|
-
(string | TransactionObjectArgument)[] | TransactionArgument
|
|
1574
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[display.Display<T0>]>>;
|
|
1575
|
-
function remove<T0 = any>(client: SuiClient, args: [
|
|
1576
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1577
|
-
string | TransactionArgument
|
|
1578
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1579
|
-
function updateVersion<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1580
|
-
function version<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[number]>>;
|
|
1292
|
+
function add<T0 = any>(client: SuiClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1293
|
+
function addMultiple<T0 = any>(client: SuiClient, args: [string, string[], string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1294
|
+
function createAndKeep<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1295
|
+
function edit<T0 = any>(client: SuiClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1296
|
+
function fields<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1297
|
+
function isAuthorized<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1298
|
+
function new_<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[display.Display<T0>]>>;
|
|
1299
|
+
function newWithFields<T0 = any>(client: SuiClient, args: [string, string[], string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[display.Display<T0>]>>;
|
|
1300
|
+
function remove<T0 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1301
|
+
function updateVersion<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1302
|
+
function version<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[number]>>;
|
|
1581
1303
|
}
|
|
1582
1304
|
}
|
|
1583
1305
|
export declare namespace dynamic_field {
|
|
@@ -1647,56 +1369,22 @@ export declare namespace dynamic_field {
|
|
|
1647
1369
|
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
1648
1370
|
}
|
|
1649
1371
|
namespace view {
|
|
1650
|
-
function add<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
function
|
|
1656
|
-
function
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
function
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
1664
|
-
function
|
|
1665
|
-
|
|
1666
|
-
string | TransactionArgument
|
|
1667
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1668
|
-
function borrowMut<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1669
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1670
|
-
T0 | TransactionArgument
|
|
1671
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1672
|
-
function exists_<T0 = any>(client: SuiClient, args: [
|
|
1673
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1674
|
-
T0 | TransactionArgument
|
|
1675
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1676
|
-
function existsWithType<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1677
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1678
|
-
T0 | TransactionArgument
|
|
1679
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1680
|
-
function fieldInfo<T0 = any>(client: SuiClient, args: [
|
|
1681
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1682
|
-
T0 | TransactionArgument
|
|
1683
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string, string]>>;
|
|
1684
|
-
function fieldInfoMut<T0 = any>(client: SuiClient, args: [
|
|
1685
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1686
|
-
T0 | TransactionArgument
|
|
1687
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string, string]>>;
|
|
1688
|
-
function hasChildObject(client: SuiClient, args: [string | TransactionArgument, string | TransactionArgument]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1689
|
-
function hasChildObjectWithTy<T0 = any>(client: SuiClient, args: [string | TransactionArgument, string | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1690
|
-
function hashTypeAndKey<T0 = any>(client: SuiClient, args: [string | TransactionArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1691
|
-
function remove<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1692
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1693
|
-
T0 | TransactionArgument
|
|
1694
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
|
|
1695
|
-
function removeChildObject<T0 = any>(client: SuiClient, args: [string | TransactionArgument, string | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
|
|
1696
|
-
function removeIfExists<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1697
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1698
|
-
T0 | TransactionArgument
|
|
1699
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<T1>]>>;
|
|
1372
|
+
function add<T0 = any, T1 = any>(client: SuiClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1373
|
+
function addChildObject<T0 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1374
|
+
function borrow<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1375
|
+
function borrowChildObject<T0 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1376
|
+
function borrowChildObjectMut<T0 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1377
|
+
function borrowMut<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1378
|
+
function exists_<T0 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1379
|
+
function existsWithType<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1380
|
+
function fieldInfo<T0 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string, string]>>;
|
|
1381
|
+
function fieldInfoMut<T0 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string, string]>>;
|
|
1382
|
+
function hasChildObject(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1383
|
+
function hasChildObjectWithTy<T0 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1384
|
+
function hashTypeAndKey<T0 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1385
|
+
function remove<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
|
|
1386
|
+
function removeChildObject<T0 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
|
|
1387
|
+
function removeIfExists<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<T1>]>>;
|
|
1700
1388
|
}
|
|
1701
1389
|
}
|
|
1702
1390
|
export declare namespace dynamic_object_field {
|
|
@@ -1772,56 +1460,18 @@ export declare namespace dynamic_object_field {
|
|
|
1772
1460
|
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
1773
1461
|
}
|
|
1774
1462
|
namespace view {
|
|
1775
|
-
function add<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1780
|
-
function
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1784
|
-
function
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1788
|
-
function exists_<T0 = any>(client: SuiClient, args: [
|
|
1789
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1790
|
-
T0 | TransactionArgument
|
|
1791
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1792
|
-
function existsWithType<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1793
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1794
|
-
T0 | TransactionArgument
|
|
1795
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1796
|
-
function id<T0 = any>(client: SuiClient, args: [
|
|
1797
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1798
|
-
T0 | TransactionArgument
|
|
1799
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<object_.ID>]>>;
|
|
1800
|
-
function internalAdd<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1801
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1802
|
-
T0 | TransactionArgument,
|
|
1803
|
-
T1 | TransactionArgument
|
|
1804
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1805
|
-
function internalBorrow<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1806
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1807
|
-
T0 | TransactionArgument
|
|
1808
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1809
|
-
function internalBorrowMut<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1810
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1811
|
-
T0 | TransactionArgument
|
|
1812
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1813
|
-
function internalExistsWithType<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1814
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1815
|
-
T0 | TransactionArgument
|
|
1816
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1817
|
-
function internalRemove<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1818
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1819
|
-
T0 | TransactionArgument
|
|
1820
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
|
|
1821
|
-
function remove<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
1822
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1823
|
-
T0 | TransactionArgument
|
|
1824
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
|
|
1463
|
+
function add<T0 = any, T1 = any>(client: SuiClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1464
|
+
function borrow<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1465
|
+
function borrowMut<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1466
|
+
function exists_<T0 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1467
|
+
function existsWithType<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1468
|
+
function id<T0 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<object_.ID>]>>;
|
|
1469
|
+
function internalAdd<T0 = any, T1 = any>(client: SuiClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1470
|
+
function internalBorrow<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1471
|
+
function internalBorrowMut<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1472
|
+
function internalExistsWithType<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1473
|
+
function internalRemove<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
|
|
1474
|
+
function remove<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
|
|
1825
1475
|
}
|
|
1826
1476
|
}
|
|
1827
1477
|
export declare namespace ecdsa_k1 {
|
|
@@ -1849,18 +1499,9 @@ export declare namespace ecdsa_k1 {
|
|
|
1849
1499
|
];
|
|
1850
1500
|
}
|
|
1851
1501
|
namespace view {
|
|
1852
|
-
function decompressPubkey(client: SuiClient, args: [string
|
|
1853
|
-
function secp256k1Ecrecover(client: SuiClient, args: [
|
|
1854
|
-
|
|
1855
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1856
|
-
number | TransactionArgument
|
|
1857
|
-
]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
1858
|
-
function secp256k1Verify(client: SuiClient, args: [
|
|
1859
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1860
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1861
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1862
|
-
number | TransactionArgument
|
|
1863
|
-
]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1502
|
+
function decompressPubkey(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
1503
|
+
function secp256k1Ecrecover(client: SuiClient, args: [string, string, number]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
1504
|
+
function secp256k1Verify(client: SuiClient, args: [string, string, string, number]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1864
1505
|
}
|
|
1865
1506
|
}
|
|
1866
1507
|
export declare namespace ecdsa_r1 {
|
|
@@ -1887,17 +1528,8 @@ export declare namespace ecdsa_r1 {
|
|
|
1887
1528
|
];
|
|
1888
1529
|
}
|
|
1889
1530
|
namespace view {
|
|
1890
|
-
function secp256r1Ecrecover(client: SuiClient, args: [
|
|
1891
|
-
|
|
1892
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1893
|
-
number | TransactionArgument
|
|
1894
|
-
]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
1895
|
-
function secp256r1Verify(client: SuiClient, args: [
|
|
1896
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1897
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1898
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1899
|
-
number | TransactionArgument
|
|
1900
|
-
]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1531
|
+
function secp256r1Ecrecover(client: SuiClient, args: [string, string, number]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
1532
|
+
function secp256r1Verify(client: SuiClient, args: [string, string, string, number]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1901
1533
|
}
|
|
1902
1534
|
}
|
|
1903
1535
|
export declare namespace ecvrf {
|
|
@@ -1915,12 +1547,7 @@ export declare namespace ecvrf {
|
|
|
1915
1547
|
];
|
|
1916
1548
|
}
|
|
1917
1549
|
namespace view {
|
|
1918
|
-
function ecvrfVerify(client: SuiClient, args: [
|
|
1919
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1920
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1921
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1922
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
1923
|
-
]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1550
|
+
function ecvrfVerify(client: SuiClient, args: [string, string, string, string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1924
1551
|
}
|
|
1925
1552
|
}
|
|
1926
1553
|
export declare namespace ed25519 {
|
|
@@ -1936,11 +1563,7 @@ export declare namespace ed25519 {
|
|
|
1936
1563
|
];
|
|
1937
1564
|
}
|
|
1938
1565
|
namespace view {
|
|
1939
|
-
function ed25519Verify(client: SuiClient, args: [
|
|
1940
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1941
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
1942
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
1943
|
-
]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1566
|
+
function ed25519Verify(client: SuiClient, args: [string, string, string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1944
1567
|
}
|
|
1945
1568
|
}
|
|
1946
1569
|
export declare namespace event {
|
|
@@ -1948,7 +1571,7 @@ export declare namespace event {
|
|
|
1948
1571
|
function emit<T0 = any>(tx: Transaction, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
1949
1572
|
}
|
|
1950
1573
|
namespace view {
|
|
1951
|
-
function emit<T0 = any>(client: SuiClient, args: [T0
|
|
1574
|
+
function emit<T0 = any>(client: SuiClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1952
1575
|
}
|
|
1953
1576
|
}
|
|
1954
1577
|
export declare namespace groth16 {
|
|
@@ -2035,25 +1658,12 @@ export declare namespace groth16 {
|
|
|
2035
1658
|
namespace view {
|
|
2036
1659
|
function bls12381(client: SuiClient, args: []): Promise<TypedDevInspectResults<[groth16.Curve]>>;
|
|
2037
1660
|
function bn254(client: SuiClient, args: []): Promise<TypedDevInspectResults<[groth16.Curve]>>;
|
|
2038
|
-
function prepareVerifyingKey(client: SuiClient, args: [
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
]): Promise<TypedDevInspectResults<[groth16.PreparedVerifyingKey]>>;
|
|
2042
|
-
function
|
|
2043
|
-
function
|
|
2044
|
-
function pvkFromBytes(client: SuiClient, args: [
|
|
2045
|
-
(string | TransactionObjectArgument)[] | TransactionArgument,
|
|
2046
|
-
(string | TransactionObjectArgument)[] | TransactionArgument,
|
|
2047
|
-
(string | TransactionObjectArgument)[] | TransactionArgument,
|
|
2048
|
-
(string | TransactionObjectArgument)[] | TransactionArgument
|
|
2049
|
-
]): Promise<TypedDevInspectResults<[groth16.PreparedVerifyingKey]>>;
|
|
2050
|
-
function pvkToBytes(client: SuiClient, args: [groth16.PreparedVerifyingKey | TransactionArgument]): Promise<TypedDevInspectResults<[number[][]]>>;
|
|
2051
|
-
function verifyGroth16Proof(client: SuiClient, args: [
|
|
2052
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2053
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2054
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2055
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
2056
|
-
]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1661
|
+
function prepareVerifyingKey(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[groth16.PreparedVerifyingKey]>>;
|
|
1662
|
+
function proofPointsFromBytes(client: SuiClient, args: [string[]]): Promise<TypedDevInspectResults<[groth16.ProofPoints]>>;
|
|
1663
|
+
function publicProofInputsFromBytes(client: SuiClient, args: [string[]]): Promise<TypedDevInspectResults<[groth16.PublicProofInputs]>>;
|
|
1664
|
+
function pvkFromBytes(client: SuiClient, args: [string[], string[], string[], string[]]): Promise<TypedDevInspectResults<[groth16.PreparedVerifyingKey]>>;
|
|
1665
|
+
function pvkToBytes(client: SuiClient, args: [groth16.PreparedVerifyingKey]): Promise<TypedDevInspectResults<[number[][]]>>;
|
|
1666
|
+
function verifyGroth16Proof(client: SuiClient, args: [string, string, string, string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2057
1667
|
}
|
|
2058
1668
|
}
|
|
2059
1669
|
export declare namespace group_ops {
|
|
@@ -2156,59 +1766,21 @@ export declare namespace group_ops {
|
|
|
2156
1766
|
];
|
|
2157
1767
|
}
|
|
2158
1768
|
namespace view {
|
|
2159
|
-
function add<T0 = any>(client: SuiClient, args: [
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T0>]>>;
|
|
2164
|
-
function
|
|
2165
|
-
function
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
2169
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T1>]>>;
|
|
2170
|
-
function equal<T0 = any>(client: SuiClient, args: [
|
|
2171
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2172
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
2173
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2174
|
-
function fromBytes<T0 = any>(client: SuiClient, args: [
|
|
2175
|
-
number | TransactionArgument,
|
|
2176
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2177
|
-
boolean | TransactionArgument
|
|
2178
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T0>]>>;
|
|
2179
|
-
function hashTo<T0 = any>(client: SuiClient, args: [
|
|
2180
|
-
number | TransactionArgument,
|
|
2181
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
2182
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T0>]>>;
|
|
2183
|
-
function mul<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2184
|
-
number | TransactionArgument,
|
|
2185
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2186
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
2187
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T1>]>>;
|
|
2188
|
-
function multiScalarMultiplication<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2189
|
-
number | TransactionArgument,
|
|
2190
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2191
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
2192
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T1>]>>;
|
|
2193
|
-
function pairing<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
2194
|
-
number | TransactionArgument,
|
|
2195
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2196
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
2197
|
-
], typeArguments: [
|
|
1769
|
+
function add<T0 = any>(client: SuiClient, args: [number, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T0>]>>;
|
|
1770
|
+
function bytes<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1771
|
+
function div<T0 = any, T1 = any>(client: SuiClient, args: [number, string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T1>]>>;
|
|
1772
|
+
function equal<T0 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1773
|
+
function fromBytes<T0 = any>(client: SuiClient, args: [number, string, boolean], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T0>]>>;
|
|
1774
|
+
function hashTo<T0 = any>(client: SuiClient, args: [number, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T0>]>>;
|
|
1775
|
+
function mul<T0 = any, T1 = any>(client: SuiClient, args: [number, string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T1>]>>;
|
|
1776
|
+
function multiScalarMultiplication<T0 = any, T1 = any>(client: SuiClient, args: [number, string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T1>]>>;
|
|
1777
|
+
function pairing<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [number, string, string], typeArguments: [
|
|
2198
1778
|
TypeDescriptor<T0> | string,
|
|
2199
1779
|
TypeDescriptor<T1> | string,
|
|
2200
1780
|
TypeDescriptor<T2> | string
|
|
2201
1781
|
]): Promise<TypedDevInspectResults<[group_ops.Element<T2>]>>;
|
|
2202
|
-
function setAsPrefix(client: SuiClient, args: [
|
|
2203
|
-
|
|
2204
|
-
boolean | TransactionArgument,
|
|
2205
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
2206
|
-
]): Promise<TypedDevInspectResults<[]>>;
|
|
2207
|
-
function sub<T0 = any>(client: SuiClient, args: [
|
|
2208
|
-
number | TransactionArgument,
|
|
2209
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2210
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
2211
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T0>]>>;
|
|
1782
|
+
function setAsPrefix(client: SuiClient, args: [bigint, boolean, string]): Promise<TypedDevInspectResults<[]>>;
|
|
1783
|
+
function sub<T0 = any>(client: SuiClient, args: [number, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T0>]>>;
|
|
2212
1784
|
}
|
|
2213
1785
|
}
|
|
2214
1786
|
export declare namespace hash {
|
|
@@ -2217,8 +1789,8 @@ export declare namespace hash {
|
|
|
2217
1789
|
function keccak256(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
2218
1790
|
}
|
|
2219
1791
|
namespace view {
|
|
2220
|
-
function blake2b256(client: SuiClient, args: [string
|
|
2221
|
-
function keccak256(client: SuiClient, args: [string
|
|
1792
|
+
function blake2b256(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
1793
|
+
function keccak256(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
2222
1794
|
}
|
|
2223
1795
|
}
|
|
2224
1796
|
export declare namespace hex {
|
|
@@ -2227,8 +1799,8 @@ export declare namespace hex {
|
|
|
2227
1799
|
function encode(tx: Transaction, args: [(string | TransactionObjectArgument)[] | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
2228
1800
|
}
|
|
2229
1801
|
namespace view {
|
|
2230
|
-
function decode(client: SuiClient, args: [
|
|
2231
|
-
function encode(client: SuiClient, args: [
|
|
1802
|
+
function decode(client: SuiClient, args: [string[]]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
1803
|
+
function encode(client: SuiClient, args: [string[]]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
2232
1804
|
}
|
|
2233
1805
|
}
|
|
2234
1806
|
export declare namespace hmac {
|
|
@@ -2239,10 +1811,7 @@ export declare namespace hmac {
|
|
|
2239
1811
|
]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
2240
1812
|
}
|
|
2241
1813
|
namespace view {
|
|
2242
|
-
function hmacSha3256(client: SuiClient, args: [
|
|
2243
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2244
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
2245
|
-
]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
1814
|
+
function hmacSha3256(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
2246
1815
|
}
|
|
2247
1816
|
}
|
|
2248
1817
|
export declare namespace kiosk {
|
|
@@ -2574,153 +2143,46 @@ export declare namespace kiosk {
|
|
|
2574
2143
|
];
|
|
2575
2144
|
}
|
|
2576
2145
|
namespace view {
|
|
2577
|
-
function borrow<T0 = any>(client: SuiClient, args: [
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
2582
|
-
function
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
function
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
2592
|
-
function
|
|
2593
|
-
|
|
2594
|
-
kiosk.KioskOwnerCap | TransactionArgument
|
|
2595
|
-
]): Promise<TypedDevInspectResults<[coin.Coin<sui.SUI>]>>;
|
|
2596
|
-
function delist<T0 = any>(client: SuiClient, args: [
|
|
2597
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2598
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2599
|
-
object_.ID | TransactionArgument
|
|
2600
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2601
|
-
function hasAccess(client: SuiClient, args: [
|
|
2602
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2603
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
2604
|
-
]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2605
|
-
function hasItem(client: SuiClient, args: [
|
|
2606
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2607
|
-
object_.ID | TransactionArgument
|
|
2608
|
-
]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2609
|
-
function hasItemWithType<T0 = any>(client: SuiClient, args: [
|
|
2610
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2611
|
-
object_.ID | TransactionArgument
|
|
2612
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2613
|
-
function isListed(client: SuiClient, args: [
|
|
2614
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2615
|
-
object_.ID | TransactionArgument
|
|
2616
|
-
]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2617
|
-
function isListedExclusively(client: SuiClient, args: [
|
|
2618
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2619
|
-
object_.ID | TransactionArgument
|
|
2620
|
-
]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2621
|
-
function isLocked(client: SuiClient, args: [
|
|
2622
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2623
|
-
object_.ID | TransactionArgument
|
|
2624
|
-
]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2625
|
-
function itemCount(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[number]>>;
|
|
2626
|
-
function kioskOwnerCapFor(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[object_.ID]>>;
|
|
2627
|
-
function list<T0 = any>(client: SuiClient, args: [
|
|
2628
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2629
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2630
|
-
object_.ID | TransactionArgument,
|
|
2631
|
-
bigint | TransactionArgument
|
|
2632
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2633
|
-
function listWithPurchaseCap<T0 = any>(client: SuiClient, args: [
|
|
2634
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2635
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2636
|
-
object_.ID | TransactionArgument,
|
|
2637
|
-
bigint | TransactionArgument
|
|
2638
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[kiosk.PurchaseCap<T0>]>>;
|
|
2639
|
-
function lock<T0 = any>(client: SuiClient, args: [
|
|
2640
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2641
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2642
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2643
|
-
T0 | TransactionArgument
|
|
2644
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2645
|
-
function lockInternal<T0 = any>(client: SuiClient, args: [
|
|
2646
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2647
|
-
T0 | TransactionArgument
|
|
2648
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2146
|
+
function borrow<T0 = any>(client: SuiClient, args: [string, string, object_.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2147
|
+
function borrowMut<T0 = any>(client: SuiClient, args: [string, string, object_.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2148
|
+
function borrowVal<T0 = any>(client: SuiClient, args: [string, string, object_.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0, kiosk.Borrow]>>;
|
|
2149
|
+
function closeAndWithdraw(client: SuiClient, args: [kiosk.Kiosk, kiosk.KioskOwnerCap]): Promise<TypedDevInspectResults<[coin.Coin<sui.SUI>]>>;
|
|
2150
|
+
function delist<T0 = any>(client: SuiClient, args: [string, string, object_.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2151
|
+
function hasAccess(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2152
|
+
function hasItem(client: SuiClient, args: [string, object_.ID]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2153
|
+
function hasItemWithType<T0 = any>(client: SuiClient, args: [string, object_.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2154
|
+
function isListed(client: SuiClient, args: [string, object_.ID]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2155
|
+
function isListedExclusively(client: SuiClient, args: [string, object_.ID]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2156
|
+
function isLocked(client: SuiClient, args: [string, object_.ID]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2157
|
+
function itemCount(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
|
|
2158
|
+
function kioskOwnerCapFor(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[object_.ID]>>;
|
|
2159
|
+
function list<T0 = any>(client: SuiClient, args: [string, string, object_.ID, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2160
|
+
function listWithPurchaseCap<T0 = any>(client: SuiClient, args: [string, string, object_.ID, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[kiosk.PurchaseCap<T0>]>>;
|
|
2161
|
+
function lock<T0 = any>(client: SuiClient, args: [string, string, string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2162
|
+
function lockInternal<T0 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2649
2163
|
function new_(client: SuiClient, args: []): Promise<TypedDevInspectResults<[kiosk.Kiosk, kiosk.KioskOwnerCap]>>;
|
|
2650
|
-
function owner(client: SuiClient, args: [string
|
|
2651
|
-
function place<T0 = any>(client: SuiClient, args: [
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
function
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2662
|
-
function
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
function
|
|
2667
|
-
function
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
]): Promise<TypedDevInspectResults<[string]>>;
|
|
2671
|
-
function
|
|
2672
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2673
|
-
object_.ID | TransactionArgument,
|
|
2674
|
-
coin.Coin<sui.SUI> | TransactionArgument
|
|
2675
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0, transfer_policy.TransferRequest<T0>]>>;
|
|
2676
|
-
function purchaseCapItem<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object_.ID]>>;
|
|
2677
|
-
function purchaseCapKiosk<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object_.ID]>>;
|
|
2678
|
-
function purchaseCapMinPrice<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2679
|
-
function purchaseWithCap<T0 = any>(client: SuiClient, args: [
|
|
2680
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2681
|
-
kiosk.PurchaseCap<T0> | TransactionArgument,
|
|
2682
|
-
coin.Coin<sui.SUI> | TransactionArgument
|
|
2683
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0, transfer_policy.TransferRequest<T0>]>>;
|
|
2684
|
-
function returnPurchaseCap<T0 = any>(client: SuiClient, args: [
|
|
2685
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2686
|
-
kiosk.PurchaseCap<T0> | TransactionArgument
|
|
2687
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2688
|
-
function returnVal<T0 = any>(client: SuiClient, args: [
|
|
2689
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2690
|
-
T0 | TransactionArgument,
|
|
2691
|
-
kiosk.Borrow | TransactionArgument
|
|
2692
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2693
|
-
function setAllowExtensions(client: SuiClient, args: [
|
|
2694
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2695
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2696
|
-
boolean | TransactionArgument
|
|
2697
|
-
]): Promise<TypedDevInspectResults<[]>>;
|
|
2698
|
-
function setOwner(client: SuiClient, args: [
|
|
2699
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2700
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
2701
|
-
]): Promise<TypedDevInspectResults<[]>>;
|
|
2702
|
-
function setOwnerCustom(client: SuiClient, args: [
|
|
2703
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2704
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2705
|
-
string | TransactionArgument
|
|
2706
|
-
]): Promise<TypedDevInspectResults<[]>>;
|
|
2707
|
-
function take<T0 = any>(client: SuiClient, args: [
|
|
2708
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2709
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2710
|
-
object_.ID | TransactionArgument
|
|
2711
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
|
|
2712
|
-
function uid(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[string]>>;
|
|
2713
|
-
function uidMut(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[string]>>;
|
|
2714
|
-
function uidMutAsOwner(client: SuiClient, args: [
|
|
2715
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2716
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
2717
|
-
]): Promise<TypedDevInspectResults<[string]>>;
|
|
2718
|
-
function uidMutInternal(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[string]>>;
|
|
2719
|
-
function withdraw(client: SuiClient, args: [
|
|
2720
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2721
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2722
|
-
_0x1.option.Option<bigint> | TransactionArgument
|
|
2723
|
-
]): Promise<TypedDevInspectResults<[coin.Coin<sui.SUI>]>>;
|
|
2164
|
+
function owner(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2165
|
+
function place<T0 = any>(client: SuiClient, args: [string, string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2166
|
+
function placeAndList<T0 = any>(client: SuiClient, args: [string, string, T0, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2167
|
+
function placeInternal<T0 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2168
|
+
function profitsAmount(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2169
|
+
function profitsMut(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2170
|
+
function purchase<T0 = any>(client: SuiClient, args: [string, object_.ID, coin.Coin<sui.SUI>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0, transfer_policy.TransferRequest<T0>]>>;
|
|
2171
|
+
function purchaseCapItem<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object_.ID]>>;
|
|
2172
|
+
function purchaseCapKiosk<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object_.ID]>>;
|
|
2173
|
+
function purchaseCapMinPrice<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2174
|
+
function purchaseWithCap<T0 = any>(client: SuiClient, args: [string, kiosk.PurchaseCap<T0>, coin.Coin<sui.SUI>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0, transfer_policy.TransferRequest<T0>]>>;
|
|
2175
|
+
function returnPurchaseCap<T0 = any>(client: SuiClient, args: [string, kiosk.PurchaseCap<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2176
|
+
function returnVal<T0 = any>(client: SuiClient, args: [string, T0, kiosk.Borrow], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2177
|
+
function setAllowExtensions(client: SuiClient, args: [string, string, boolean]): Promise<TypedDevInspectResults<[]>>;
|
|
2178
|
+
function setOwner(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[]>>;
|
|
2179
|
+
function setOwnerCustom(client: SuiClient, args: [string, string, string]): Promise<TypedDevInspectResults<[]>>;
|
|
2180
|
+
function take<T0 = any>(client: SuiClient, args: [string, string, object_.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
|
|
2181
|
+
function uid(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2182
|
+
function uidMut(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2183
|
+
function uidMutAsOwner(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2184
|
+
function uidMutInternal(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2185
|
+
function withdraw(client: SuiClient, args: [string, string, _0x1.option.Option<bigint>]): Promise<TypedDevInspectResults<[coin.Coin<sui.SUI>]>>;
|
|
2724
2186
|
}
|
|
2725
2187
|
}
|
|
2726
2188
|
export declare namespace kiosk_extension {
|
|
@@ -2804,48 +2266,18 @@ export declare namespace kiosk_extension {
|
|
|
2804
2266
|
], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
2805
2267
|
}
|
|
2806
2268
|
namespace view {
|
|
2807
|
-
function add<T0 = any>(client: SuiClient, args: [
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2813
|
-
function
|
|
2814
|
-
function
|
|
2815
|
-
function
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2819
|
-
function enable<T0 = any>(client: SuiClient, args: [
|
|
2820
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2821
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
2822
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2823
|
-
function isEnabled<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2824
|
-
function isInstalled<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2825
|
-
function lock<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2826
|
-
T0 | TransactionArgument,
|
|
2827
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2828
|
-
T1 | TransactionArgument,
|
|
2829
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
2830
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2831
|
-
function place<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2832
|
-
T0 | TransactionArgument,
|
|
2833
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2834
|
-
T1 | TransactionArgument,
|
|
2835
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
2836
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2837
|
-
function remove<T0 = any>(client: SuiClient, args: [
|
|
2838
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2839
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
2840
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2841
|
-
function storage<T0 = any>(client: SuiClient, args: [
|
|
2842
|
-
T0 | TransactionArgument,
|
|
2843
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
2844
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2845
|
-
function storageMut<T0 = any>(client: SuiClient, args: [
|
|
2846
|
-
T0 | TransactionArgument,
|
|
2847
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
2848
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2269
|
+
function add<T0 = any>(client: SuiClient, args: [T0, string, string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2270
|
+
function canLock<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2271
|
+
function canPlace<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2272
|
+
function disable<T0 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2273
|
+
function enable<T0 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2274
|
+
function isEnabled<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2275
|
+
function isInstalled<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2276
|
+
function lock<T0 = any, T1 = any>(client: SuiClient, args: [T0, string, T1, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2277
|
+
function place<T0 = any, T1 = any>(client: SuiClient, args: [T0, string, T1, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2278
|
+
function remove<T0 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2279
|
+
function storage<T0 = any>(client: SuiClient, args: [T0, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2280
|
+
function storageMut<T0 = any>(client: SuiClient, args: [T0, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2849
2281
|
}
|
|
2850
2282
|
}
|
|
2851
2283
|
export declare namespace linked_table {
|
|
@@ -2922,49 +2354,23 @@ export declare namespace linked_table {
|
|
|
2922
2354
|
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
2923
2355
|
}
|
|
2924
2356
|
namespace view {
|
|
2925
|
-
function back<T0 = any, T1 = any>(client: SuiClient, args: [string
|
|
2926
|
-
function borrow<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[
|
|
2930
|
-
function
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[
|
|
2934
|
-
function contains<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2935
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2936
|
-
T0 | TransactionArgument
|
|
2937
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2938
|
-
function destroyEmpty<T0 = any, T1 = any>(client: SuiClient, args: [linked_table.LinkedTable<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2939
|
-
function drop<T0 = any, T1 = any>(client: SuiClient, args: [linked_table.LinkedTable<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2940
|
-
function front<T0 = any, T1 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2941
|
-
function isEmpty<T0 = any, T1 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2942
|
-
function length<T0 = any, T1 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2357
|
+
function back<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2358
|
+
function borrow<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2359
|
+
function borrowMut<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2360
|
+
function contains<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2361
|
+
function destroyEmpty<T0 = any, T1 = any>(client: SuiClient, args: [linked_table.LinkedTable<T0, T1>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2362
|
+
function drop<T0 = any, T1 = any>(client: SuiClient, args: [linked_table.LinkedTable<T0, T1>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2363
|
+
function front<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2364
|
+
function isEmpty<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2365
|
+
function length<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2943
2366
|
function new_<T0 = any, T1 = any>(client: SuiClient, args: [], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[linked_table.LinkedTable<T0, T1>]>>;
|
|
2944
|
-
function next<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2948
|
-
function
|
|
2949
|
-
function
|
|
2950
|
-
function
|
|
2951
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2952
|
-
T0 | TransactionArgument
|
|
2953
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2954
|
-
function pushBack<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2955
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2956
|
-
T0 | TransactionArgument,
|
|
2957
|
-
T1 | TransactionArgument
|
|
2958
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2959
|
-
function pushFront<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2960
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2961
|
-
T0 | TransactionArgument,
|
|
2962
|
-
T1 | TransactionArgument
|
|
2963
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2964
|
-
function remove<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2965
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
2966
|
-
T0 | TransactionArgument
|
|
2967
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
|
|
2367
|
+
function next<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2368
|
+
function popBack<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T0, T1]>>;
|
|
2369
|
+
function popFront<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T0, T1]>>;
|
|
2370
|
+
function prev<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2371
|
+
function pushBack<T0 = any, T1 = any>(client: SuiClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2372
|
+
function pushFront<T0 = any, T1 = any>(client: SuiClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2373
|
+
function remove<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
|
|
2968
2374
|
}
|
|
2969
2375
|
}
|
|
2970
2376
|
export declare namespace math {
|
|
@@ -2978,13 +2384,13 @@ export declare namespace math {
|
|
|
2978
2384
|
function sqrtU128(tx: Transaction, args: [bigint | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
2979
2385
|
}
|
|
2980
2386
|
namespace view {
|
|
2981
|
-
function diff(client: SuiClient, args: [bigint
|
|
2982
|
-
function divideAndRoundUp(client: SuiClient, args: [bigint
|
|
2983
|
-
function max(client: SuiClient, args: [bigint
|
|
2984
|
-
function min(client: SuiClient, args: [bigint
|
|
2985
|
-
function pow(client: SuiClient, args: [bigint
|
|
2986
|
-
function sqrt(client: SuiClient, args: [bigint
|
|
2987
|
-
function sqrtU128(client: SuiClient, args: [bigint
|
|
2387
|
+
function diff(client: SuiClient, args: [bigint, bigint]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2388
|
+
function divideAndRoundUp(client: SuiClient, args: [bigint, bigint]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2389
|
+
function max(client: SuiClient, args: [bigint, bigint]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2390
|
+
function min(client: SuiClient, args: [bigint, bigint]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2391
|
+
function pow(client: SuiClient, args: [bigint, number]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2392
|
+
function sqrt(client: SuiClient, args: [bigint]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2393
|
+
function sqrtU128(client: SuiClient, args: [bigint]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2988
2394
|
}
|
|
2989
2395
|
}
|
|
2990
2396
|
export declare namespace object_ {
|
|
@@ -3023,24 +2429,24 @@ export declare namespace object_ {
|
|
|
3023
2429
|
}
|
|
3024
2430
|
namespace view {
|
|
3025
2431
|
function authenticatorState(client: SuiClient, args: []): Promise<TypedDevInspectResults<[object_.UID]>>;
|
|
3026
|
-
function borrowId<T0 = any>(client: SuiClient, args: [string
|
|
2432
|
+
function borrowId<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3027
2433
|
function clock(client: SuiClient, args: []): Promise<TypedDevInspectResults<[object_.UID]>>;
|
|
3028
|
-
function delete_(client: SuiClient, args: [object_.UID
|
|
3029
|
-
function id<T0 = any>(client: SuiClient, args: [string
|
|
3030
|
-
function idAddress<T0 = any>(client: SuiClient, args: [string
|
|
3031
|
-
function idBytes<T0 = any>(client: SuiClient, args: [string
|
|
3032
|
-
function idFromAddress(client: SuiClient, args: [string
|
|
3033
|
-
function idFromBytes(client: SuiClient, args: [
|
|
3034
|
-
function idToAddress(client: SuiClient, args: [string
|
|
3035
|
-
function idToBytes(client: SuiClient, args: [string
|
|
2434
|
+
function delete_(client: SuiClient, args: [object_.UID]): Promise<TypedDevInspectResults<[]>>;
|
|
2435
|
+
function id<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object_.ID]>>;
|
|
2436
|
+
function idAddress<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2437
|
+
function idBytes<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
2438
|
+
function idFromAddress(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[object_.ID]>>;
|
|
2439
|
+
function idFromBytes(client: SuiClient, args: [string[]]): Promise<TypedDevInspectResults<[object_.ID]>>;
|
|
2440
|
+
function idToAddress(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2441
|
+
function idToBytes(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
3036
2442
|
function new_(client: SuiClient, args: []): Promise<TypedDevInspectResults<[object_.UID]>>;
|
|
3037
|
-
function newUidFromHash(client: SuiClient, args: [string
|
|
2443
|
+
function newUidFromHash(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[object_.UID]>>;
|
|
3038
2444
|
function randomnessState(client: SuiClient, args: []): Promise<TypedDevInspectResults<[object_.UID]>>;
|
|
3039
2445
|
function suiDenyListObjectId(client: SuiClient, args: []): Promise<TypedDevInspectResults<[object_.UID]>>;
|
|
3040
|
-
function uidAsInner(client: SuiClient, args: [string
|
|
3041
|
-
function uidToAddress(client: SuiClient, args: [string
|
|
3042
|
-
function uidToBytes(client: SuiClient, args: [string
|
|
3043
|
-
function uidToInner(client: SuiClient, args: [string
|
|
2446
|
+
function uidAsInner(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2447
|
+
function uidToAddress(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2448
|
+
function uidToBytes(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
2449
|
+
function uidToInner(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[object_.ID]>>;
|
|
3044
2450
|
}
|
|
3045
2451
|
}
|
|
3046
2452
|
export declare namespace object_bag {
|
|
@@ -3077,54 +2483,32 @@ export declare namespace object_bag {
|
|
|
3077
2483
|
function containsWithType<T0 = any, T1 = any>(tx: Transaction, args: [
|
|
3078
2484
|
string | TransactionObjectArgument | TransactionArgument,
|
|
3079
2485
|
T0 | TransactionArgument
|
|
3080
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
3081
|
-
function destroyEmpty(tx: Transaction, args: [object_bag.ObjectBag | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
3082
|
-
function isEmpty(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
3083
|
-
function length(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
3084
|
-
function new_(tx: Transaction, args: []): TransactionArgument & [];
|
|
3085
|
-
function remove<T0 = any, T1 = any>(tx: Transaction, args: [
|
|
3086
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3087
|
-
T0 | TransactionArgument
|
|
3088
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
3089
|
-
function valueId<T0 = any>(tx: Transaction, args: [
|
|
3090
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3091
|
-
T0 | TransactionArgument
|
|
3092
|
-
], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
3093
|
-
}
|
|
3094
|
-
namespace view {
|
|
3095
|
-
function add<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3096
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3097
|
-
T0 | TransactionArgument,
|
|
3098
|
-
T1 | TransactionArgument
|
|
3099
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3100
|
-
function borrow<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3101
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3102
|
-
T0 | TransactionArgument
|
|
3103
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3104
|
-
function borrowMut<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3105
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3106
|
-
T0 | TransactionArgument
|
|
3107
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3108
|
-
function contains<T0 = any>(client: SuiClient, args: [
|
|
3109
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3110
|
-
T0 | TransactionArgument
|
|
3111
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
3112
|
-
function containsWithType<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3113
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3114
|
-
T0 | TransactionArgument
|
|
3115
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
3116
|
-
function destroyEmpty(client: SuiClient, args: [object_bag.ObjectBag | TransactionArgument]): Promise<TypedDevInspectResults<[]>>;
|
|
3117
|
-
function isEmpty(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
3118
|
-
function length(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
3119
|
-
function new_(client: SuiClient, args: []): Promise<TypedDevInspectResults<[object_bag.ObjectBag]>>;
|
|
3120
|
-
function remove<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
2486
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
2487
|
+
function destroyEmpty(tx: Transaction, args: [object_bag.ObjectBag | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
2488
|
+
function isEmpty(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
2489
|
+
function length(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
2490
|
+
function new_(tx: Transaction, args: []): TransactionArgument & [];
|
|
2491
|
+
function remove<T0 = any, T1 = any>(tx: Transaction, args: [
|
|
3121
2492
|
string | TransactionObjectArgument | TransactionArgument,
|
|
3122
2493
|
T0 | TransactionArgument
|
|
3123
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]):
|
|
3124
|
-
function valueId<T0 = any>(
|
|
2494
|
+
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
2495
|
+
function valueId<T0 = any>(tx: Transaction, args: [
|
|
3125
2496
|
string | TransactionObjectArgument | TransactionArgument,
|
|
3126
2497
|
T0 | TransactionArgument
|
|
3127
|
-
], typeArguments: [TypeDescriptor<T0> | string]):
|
|
2498
|
+
], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
2499
|
+
}
|
|
2500
|
+
namespace view {
|
|
2501
|
+
function add<T0 = any, T1 = any>(client: SuiClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2502
|
+
function borrow<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2503
|
+
function borrowMut<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2504
|
+
function contains<T0 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2505
|
+
function containsWithType<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2506
|
+
function destroyEmpty(client: SuiClient, args: [object_bag.ObjectBag]): Promise<TypedDevInspectResults<[]>>;
|
|
2507
|
+
function isEmpty(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2508
|
+
function length(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2509
|
+
function new_(client: SuiClient, args: []): Promise<TypedDevInspectResults<[object_bag.ObjectBag]>>;
|
|
2510
|
+
function remove<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
|
|
2511
|
+
function valueId<T0 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<object_.ID>]>>;
|
|
3128
2512
|
}
|
|
3129
2513
|
}
|
|
3130
2514
|
export declare namespace object_table {
|
|
@@ -3172,35 +2556,16 @@ export declare namespace object_table {
|
|
|
3172
2556
|
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
3173
2557
|
}
|
|
3174
2558
|
namespace view {
|
|
3175
|
-
function add<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3180
|
-
function
|
|
3181
|
-
|
|
3182
|
-
T0 | TransactionArgument
|
|
3183
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3184
|
-
function borrowMut<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3185
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3186
|
-
T0 | TransactionArgument
|
|
3187
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3188
|
-
function contains<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3189
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3190
|
-
T0 | TransactionArgument
|
|
3191
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
3192
|
-
function destroyEmpty<T0 = any, T1 = any>(client: SuiClient, args: [object_table.ObjectTable<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3193
|
-
function isEmpty<T0 = any, T1 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
3194
|
-
function length<T0 = any, T1 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2559
|
+
function add<T0 = any, T1 = any>(client: SuiClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2560
|
+
function borrow<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2561
|
+
function borrowMut<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2562
|
+
function contains<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2563
|
+
function destroyEmpty<T0 = any, T1 = any>(client: SuiClient, args: [object_table.ObjectTable<T0, T1>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2564
|
+
function isEmpty<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2565
|
+
function length<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
3195
2566
|
function new_<T0 = any, T1 = any>(client: SuiClient, args: [], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[object_table.ObjectTable<T0, T1>]>>;
|
|
3196
|
-
function remove<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3197
|
-
|
|
3198
|
-
T0 | TransactionArgument
|
|
3199
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
|
|
3200
|
-
function valueId<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3201
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3202
|
-
T0 | TransactionArgument
|
|
3203
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<object_.ID>]>>;
|
|
2567
|
+
function remove<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
|
|
2568
|
+
function valueId<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<object_.ID>]>>;
|
|
3204
2569
|
}
|
|
3205
2570
|
}
|
|
3206
2571
|
export declare namespace package_ {
|
|
@@ -3279,35 +2644,28 @@ export declare namespace package_ {
|
|
|
3279
2644
|
}
|
|
3280
2645
|
namespace view {
|
|
3281
2646
|
function additivePolicy(client: SuiClient, args: []): Promise<TypedDevInspectResults<[number]>>;
|
|
3282
|
-
function authorizeUpgrade(client: SuiClient, args: [
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
]): Promise<TypedDevInspectResults<[
|
|
3287
|
-
function burnPublisher(client: SuiClient, args: [package_.Publisher | TransactionArgument]): Promise<TypedDevInspectResults<[]>>;
|
|
3288
|
-
function claim<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[package_.Publisher]>>;
|
|
3289
|
-
function claimAndKeep<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3290
|
-
function commitUpgrade(client: SuiClient, args: [
|
|
3291
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3292
|
-
package_.UpgradeReceipt | TransactionArgument
|
|
3293
|
-
]): Promise<TypedDevInspectResults<[]>>;
|
|
2647
|
+
function authorizeUpgrade(client: SuiClient, args: [string, number, string[]]): Promise<TypedDevInspectResults<[package_.UpgradeTicket]>>;
|
|
2648
|
+
function burnPublisher(client: SuiClient, args: [package_.Publisher]): Promise<TypedDevInspectResults<[]>>;
|
|
2649
|
+
function claim<T0 = any>(client: SuiClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[package_.Publisher]>>;
|
|
2650
|
+
function claimAndKeep<T0 = any>(client: SuiClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2651
|
+
function commitUpgrade(client: SuiClient, args: [string, package_.UpgradeReceipt]): Promise<TypedDevInspectResults<[]>>;
|
|
3294
2652
|
function compatiblePolicy(client: SuiClient, args: []): Promise<TypedDevInspectResults<[number]>>;
|
|
3295
2653
|
function depOnlyPolicy(client: SuiClient, args: []): Promise<TypedDevInspectResults<[number]>>;
|
|
3296
|
-
function fromModule<T0 = any>(client: SuiClient, args: [string
|
|
3297
|
-
function fromPackage<T0 = any>(client: SuiClient, args: [string
|
|
3298
|
-
function makeImmutable(client: SuiClient, args: [package_.UpgradeCap
|
|
3299
|
-
function onlyAdditiveUpgrades(client: SuiClient, args: [string
|
|
3300
|
-
function onlyDepUpgrades(client: SuiClient, args: [string
|
|
3301
|
-
function publishedModule(client: SuiClient, args: [string
|
|
3302
|
-
function publishedPackage(client: SuiClient, args: [string
|
|
3303
|
-
function receiptCap(client: SuiClient, args: [string
|
|
3304
|
-
function receiptPackage(client: SuiClient, args: [string
|
|
3305
|
-
function ticketDigest(client: SuiClient, args: [string
|
|
3306
|
-
function ticketPackage(client: SuiClient, args: [string
|
|
3307
|
-
function ticketPolicy(client: SuiClient, args: [string
|
|
3308
|
-
function upgradePackage(client: SuiClient, args: [string
|
|
3309
|
-
function upgradePolicy(client: SuiClient, args: [string
|
|
3310
|
-
function version(client: SuiClient, args: [string
|
|
2654
|
+
function fromModule<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2655
|
+
function fromPackage<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2656
|
+
function makeImmutable(client: SuiClient, args: [package_.UpgradeCap]): Promise<TypedDevInspectResults<[]>>;
|
|
2657
|
+
function onlyAdditiveUpgrades(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[]>>;
|
|
2658
|
+
function onlyDepUpgrades(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[]>>;
|
|
2659
|
+
function publishedModule(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2660
|
+
function publishedPackage(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2661
|
+
function receiptCap(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[object_.ID]>>;
|
|
2662
|
+
function receiptPackage(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[object_.ID]>>;
|
|
2663
|
+
function ticketDigest(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2664
|
+
function ticketPackage(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[object_.ID]>>;
|
|
2665
|
+
function ticketPolicy(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
|
|
2666
|
+
function upgradePackage(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[object_.ID]>>;
|
|
2667
|
+
function upgradePolicy(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
|
|
2668
|
+
function version(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
3311
2669
|
}
|
|
3312
2670
|
}
|
|
3313
2671
|
export declare namespace pay {
|
|
@@ -3348,36 +2706,14 @@ export declare namespace pay {
|
|
|
3348
2706
|
], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
3349
2707
|
}
|
|
3350
2708
|
namespace view {
|
|
3351
|
-
function divideAndKeep<T0 = any>(client: SuiClient, args: [
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3355
|
-
function
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3359
|
-
function joinVec<T0 = any>(client: SuiClient, args: [
|
|
3360
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3361
|
-
(string | TransactionObjectArgument)[] | TransactionArgument
|
|
3362
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3363
|
-
function joinVecAndTransfer<T0 = any>(client: SuiClient, args: [
|
|
3364
|
-
(string | TransactionObjectArgument)[] | TransactionArgument,
|
|
3365
|
-
string | TransactionArgument
|
|
3366
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3367
|
-
function keep<T0 = any>(client: SuiClient, args: [coin.Coin<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3368
|
-
function split<T0 = any>(client: SuiClient, args: [
|
|
3369
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3370
|
-
bigint | TransactionArgument
|
|
3371
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3372
|
-
function splitAndTransfer<T0 = any>(client: SuiClient, args: [
|
|
3373
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3374
|
-
bigint | TransactionArgument,
|
|
3375
|
-
string | TransactionArgument
|
|
3376
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3377
|
-
function splitVec<T0 = any>(client: SuiClient, args: [
|
|
3378
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3379
|
-
(string | TransactionObjectArgument)[] | TransactionArgument
|
|
3380
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2709
|
+
function divideAndKeep<T0 = any>(client: SuiClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2710
|
+
function join<T0 = any>(client: SuiClient, args: [string, coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2711
|
+
function joinVec<T0 = any>(client: SuiClient, args: [string, string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2712
|
+
function joinVecAndTransfer<T0 = any>(client: SuiClient, args: [string[], string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2713
|
+
function keep<T0 = any>(client: SuiClient, args: [coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2714
|
+
function split<T0 = any>(client: SuiClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2715
|
+
function splitAndTransfer<T0 = any>(client: SuiClient, args: [string, bigint, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2716
|
+
function splitVec<T0 = any>(client: SuiClient, args: [string, string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3381
2717
|
}
|
|
3382
2718
|
}
|
|
3383
2719
|
export declare namespace poseidon {
|
|
@@ -3385,7 +2721,7 @@ export declare namespace poseidon {
|
|
|
3385
2721
|
function poseidonBn254(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
3386
2722
|
}
|
|
3387
2723
|
namespace view {
|
|
3388
|
-
function poseidonBn254(client: SuiClient, args: [string
|
|
2724
|
+
function poseidonBn254(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
3389
2725
|
}
|
|
3390
2726
|
}
|
|
3391
2727
|
export declare namespace priority_queue {
|
|
@@ -3424,19 +2760,12 @@ export declare namespace priority_queue {
|
|
|
3424
2760
|
function priorities<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
3425
2761
|
}
|
|
3426
2762
|
namespace view {
|
|
3427
|
-
function createEntries<T0 = any>(client: SuiClient, args: [
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[priority_queue.Entry<T0>
|
|
3431
|
-
function
|
|
3432
|
-
|
|
3433
|
-
bigint | TransactionArgument,
|
|
3434
|
-
T0 | TransactionArgument
|
|
3435
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3436
|
-
function new_<T0 = any>(client: SuiClient, args: [(string | TransactionObjectArgument)[] | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[priority_queue.PriorityQueue<T0>]>>;
|
|
3437
|
-
function newEntry<T0 = any>(client: SuiClient, args: [bigint | TransactionArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[priority_queue.Entry<T0>]>>;
|
|
3438
|
-
function popMax<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint, T0]>>;
|
|
3439
|
-
function priorities<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint[]]>>;
|
|
2763
|
+
function createEntries<T0 = any>(client: SuiClient, args: [string[], string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[priority_queue.Entry<T0>[]]>>;
|
|
2764
|
+
function insert<T0 = any>(client: SuiClient, args: [string, bigint, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2765
|
+
function new_<T0 = any>(client: SuiClient, args: [string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[priority_queue.PriorityQueue<T0>]>>;
|
|
2766
|
+
function newEntry<T0 = any>(client: SuiClient, args: [bigint, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[priority_queue.Entry<T0>]>>;
|
|
2767
|
+
function popMax<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint, T0]>>;
|
|
2768
|
+
function priorities<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint[]]>>;
|
|
3440
2769
|
}
|
|
3441
2770
|
}
|
|
3442
2771
|
export declare namespace prover {
|
|
@@ -3535,47 +2864,21 @@ export declare namespace random {
|
|
|
3535
2864
|
], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
3536
2865
|
}
|
|
3537
2866
|
namespace view {
|
|
3538
|
-
function generateBool(client: SuiClient, args: [string
|
|
3539
|
-
function generateBytes(client: SuiClient, args: [
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
]): Promise<TypedDevInspectResults<[number
|
|
3543
|
-
function
|
|
3544
|
-
function
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
3549
|
-
function
|
|
3550
|
-
function
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
number | TransactionArgument
|
|
3554
|
-
]): Promise<TypedDevInspectResults<[number]>>;
|
|
3555
|
-
function generateU256(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
3556
|
-
function generateU32(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[number]>>;
|
|
3557
|
-
function generateU32InRange(client: SuiClient, args: [
|
|
3558
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3559
|
-
number | TransactionArgument,
|
|
3560
|
-
number | TransactionArgument
|
|
3561
|
-
]): Promise<TypedDevInspectResults<[number]>>;
|
|
3562
|
-
function generateU64(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
3563
|
-
function generateU64InRange(client: SuiClient, args: [
|
|
3564
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3565
|
-
bigint | TransactionArgument,
|
|
3566
|
-
bigint | TransactionArgument
|
|
3567
|
-
]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
3568
|
-
function generateU8(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[number]>>;
|
|
3569
|
-
function generateU8InRange(client: SuiClient, args: [
|
|
3570
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3571
|
-
number | TransactionArgument,
|
|
3572
|
-
number | TransactionArgument
|
|
3573
|
-
]): Promise<TypedDevInspectResults<[number]>>;
|
|
3574
|
-
function newGenerator(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[random.RandomGenerator]>>;
|
|
3575
|
-
function shuffle<T0 = any>(client: SuiClient, args: [
|
|
3576
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3577
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
3578
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2867
|
+
function generateBool(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2868
|
+
function generateBytes(client: SuiClient, args: [string, number]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
2869
|
+
function generateU128(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2870
|
+
function generateU128InRange(client: SuiClient, args: [string, bigint, bigint]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2871
|
+
function generateU16(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
|
|
2872
|
+
function generateU16InRange(client: SuiClient, args: [string, number, number]): Promise<TypedDevInspectResults<[number]>>;
|
|
2873
|
+
function generateU256(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2874
|
+
function generateU32(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
|
|
2875
|
+
function generateU32InRange(client: SuiClient, args: [string, number, number]): Promise<TypedDevInspectResults<[number]>>;
|
|
2876
|
+
function generateU64(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2877
|
+
function generateU64InRange(client: SuiClient, args: [string, bigint, bigint]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2878
|
+
function generateU8(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
|
|
2879
|
+
function generateU8InRange(client: SuiClient, args: [string, number, number]): Promise<TypedDevInspectResults<[number]>>;
|
|
2880
|
+
function newGenerator(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[random.RandomGenerator]>>;
|
|
2881
|
+
function shuffle<T0 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3579
2882
|
}
|
|
3580
2883
|
}
|
|
3581
2884
|
export declare namespace sui {
|
|
@@ -3593,10 +2896,7 @@ export declare namespace sui {
|
|
|
3593
2896
|
]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
3594
2897
|
}
|
|
3595
2898
|
namespace view {
|
|
3596
|
-
function transfer(client: SuiClient, args: [
|
|
3597
|
-
coin.Coin<sui.SUI> | TransactionArgument,
|
|
3598
|
-
string | TransactionArgument
|
|
3599
|
-
]): Promise<TypedDevInspectResults<[]>>;
|
|
2899
|
+
function transfer(client: SuiClient, args: [coin.Coin<sui.SUI>, string]): Promise<TypedDevInspectResults<[]>>;
|
|
3600
2900
|
}
|
|
3601
2901
|
}
|
|
3602
2902
|
export declare namespace table {
|
|
@@ -3641,32 +2941,16 @@ export declare namespace table {
|
|
|
3641
2941
|
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
3642
2942
|
}
|
|
3643
2943
|
namespace view {
|
|
3644
|
-
function add<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3649
|
-
function
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3653
|
-
function borrowMut<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3654
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3655
|
-
T0 | TransactionArgument
|
|
3656
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3657
|
-
function contains<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3658
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3659
|
-
T0 | TransactionArgument
|
|
3660
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
3661
|
-
function destroyEmpty<T0 = any, T1 = any>(client: SuiClient, args: [table.Table<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3662
|
-
function drop<T0 = any, T1 = any>(client: SuiClient, args: [table.Table<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3663
|
-
function isEmpty<T0 = any, T1 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
3664
|
-
function length<T0 = any, T1 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2944
|
+
function add<T0 = any, T1 = any>(client: SuiClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2945
|
+
function borrow<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2946
|
+
function borrowMut<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2947
|
+
function contains<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2948
|
+
function destroyEmpty<T0 = any, T1 = any>(client: SuiClient, args: [table.Table<T0, T1>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2949
|
+
function drop<T0 = any, T1 = any>(client: SuiClient, args: [table.Table<T0, T1>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2950
|
+
function isEmpty<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2951
|
+
function length<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
3665
2952
|
function new_<T0 = any, T1 = any>(client: SuiClient, args: [], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[table.Table<T0, T1>]>>;
|
|
3666
|
-
function remove<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3667
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3668
|
-
T0 | TransactionArgument
|
|
3669
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
|
|
2953
|
+
function remove<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
|
|
3670
2954
|
}
|
|
3671
2955
|
}
|
|
3672
2956
|
export declare namespace table_vec {
|
|
@@ -3712,34 +2996,18 @@ export declare namespace table_vec {
|
|
|
3712
2996
|
], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
3713
2997
|
}
|
|
3714
2998
|
namespace view {
|
|
3715
|
-
function borrow<T0 = any>(client: SuiClient, args: [
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
3719
|
-
function borrowMut<T0 = any>(client: SuiClient, args: [
|
|
3720
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3721
|
-
bigint | TransactionArgument
|
|
3722
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3723
|
-
function destroyEmpty<T0 = any>(client: SuiClient, args: [table_vec.TableVec<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3724
|
-
function drop<T0 = any>(client: SuiClient, args: [table_vec.TableVec<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2999
|
+
function borrow<T0 = any>(client: SuiClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3000
|
+
function borrowMut<T0 = any>(client: SuiClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3001
|
+
function destroyEmpty<T0 = any>(client: SuiClient, args: [table_vec.TableVec<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3002
|
+
function drop<T0 = any>(client: SuiClient, args: [table_vec.TableVec<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3725
3003
|
function empty<T0 = any>(client: SuiClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[table_vec.TableVec<T0>]>>;
|
|
3726
|
-
function isEmpty<T0 = any>(client: SuiClient, args: [string
|
|
3727
|
-
function length<T0 = any>(client: SuiClient, args: [string
|
|
3728
|
-
function popBack<T0 = any>(client: SuiClient, args: [string
|
|
3729
|
-
function pushBack<T0 = any>(client: SuiClient, args: [
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3733
|
-
function singleton<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[table_vec.TableVec<T0>]>>;
|
|
3734
|
-
function swap<T0 = any>(client: SuiClient, args: [
|
|
3735
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3736
|
-
bigint | TransactionArgument,
|
|
3737
|
-
bigint | TransactionArgument
|
|
3738
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3739
|
-
function swapRemove<T0 = any>(client: SuiClient, args: [
|
|
3740
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3741
|
-
bigint | TransactionArgument
|
|
3742
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
|
|
3004
|
+
function isEmpty<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
3005
|
+
function length<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
3006
|
+
function popBack<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
|
|
3007
|
+
function pushBack<T0 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3008
|
+
function singleton<T0 = any>(client: SuiClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[table_vec.TableVec<T0>]>>;
|
|
3009
|
+
function swap<T0 = any>(client: SuiClient, args: [string, bigint, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3010
|
+
function swapRemove<T0 = any>(client: SuiClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
|
|
3743
3011
|
}
|
|
3744
3012
|
}
|
|
3745
3013
|
export declare namespace token {
|
|
@@ -3975,164 +3243,94 @@ export declare namespace token {
|
|
|
3975
3243
|
function zero<T0 = any>(tx: Transaction, args: [], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [];
|
|
3976
3244
|
}
|
|
3977
3245
|
namespace view {
|
|
3978
|
-
function action<T0 = any>(client: SuiClient, args: [string
|
|
3979
|
-
function addApproval<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3980
|
-
|
|
3981
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
3982
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3983
|
-
function addRuleConfig<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
3984
|
-
T1 | TransactionArgument,
|
|
3985
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3986
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
3987
|
-
T2 | TransactionArgument
|
|
3988
|
-
], typeArguments: [
|
|
3246
|
+
function action<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3247
|
+
function addApproval<T0 = any, T1 = any>(client: SuiClient, args: [T1, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3248
|
+
function addRuleConfig<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [T1, string, string, T2], typeArguments: [
|
|
3989
3249
|
TypeDescriptor<T0> | string,
|
|
3990
3250
|
TypeDescriptor<T1> | string,
|
|
3991
3251
|
TypeDescriptor<T2> | string
|
|
3992
3252
|
]): Promise<TypedDevInspectResults<[]>>;
|
|
3993
|
-
function addRuleForAction<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
|
|
3997
|
-
|
|
3998
|
-
function
|
|
3999
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4000
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4001
|
-
string | TransactionArgument
|
|
4002
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
4003
|
-
function amount<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
4004
|
-
function approvals<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[vec_set.VecSet<_0x1.type_name.TypeName>]>>;
|
|
4005
|
-
function burn<T0 = any>(client: SuiClient, args: [
|
|
4006
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4007
|
-
token.Token<T0> | TransactionArgument
|
|
4008
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
4009
|
-
function confirmRequest<T0 = any>(client: SuiClient, args: [
|
|
4010
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4011
|
-
token.ActionRequest<T0> | TransactionArgument
|
|
4012
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
3253
|
+
function addRuleForAction<T0 = any, T1 = any>(client: SuiClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3254
|
+
function allow<T0 = any>(client: SuiClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3255
|
+
function amount<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
3256
|
+
function approvals<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[vec_set.VecSet<_0x1.type_name.TypeName>]>>;
|
|
3257
|
+
function burn<T0 = any>(client: SuiClient, args: [string, token.Token<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3258
|
+
function confirmRequest<T0 = any>(client: SuiClient, args: [string, token.ActionRequest<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
4013
3259
|
string,
|
|
4014
3260
|
bigint,
|
|
4015
3261
|
string,
|
|
4016
3262
|
_0x1.option.Option<string>
|
|
4017
3263
|
]>>;
|
|
4018
|
-
function confirmRequestMut<T0 = any>(client: SuiClient, args: [
|
|
4019
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4020
|
-
token.ActionRequest<T0> | TransactionArgument
|
|
4021
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
3264
|
+
function confirmRequestMut<T0 = any>(client: SuiClient, args: [string, token.ActionRequest<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
4022
3265
|
string,
|
|
4023
3266
|
bigint,
|
|
4024
3267
|
string,
|
|
4025
3268
|
_0x1.option.Option<string>
|
|
4026
3269
|
]>>;
|
|
4027
|
-
function confirmWithPolicyCap<T0 = any>(client: SuiClient, args: [
|
|
4028
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4029
|
-
token.ActionRequest<T0> | TransactionArgument
|
|
4030
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
3270
|
+
function confirmWithPolicyCap<T0 = any>(client: SuiClient, args: [string, token.ActionRequest<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
4031
3271
|
string,
|
|
4032
3272
|
bigint,
|
|
4033
3273
|
string,
|
|
4034
3274
|
_0x1.option.Option<string>
|
|
4035
3275
|
]>>;
|
|
4036
|
-
function confirmWithTreasuryCap<T0 = any>(client: SuiClient, args: [
|
|
4037
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4038
|
-
token.ActionRequest<T0> | TransactionArgument
|
|
4039
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
3276
|
+
function confirmWithTreasuryCap<T0 = any>(client: SuiClient, args: [string, token.ActionRequest<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
4040
3277
|
string,
|
|
4041
3278
|
bigint,
|
|
4042
3279
|
string,
|
|
4043
3280
|
_0x1.option.Option<string>
|
|
4044
3281
|
]>>;
|
|
4045
|
-
function destroyZero<T0 = any>(client: SuiClient, args: [token.Token<T0>
|
|
4046
|
-
function disallow<T0 = any>(client: SuiClient, args: [
|
|
4047
|
-
|
|
4048
|
-
|
|
4049
|
-
string | TransactionArgument
|
|
4050
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
4051
|
-
function flush<T0 = any>(client: SuiClient, args: [
|
|
4052
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4053
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
4054
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
4055
|
-
function fromCoin<T0 = any>(client: SuiClient, args: [coin.Coin<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[token.Token<T0>, token.ActionRequest<T0>]>>;
|
|
3282
|
+
function destroyZero<T0 = any>(client: SuiClient, args: [token.Token<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3283
|
+
function disallow<T0 = any>(client: SuiClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3284
|
+
function flush<T0 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
3285
|
+
function fromCoin<T0 = any>(client: SuiClient, args: [coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[token.Token<T0>, token.ActionRequest<T0>]>>;
|
|
4056
3286
|
function fromCoinAction(client: SuiClient, args: []): Promise<TypedDevInspectResults<[string]>>;
|
|
4057
|
-
function hasRuleConfig<T0 = any, T1 = any>(client: SuiClient, args: [string
|
|
4058
|
-
function hasRuleConfigWithType<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [string
|
|
3287
|
+
function hasRuleConfig<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
3288
|
+
function hasRuleConfigWithType<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [string], typeArguments: [
|
|
4059
3289
|
TypeDescriptor<T0> | string,
|
|
4060
3290
|
TypeDescriptor<T1> | string,
|
|
4061
3291
|
TypeDescriptor<T2> | string
|
|
4062
3292
|
]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
4063
|
-
function isAllowed<T0 = any>(client: SuiClient, args: [
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
4067
|
-
function
|
|
4068
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4069
|
-
token.Token<T0> | TransactionArgument
|
|
4070
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
4071
|
-
function keep<T0 = any>(client: SuiClient, args: [token.Token<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
4072
|
-
function mint<T0 = any>(client: SuiClient, args: [
|
|
4073
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4074
|
-
bigint | TransactionArgument
|
|
4075
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[token.Token<T0>]>>;
|
|
4076
|
-
function newPolicy<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[token.TokenPolicy<T0>, token.TokenPolicyCap<T0>]>>;
|
|
3293
|
+
function isAllowed<T0 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
3294
|
+
function join<T0 = any>(client: SuiClient, args: [string, token.Token<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3295
|
+
function keep<T0 = any>(client: SuiClient, args: [token.Token<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3296
|
+
function mint<T0 = any>(client: SuiClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[token.Token<T0>]>>;
|
|
3297
|
+
function newPolicy<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[token.TokenPolicy<T0>, token.TokenPolicyCap<T0>]>>;
|
|
4077
3298
|
function newRequest<T0 = any>(client: SuiClient, args: [
|
|
4078
|
-
string
|
|
4079
|
-
bigint
|
|
4080
|
-
_0x1.option.Option<string
|
|
4081
|
-
_0x1.option.Option<balance.Balance<T0>>
|
|
3299
|
+
string,
|
|
3300
|
+
bigint,
|
|
3301
|
+
_0x1.option.Option<string>,
|
|
3302
|
+
_0x1.option.Option<balance.Balance<T0>>
|
|
4082
3303
|
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[token.ActionRequest<T0>]>>;
|
|
4083
|
-
function recipient<T0 = any>(client: SuiClient, args: [string
|
|
4084
|
-
function removeRuleConfig<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
4085
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4086
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
4087
|
-
], typeArguments: [
|
|
3304
|
+
function recipient<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<string>]>>;
|
|
3305
|
+
function removeRuleConfig<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [string, string], typeArguments: [
|
|
4088
3306
|
TypeDescriptor<T0> | string,
|
|
4089
3307
|
TypeDescriptor<T1> | string,
|
|
4090
3308
|
TypeDescriptor<T2> | string
|
|
4091
3309
|
]): Promise<TypedDevInspectResults<[T2]>>;
|
|
4092
|
-
function removeRuleForAction<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
4093
|
-
|
|
4094
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4095
|
-
string | TransactionArgument
|
|
4096
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
4097
|
-
function ruleConfig<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
4098
|
-
T1 | TransactionArgument,
|
|
4099
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
4100
|
-
], typeArguments: [
|
|
3310
|
+
function removeRuleForAction<T0 = any, T1 = any>(client: SuiClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3311
|
+
function ruleConfig<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [T1, string], typeArguments: [
|
|
4101
3312
|
TypeDescriptor<T0> | string,
|
|
4102
3313
|
TypeDescriptor<T1> | string,
|
|
4103
3314
|
TypeDescriptor<T2> | string
|
|
4104
3315
|
]): Promise<TypedDevInspectResults<[string]>>;
|
|
4105
|
-
function ruleConfigMut<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
4106
|
-
T1 | TransactionArgument,
|
|
4107
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4108
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
4109
|
-
], typeArguments: [
|
|
3316
|
+
function ruleConfigMut<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [T1, string, string], typeArguments: [
|
|
4110
3317
|
TypeDescriptor<T0> | string,
|
|
4111
3318
|
TypeDescriptor<T1> | string,
|
|
4112
3319
|
TypeDescriptor<T2> | string
|
|
4113
3320
|
]): Promise<TypedDevInspectResults<[string]>>;
|
|
4114
|
-
function rules<T0 = any>(client: SuiClient, args: [
|
|
4115
|
-
|
|
4116
|
-
|
|
4117
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
4118
|
-
function sender<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
4119
|
-
function sharePolicy<T0 = any>(client: SuiClient, args: [token.TokenPolicy<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
4120
|
-
function spend<T0 = any>(client: SuiClient, args: [token.Token<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[token.ActionRequest<T0>]>>;
|
|
3321
|
+
function rules<T0 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[vec_set.VecSet<_0x1.type_name.TypeName>]>>;
|
|
3322
|
+
function sender<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3323
|
+
function sharePolicy<T0 = any>(client: SuiClient, args: [token.TokenPolicy<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3324
|
+
function spend<T0 = any>(client: SuiClient, args: [token.Token<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[token.ActionRequest<T0>]>>;
|
|
4121
3325
|
function spendAction(client: SuiClient, args: []): Promise<TypedDevInspectResults<[string]>>;
|
|
4122
|
-
function spent<T0 = any>(client: SuiClient, args: [string
|
|
4123
|
-
function spentBalance<T0 = any>(client: SuiClient, args: [string
|
|
4124
|
-
function split<T0 = any>(client: SuiClient, args: [
|
|
4125
|
-
|
|
4126
|
-
bigint | TransactionArgument
|
|
4127
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[token.Token<T0>]>>;
|
|
4128
|
-
function toCoin<T0 = any>(client: SuiClient, args: [token.Token<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<T0>, token.ActionRequest<T0>]>>;
|
|
3326
|
+
function spent<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<bigint>]>>;
|
|
3327
|
+
function spentBalance<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
3328
|
+
function split<T0 = any>(client: SuiClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[token.Token<T0>]>>;
|
|
3329
|
+
function toCoin<T0 = any>(client: SuiClient, args: [token.Token<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<T0>, token.ActionRequest<T0>]>>;
|
|
4129
3330
|
function toCoinAction(client: SuiClient, args: []): Promise<TypedDevInspectResults<[string]>>;
|
|
4130
|
-
function transfer<T0 = any>(client: SuiClient, args: [
|
|
4131
|
-
token.Token<T0> | TransactionArgument,
|
|
4132
|
-
string | TransactionArgument
|
|
4133
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[token.ActionRequest<T0>]>>;
|
|
3331
|
+
function transfer<T0 = any>(client: SuiClient, args: [token.Token<T0>, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[token.ActionRequest<T0>]>>;
|
|
4134
3332
|
function transferAction(client: SuiClient, args: []): Promise<TypedDevInspectResults<[string]>>;
|
|
4135
|
-
function value<T0 = any>(client: SuiClient, args: [string
|
|
3333
|
+
function value<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
4136
3334
|
function zero<T0 = any>(client: SuiClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[token.Token<T0>]>>;
|
|
4137
3335
|
}
|
|
4138
3336
|
}
|
|
@@ -4166,24 +3364,18 @@ export declare namespace transfer {
|
|
|
4166
3364
|
function transferImpl<T0 = any>(tx: Transaction, args: [T0 | TransactionArgument, string | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
4167
3365
|
}
|
|
4168
3366
|
namespace view {
|
|
4169
|
-
function freezeObject<T0 = any>(client: SuiClient, args: [T0
|
|
4170
|
-
function freezeObjectImpl<T0 = any>(client: SuiClient, args: [T0
|
|
4171
|
-
function publicFreezeObject<T0 = any>(client: SuiClient, args: [T0
|
|
4172
|
-
function publicReceive<T0 = any>(client: SuiClient, args: [
|
|
4173
|
-
|
|
4174
|
-
|
|
4175
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
|
|
4176
|
-
function
|
|
4177
|
-
function
|
|
4178
|
-
function
|
|
4179
|
-
|
|
4180
|
-
|
|
4181
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
|
|
4182
|
-
function receivingObjectId<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object_.ID]>>;
|
|
4183
|
-
function shareObject<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
4184
|
-
function shareObjectImpl<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
4185
|
-
function transfer<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument, string | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
4186
|
-
function transferImpl<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument, string | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3367
|
+
function freezeObject<T0 = any>(client: SuiClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3368
|
+
function freezeObjectImpl<T0 = any>(client: SuiClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3369
|
+
function publicFreezeObject<T0 = any>(client: SuiClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3370
|
+
function publicReceive<T0 = any>(client: SuiClient, args: [string, transfer.Receiving<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
|
|
3371
|
+
function publicShareObject<T0 = any>(client: SuiClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3372
|
+
function publicTransfer<T0 = any>(client: SuiClient, args: [T0, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3373
|
+
function receive<T0 = any>(client: SuiClient, args: [string, transfer.Receiving<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
|
|
3374
|
+
function receivingObjectId<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object_.ID]>>;
|
|
3375
|
+
function shareObject<T0 = any>(client: SuiClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3376
|
+
function shareObjectImpl<T0 = any>(client: SuiClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3377
|
+
function transfer<T0 = any>(client: SuiClient, args: [T0, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3378
|
+
function transferImpl<T0 = any>(client: SuiClient, args: [T0, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
4187
3379
|
}
|
|
4188
3380
|
}
|
|
4189
3381
|
export declare namespace transfer_policy {
|
|
@@ -4332,73 +3524,41 @@ export declare namespace transfer_policy {
|
|
|
4332
3524
|
];
|
|
4333
3525
|
}
|
|
4334
3526
|
namespace view {
|
|
4335
|
-
function addReceipt<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
4336
|
-
|
|
4337
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
4338
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
4339
|
-
function addRule<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
4340
|
-
T1 | TransactionArgument,
|
|
4341
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4342
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4343
|
-
T2 | TransactionArgument
|
|
4344
|
-
], typeArguments: [
|
|
3527
|
+
function addReceipt<T0 = any, T1 = any>(client: SuiClient, args: [T1, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3528
|
+
function addRule<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [T1, string, string, T2], typeArguments: [
|
|
4345
3529
|
TypeDescriptor<T0> | string,
|
|
4346
3530
|
TypeDescriptor<T1> | string,
|
|
4347
3531
|
TypeDescriptor<T2> | string
|
|
4348
3532
|
]): Promise<TypedDevInspectResults<[]>>;
|
|
4349
|
-
function addToBalance<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
4350
|
-
|
|
4351
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4352
|
-
coin.Coin<sui.SUI> | TransactionArgument
|
|
4353
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
4354
|
-
function confirmRequest<T0 = any>(client: SuiClient, args: [
|
|
4355
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4356
|
-
transfer_policy.TransferRequest<T0> | TransactionArgument
|
|
4357
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object_.ID, bigint, object_.ID]>>;
|
|
3533
|
+
function addToBalance<T0 = any, T1 = any>(client: SuiClient, args: [T1, string, coin.Coin<sui.SUI>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3534
|
+
function confirmRequest<T0 = any>(client: SuiClient, args: [string, transfer_policy.TransferRequest<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object_.ID, bigint, object_.ID]>>;
|
|
4358
3535
|
function destroyAndWithdraw<T0 = any>(client: SuiClient, args: [
|
|
4359
|
-
transfer_policy.TransferPolicy<T0
|
|
4360
|
-
transfer_policy.TransferPolicyCap<T0>
|
|
3536
|
+
transfer_policy.TransferPolicy<T0>,
|
|
3537
|
+
transfer_policy.TransferPolicyCap<T0>
|
|
4361
3538
|
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<sui.SUI>]>>;
|
|
4362
|
-
function from<T0 = any>(client: SuiClient, args: [string
|
|
4363
|
-
function getRule<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
4364
|
-
T1 | TransactionArgument,
|
|
4365
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
4366
|
-
], typeArguments: [
|
|
3539
|
+
function from<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object_.ID]>>;
|
|
3540
|
+
function getRule<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [T1, string], typeArguments: [
|
|
4367
3541
|
TypeDescriptor<T0> | string,
|
|
4368
3542
|
TypeDescriptor<T1> | string,
|
|
4369
3543
|
TypeDescriptor<T2> | string
|
|
4370
3544
|
]): Promise<TypedDevInspectResults<[string]>>;
|
|
4371
|
-
function hasRule<T0 = any, T1 = any>(client: SuiClient, args: [string
|
|
4372
|
-
function item<T0 = any>(client: SuiClient, args: [string
|
|
4373
|
-
function new_<T0 = any>(client: SuiClient, args: [string
|
|
3545
|
+
function hasRule<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
3546
|
+
function item<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object_.ID]>>;
|
|
3547
|
+
function new_<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
4374
3548
|
transfer_policy.TransferPolicy<T0>,
|
|
4375
3549
|
transfer_policy.TransferPolicyCap<T0>
|
|
4376
3550
|
]>>;
|
|
4377
|
-
function newRequest<T0 = any>(client: SuiClient, args: [
|
|
4378
|
-
|
|
4379
|
-
|
|
4380
|
-
object_.ID | TransactionArgument
|
|
4381
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[transfer_policy.TransferRequest<T0>]>>;
|
|
4382
|
-
function paid<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
4383
|
-
function removeRule<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [
|
|
4384
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4385
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
4386
|
-
], typeArguments: [
|
|
3551
|
+
function newRequest<T0 = any>(client: SuiClient, args: [object_.ID, bigint, object_.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[transfer_policy.TransferRequest<T0>]>>;
|
|
3552
|
+
function paid<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
3553
|
+
function removeRule<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [string, string], typeArguments: [
|
|
4387
3554
|
TypeDescriptor<T0> | string,
|
|
4388
3555
|
TypeDescriptor<T1> | string,
|
|
4389
3556
|
TypeDescriptor<T2> | string
|
|
4390
3557
|
]): Promise<TypedDevInspectResults<[]>>;
|
|
4391
|
-
function rules<T0 = any>(client: SuiClient, args: [string
|
|
4392
|
-
function uid<T0 = any>(client: SuiClient, args: [string
|
|
4393
|
-
function uidMutAsOwner<T0 = any>(client: SuiClient, args: [
|
|
4394
|
-
|
|
4395
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
4396
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
4397
|
-
function withdraw<T0 = any>(client: SuiClient, args: [
|
|
4398
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4399
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4400
|
-
_0x1.option.Option<bigint> | TransactionArgument
|
|
4401
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<sui.SUI>]>>;
|
|
3558
|
+
function rules<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3559
|
+
function uid<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3560
|
+
function uidMutAsOwner<T0 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3561
|
+
function withdraw<T0 = any>(client: SuiClient, args: [string, string, _0x1.option.Option<bigint>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<sui.SUI>]>>;
|
|
4402
3562
|
}
|
|
4403
3563
|
}
|
|
4404
3564
|
export declare namespace tx_context {
|
|
@@ -4433,7 +3593,7 @@ export declare namespace types {
|
|
|
4433
3593
|
function isOneTimeWitness<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
4434
3594
|
}
|
|
4435
3595
|
namespace view {
|
|
4436
|
-
function isOneTimeWitness<T0 = any>(client: SuiClient, args: [string
|
|
3596
|
+
function isOneTimeWitness<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
4437
3597
|
}
|
|
4438
3598
|
}
|
|
4439
3599
|
export declare namespace url {
|
|
@@ -4458,13 +3618,10 @@ export declare namespace url {
|
|
|
4458
3618
|
]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
4459
3619
|
}
|
|
4460
3620
|
namespace view {
|
|
4461
|
-
function innerUrl(client: SuiClient, args: [string
|
|
4462
|
-
function newUnsafe(client: SuiClient, args: [_0x1.ascii.String
|
|
4463
|
-
function newUnsafeFromBytes(client: SuiClient, args: [
|
|
4464
|
-
function update(client: SuiClient, args: [
|
|
4465
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4466
|
-
_0x1.ascii.String | TransactionArgument
|
|
4467
|
-
]): Promise<TypedDevInspectResults<[]>>;
|
|
3621
|
+
function innerUrl(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[_0x1.ascii.String]>>;
|
|
3622
|
+
function newUnsafe(client: SuiClient, args: [_0x1.ascii.String]): Promise<TypedDevInspectResults<[url.Url]>>;
|
|
3623
|
+
function newUnsafeFromBytes(client: SuiClient, args: [string[]]): Promise<TypedDevInspectResults<[url.Url]>>;
|
|
3624
|
+
function update(client: SuiClient, args: [string, _0x1.ascii.String]): Promise<TypedDevInspectResults<[]>>;
|
|
4468
3625
|
}
|
|
4469
3626
|
}
|
|
4470
3627
|
export declare namespace vdf {
|
|
@@ -4483,13 +3640,8 @@ export declare namespace vdf {
|
|
|
4483
3640
|
];
|
|
4484
3641
|
}
|
|
4485
3642
|
namespace view {
|
|
4486
|
-
function hashToInput(client: SuiClient, args: [string
|
|
4487
|
-
function vdfVerify(client: SuiClient, args: [
|
|
4488
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4489
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4490
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4491
|
-
bigint | TransactionArgument
|
|
4492
|
-
]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
3643
|
+
function hashToInput(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
3644
|
+
function vdfVerify(client: SuiClient, args: [string, string, string, bigint]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
4493
3645
|
}
|
|
4494
3646
|
}
|
|
4495
3647
|
export declare namespace vec_map {
|
|
@@ -4579,62 +3731,25 @@ export declare namespace vec_map {
|
|
|
4579
3731
|
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
4580
3732
|
}
|
|
4581
3733
|
namespace view {
|
|
4582
|
-
function contains<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
4583
|
-
|
|
4584
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
4585
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
4586
|
-
function destroyEmpty<T0 = any, T1 = any>(client: SuiClient, args: [vec_map.VecMap<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3734
|
+
function contains<T0 = any, T1 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
3735
|
+
function destroyEmpty<T0 = any, T1 = any>(client: SuiClient, args: [vec_map.VecMap<T0, T1>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
4587
3736
|
function empty<T0 = any, T1 = any>(client: SuiClient, args: [], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[vec_map.VecMap<T0, T1>]>>;
|
|
4588
|
-
function fromKeysValues<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
4589
|
-
|
|
4590
|
-
|
|
4591
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[
|
|
4592
|
-
function
|
|
4593
|
-
|
|
4594
|
-
|
|
4595
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[
|
|
4596
|
-
function
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[
|
|
4600
|
-
function
|
|
4601
|
-
|
|
4602
|
-
|
|
4603
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[
|
|
4604
|
-
function getIdx<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
4605
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4606
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
4607
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
4608
|
-
function getIdxOpt<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
4609
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4610
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
4611
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<bigint>]>>;
|
|
4612
|
-
function getMut<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
4613
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4614
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
4615
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
4616
|
-
function insert<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
4617
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4618
|
-
T0 | TransactionArgument,
|
|
4619
|
-
T1 | TransactionArgument
|
|
4620
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
4621
|
-
function intoKeysValues<T0 = any, T1 = any>(client: SuiClient, args: [vec_map.VecMap<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T0[] | string, T1[] | string]>>;
|
|
4622
|
-
function isEmpty<T0 = any, T1 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
4623
|
-
function keys<T0 = any, T1 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T0[] | string]>>;
|
|
4624
|
-
function pop<T0 = any, T1 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T0, T1]>>;
|
|
4625
|
-
function remove<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
4626
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4627
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
4628
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T0, T1]>>;
|
|
4629
|
-
function removeEntryByIdx<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
4630
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4631
|
-
bigint | TransactionArgument
|
|
4632
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T0, T1]>>;
|
|
4633
|
-
function size<T0 = any, T1 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
4634
|
-
function tryGet<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
4635
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4636
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
4637
|
-
], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<T1>]>>;
|
|
3737
|
+
function fromKeysValues<T0 = any, T1 = any>(client: SuiClient, args: [string[], string[]], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[vec_map.VecMap<T0, T1>]>>;
|
|
3738
|
+
function get<T0 = any, T1 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3739
|
+
function getEntryByIdx<T0 = any, T1 = any>(client: SuiClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string, string]>>;
|
|
3740
|
+
function getEntryByIdxMut<T0 = any, T1 = any>(client: SuiClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string, string]>>;
|
|
3741
|
+
function getIdx<T0 = any, T1 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
3742
|
+
function getIdxOpt<T0 = any, T1 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<bigint>]>>;
|
|
3743
|
+
function getMut<T0 = any, T1 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3744
|
+
function insert<T0 = any, T1 = any>(client: SuiClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3745
|
+
function intoKeysValues<T0 = any, T1 = any>(client: SuiClient, args: [vec_map.VecMap<T0, T1>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T0[] | string, T1[] | string]>>;
|
|
3746
|
+
function isEmpty<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
3747
|
+
function keys<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T0[] | string]>>;
|
|
3748
|
+
function pop<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T0, T1]>>;
|
|
3749
|
+
function remove<T0 = any, T1 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T0, T1]>>;
|
|
3750
|
+
function removeEntryByIdx<T0 = any, T1 = any>(client: SuiClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T0, T1]>>;
|
|
3751
|
+
function size<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
3752
|
+
function tryGet<T0 = any, T1 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<T1>]>>;
|
|
4638
3753
|
}
|
|
4639
3754
|
}
|
|
4640
3755
|
export declare namespace vec_set {
|
|
@@ -4671,25 +3786,16 @@ export declare namespace vec_set {
|
|
|
4671
3786
|
function size<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
4672
3787
|
}
|
|
4673
3788
|
namespace view {
|
|
4674
|
-
function contains<T0 = any>(client: SuiClient, args: [
|
|
4675
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4676
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
4677
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
3789
|
+
function contains<T0 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
4678
3790
|
function empty<T0 = any>(client: SuiClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[vec_set.VecSet<T0>]>>;
|
|
4679
|
-
function fromKeys<T0 = any>(client: SuiClient, args: [
|
|
4680
|
-
function insert<T0 = any>(client: SuiClient, args: [
|
|
4681
|
-
|
|
4682
|
-
|
|
4683
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
4684
|
-
function
|
|
4685
|
-
function
|
|
4686
|
-
function
|
|
4687
|
-
function remove<T0 = any>(client: SuiClient, args: [
|
|
4688
|
-
string | TransactionObjectArgument | TransactionArgument,
|
|
4689
|
-
string | TransactionObjectArgument | TransactionArgument
|
|
4690
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
4691
|
-
function singleton<T0 = any>(client: SuiClient, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[vec_set.VecSet<T0>]>>;
|
|
4692
|
-
function size<T0 = any>(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
3791
|
+
function fromKeys<T0 = any>(client: SuiClient, args: [string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[vec_set.VecSet<T0>]>>;
|
|
3792
|
+
function insert<T0 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3793
|
+
function intoKeys<T0 = any>(client: SuiClient, args: [vec_set.VecSet<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0[] | string]>>;
|
|
3794
|
+
function isEmpty<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
3795
|
+
function keys<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3796
|
+
function remove<T0 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3797
|
+
function singleton<T0 = any>(client: SuiClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[vec_set.VecSet<T0>]>>;
|
|
3798
|
+
function size<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
4693
3799
|
}
|
|
4694
3800
|
}
|
|
4695
3801
|
export declare namespace versioned {
|
|
@@ -4729,18 +3835,13 @@ export declare namespace versioned {
|
|
|
4729
3835
|
function version(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
4730
3836
|
}
|
|
4731
3837
|
namespace view {
|
|
4732
|
-
function create<T0 = any>(client: SuiClient, args: [bigint
|
|
4733
|
-
function destroy<T0 = any>(client: SuiClient, args: [versioned.Versioned
|
|
4734
|
-
function loadValue<T0 = any>(client: SuiClient, args: [string
|
|
4735
|
-
function loadValueMut<T0 = any>(client: SuiClient, args: [string
|
|
4736
|
-
function removeValueForUpgrade<T0 = any>(client: SuiClient, args: [string
|
|
4737
|
-
function upgrade<T0 = any>(client: SuiClient, args: [
|
|
4738
|
-
|
|
4739
|
-
bigint | TransactionArgument,
|
|
4740
|
-
T0 | TransactionArgument,
|
|
4741
|
-
versioned.VersionChangeCap | TransactionArgument
|
|
4742
|
-
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
4743
|
-
function version(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
3838
|
+
function create<T0 = any>(client: SuiClient, args: [bigint, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[versioned.Versioned]>>;
|
|
3839
|
+
function destroy<T0 = any>(client: SuiClient, args: [versioned.Versioned], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
|
|
3840
|
+
function loadValue<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3841
|
+
function loadValueMut<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3842
|
+
function removeValueForUpgrade<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0, versioned.VersionChangeCap]>>;
|
|
3843
|
+
function upgrade<T0 = any>(client: SuiClient, args: [string, bigint, T0, versioned.VersionChangeCap], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3844
|
+
function version(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
4744
3845
|
}
|
|
4745
3846
|
}
|
|
4746
3847
|
export declare namespace zklogin_verified_id {
|
|
@@ -4793,27 +3894,14 @@ export declare namespace zklogin_verified_id {
|
|
|
4793
3894
|
];
|
|
4794
3895
|
}
|
|
4795
3896
|
namespace view {
|
|
4796
|
-
function audience(client: SuiClient, args: [string
|
|
4797
|
-
function checkZkloginId(client: SuiClient, args: [
|
|
4798
|
-
|
|
4799
|
-
|
|
4800
|
-
|
|
4801
|
-
|
|
4802
|
-
|
|
4803
|
-
|
|
4804
|
-
]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
4805
|
-
function delete_(client: SuiClient, args: [zklogin_verified_id.VerifiedID | TransactionArgument]): Promise<TypedDevInspectResults<[]>>;
|
|
4806
|
-
function issuer(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[string]>>;
|
|
4807
|
-
function keyClaimName(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[string]>>;
|
|
4808
|
-
function keyClaimValue(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[string]>>;
|
|
4809
|
-
function owner(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[string]>>;
|
|
4810
|
-
function verifyZkloginId(client: SuiClient, args: [
|
|
4811
|
-
string | TransactionArgument,
|
|
4812
|
-
string | TransactionArgument,
|
|
4813
|
-
string | TransactionArgument,
|
|
4814
|
-
string | TransactionArgument,
|
|
4815
|
-
bigint | TransactionArgument
|
|
4816
|
-
]): Promise<TypedDevInspectResults<[]>>;
|
|
3897
|
+
function audience(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3898
|
+
function checkZkloginId(client: SuiClient, args: [string, string, string, string, string, bigint]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
3899
|
+
function delete_(client: SuiClient, args: [zklogin_verified_id.VerifiedID]): Promise<TypedDevInspectResults<[]>>;
|
|
3900
|
+
function issuer(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3901
|
+
function keyClaimName(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3902
|
+
function keyClaimValue(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3903
|
+
function owner(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3904
|
+
function verifyZkloginId(client: SuiClient, args: [string, string, string, string, bigint]): Promise<TypedDevInspectResults<[]>>;
|
|
4817
3905
|
}
|
|
4818
3906
|
}
|
|
4819
3907
|
export declare namespace zklogin_verified_issuer {
|
|
@@ -4842,15 +3930,11 @@ export declare namespace zklogin_verified_issuer {
|
|
|
4842
3930
|
function verifyZkloginIssuer(tx: Transaction, args: [bigint | TransactionArgument, string | TransactionArgument]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
4843
3931
|
}
|
|
4844
3932
|
namespace view {
|
|
4845
|
-
function checkZkloginIssuer(client: SuiClient, args: [
|
|
4846
|
-
|
|
4847
|
-
|
|
4848
|
-
|
|
4849
|
-
]): Promise<TypedDevInspectResults<[
|
|
4850
|
-
function delete_(client: SuiClient, args: [zklogin_verified_issuer.VerifiedIssuer | TransactionArgument]): Promise<TypedDevInspectResults<[]>>;
|
|
4851
|
-
function issuer(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[string]>>;
|
|
4852
|
-
function owner(client: SuiClient, args: [string | TransactionObjectArgument | TransactionArgument]): Promise<TypedDevInspectResults<[string]>>;
|
|
4853
|
-
function verifyZkloginIssuer(client: SuiClient, args: [bigint | TransactionArgument, string | TransactionArgument]): Promise<TypedDevInspectResults<[]>>;
|
|
3933
|
+
function checkZkloginIssuer(client: SuiClient, args: [string, bigint, string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
3934
|
+
function delete_(client: SuiClient, args: [zklogin_verified_issuer.VerifiedIssuer]): Promise<TypedDevInspectResults<[]>>;
|
|
3935
|
+
function issuer(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3936
|
+
function owner(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3937
|
+
function verifyZkloginIssuer(client: SuiClient, args: [bigint, string]): Promise<TypedDevInspectResults<[]>>;
|
|
4854
3938
|
}
|
|
4855
3939
|
}
|
|
4856
3940
|
export declare function loadAllTypes(coder: MoveCoder): void;
|