@typemove/sui 1.6.11 → 1.6.12-rc.1
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 +5 -5
- package/dist/cjs/builtin/0x1.js +17 -17
- package/dist/cjs/builtin/0x2.d.ts +164 -164
- package/dist/cjs/builtin/0x2.js +101 -101
- package/dist/cjs/builtin/0x3.d.ts +35 -35
- package/dist/cjs/builtin/0x3.js +20 -20
- package/dist/esm/builtin/0x1.d.ts +5 -5
- package/dist/esm/builtin/0x1.js +16 -16
- package/dist/esm/builtin/0x2.d.ts +164 -164
- package/dist/esm/builtin/0x2.js +100 -100
- package/dist/esm/builtin/0x3.d.ts +35 -35
- package/dist/esm/builtin/0x3.js +20 -20
- package/package.json +2 -2
- package/src/builtin/0x1.ts +7 -7
- package/src/builtin/0x2.ts +209 -209
- package/src/builtin/0x3.ts +45 -45
- package/src/tests/types/testnet/0x1e2b124f746a339b3cf99b9f969393a96594519aafb1d06517aacfeeae20e7a5.ts +3 -3
- package/src/tests/types/testnet/0x6c4a21e3e7e6b6d51c4604021633e1d97e24e37a696f8c082cd48f37503e602a.ts +3 -3
- package/src/tests/types/testnet/0x7f7a37c826c88bcfe9aecc042453395ddfa9df6f29cb7c97590bf86cf2b0a75e.ts +12 -12
- package/src/tests/types/testnet/0xdee9.ts +47 -47
- package/src/tests/types/testnet/0xebaa2ad3eacc230f309cd933958cc52684df0a41ae7ac214d186b80f830867d2.ts +18 -18
|
@@ -43,7 +43,7 @@ export declare namespace authenticator_state {
|
|
|
43
43
|
type_arguments: [];
|
|
44
44
|
}
|
|
45
45
|
interface AuthenticatorState {
|
|
46
|
-
id:
|
|
46
|
+
id: object$.UID;
|
|
47
47
|
version: bigint;
|
|
48
48
|
}
|
|
49
49
|
namespace AuthenticatorState {
|
|
@@ -89,7 +89,7 @@ export declare namespace authenticator_state {
|
|
|
89
89
|
}
|
|
90
90
|
export declare namespace bag {
|
|
91
91
|
interface Bag {
|
|
92
|
-
id:
|
|
92
|
+
id: object$.UID;
|
|
93
93
|
size: bigint;
|
|
94
94
|
}
|
|
95
95
|
namespace Bag {
|
|
@@ -125,7 +125,7 @@ export declare namespace bag {
|
|
|
125
125
|
function destroyEmpty(tx: Transaction, args: [bag.Bag | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
126
126
|
function isEmpty(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
127
127
|
function length(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
128
|
-
function
|
|
128
|
+
function new$(tx: Transaction, args: []): TransactionArgument & [];
|
|
129
129
|
function remove<T0 = any, T1 = any>(tx: Transaction, args: [
|
|
130
130
|
string | TransactionObjectArgument | TransactionArgument,
|
|
131
131
|
T0 | TransactionArgument
|
|
@@ -140,7 +140,7 @@ export declare namespace bag {
|
|
|
140
140
|
function destroyEmpty(client: SuiClient, args: [bag.Bag]): Promise<TypedDevInspectResults<[]>>;
|
|
141
141
|
function isEmpty(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
142
142
|
function length(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
143
|
-
function
|
|
143
|
+
function new$(client: SuiClient, args: []): Promise<TypedDevInspectResults<[bag.Bag]>>;
|
|
144
144
|
function remove<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
|
|
145
145
|
}
|
|
146
146
|
}
|
|
@@ -210,7 +210,7 @@ export declare namespace bcs {
|
|
|
210
210
|
}
|
|
211
211
|
namespace builder {
|
|
212
212
|
function intoRemainderBytes(tx: Transaction, args: [bcs.BCS | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
213
|
-
function
|
|
213
|
+
function new$(tx: Transaction, args: [(string | TransactionObjectArgument)[] | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
214
214
|
function peelAddress(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
215
215
|
function peelBool(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
216
216
|
function peelOptionAddress(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
@@ -241,7 +241,7 @@ export declare namespace bcs {
|
|
|
241
241
|
}
|
|
242
242
|
namespace view {
|
|
243
243
|
function intoRemainderBytes(client: SuiClient, args: [bcs.BCS]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
244
|
-
function
|
|
244
|
+
function new$(client: SuiClient, args: [string[]]): Promise<TypedDevInspectResults<[bcs.BCS]>>;
|
|
245
245
|
function peelAddress(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
246
246
|
function peelBool(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
247
247
|
function peelOptionAddress(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[_0x1.option.Option<string>]>>;
|
|
@@ -461,7 +461,7 @@ export declare namespace bls12381 {
|
|
|
461
461
|
export declare namespace borrow {
|
|
462
462
|
interface Borrow {
|
|
463
463
|
ref: string;
|
|
464
|
-
obj:
|
|
464
|
+
obj: object$.ID;
|
|
465
465
|
}
|
|
466
466
|
namespace Borrow {
|
|
467
467
|
const TYPE_QNAME = "0x2::borrow::Borrow";
|
|
@@ -478,7 +478,7 @@ export declare namespace borrow {
|
|
|
478
478
|
namespace builder {
|
|
479
479
|
function borrow<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
480
480
|
function destroy<T0 = any>(tx: Transaction, args: [borrow.Referent<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
481
|
-
function
|
|
481
|
+
function new$<T0 = any>(tx: Transaction, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
482
482
|
function putBack<T0 = any>(tx: Transaction, args: [
|
|
483
483
|
string | TransactionObjectArgument | TransactionArgument,
|
|
484
484
|
T0 | TransactionArgument,
|
|
@@ -492,13 +492,13 @@ export declare namespace borrow {
|
|
|
492
492
|
namespace view {
|
|
493
493
|
function borrow<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0, borrow.Borrow]>>;
|
|
494
494
|
function destroy<T0 = any>(client: SuiClient, args: [borrow.Referent<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
|
|
495
|
-
function
|
|
495
|
+
function new$<T0 = any>(client: SuiClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[borrow.Referent<T0>]>>;
|
|
496
496
|
function putBack<T0 = any>(client: SuiClient, args: [string, T0, borrow.Borrow], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
497
497
|
}
|
|
498
498
|
}
|
|
499
499
|
export declare namespace clock {
|
|
500
500
|
interface Clock {
|
|
501
|
-
id:
|
|
501
|
+
id: object$.UID;
|
|
502
502
|
timestamp_ms: bigint;
|
|
503
503
|
}
|
|
504
504
|
namespace Clock {
|
|
@@ -519,7 +519,7 @@ export declare namespace coin {
|
|
|
519
519
|
function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<Coin<T0>>;
|
|
520
520
|
}
|
|
521
521
|
interface CoinMetadata<T0> {
|
|
522
|
-
id:
|
|
522
|
+
id: object$.UID;
|
|
523
523
|
decimals: number;
|
|
524
524
|
name: string;
|
|
525
525
|
symbol: _0x1.ascii.String;
|
|
@@ -542,14 +542,14 @@ export declare namespace coin {
|
|
|
542
542
|
type_arguments: [string];
|
|
543
543
|
}
|
|
544
544
|
interface DenyCap<T0> {
|
|
545
|
-
id:
|
|
545
|
+
id: object$.UID;
|
|
546
546
|
}
|
|
547
547
|
namespace DenyCap {
|
|
548
548
|
const TYPE_QNAME = "0x2::coin::DenyCap";
|
|
549
549
|
function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<DenyCap<T0>>;
|
|
550
550
|
}
|
|
551
551
|
interface DenyCapV2<T0> {
|
|
552
|
-
id:
|
|
552
|
+
id: object$.UID;
|
|
553
553
|
allow_global_pause: boolean;
|
|
554
554
|
}
|
|
555
555
|
namespace DenyCapV2 {
|
|
@@ -557,16 +557,16 @@ export declare namespace coin {
|
|
|
557
557
|
function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<DenyCapV2<T0>>;
|
|
558
558
|
}
|
|
559
559
|
interface RegulatedCoinMetadata<T0> {
|
|
560
|
-
id:
|
|
561
|
-
coin_metadata_object:
|
|
562
|
-
deny_cap_object:
|
|
560
|
+
id: object$.UID;
|
|
561
|
+
coin_metadata_object: object$.ID;
|
|
562
|
+
deny_cap_object: object$.ID;
|
|
563
563
|
}
|
|
564
564
|
namespace RegulatedCoinMetadata {
|
|
565
565
|
const TYPE_QNAME = "0x2::coin::RegulatedCoinMetadata";
|
|
566
566
|
function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<RegulatedCoinMetadata<T0>>;
|
|
567
567
|
}
|
|
568
568
|
interface TreasuryCap<T0> {
|
|
569
|
-
id:
|
|
569
|
+
id: object$.UID;
|
|
570
570
|
total_supply: balance.Supply<T0>;
|
|
571
571
|
}
|
|
572
572
|
namespace TreasuryCap {
|
|
@@ -863,7 +863,7 @@ export declare namespace coin {
|
|
|
863
863
|
}
|
|
864
864
|
export declare namespace config {
|
|
865
865
|
interface Config<T0> {
|
|
866
|
-
id:
|
|
866
|
+
id: object$.UID;
|
|
867
867
|
}
|
|
868
868
|
namespace Config {
|
|
869
869
|
const TYPE_QNAME = "0x2::config::Config";
|
|
@@ -930,8 +930,8 @@ export declare namespace config {
|
|
|
930
930
|
TypeDescriptor<T1> | string,
|
|
931
931
|
TypeDescriptor<T2> | string
|
|
932
932
|
]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
933
|
-
function
|
|
934
|
-
function readSetting<T0 = any, T1 = any>(tx: Transaction, args: [
|
|
933
|
+
function new$<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
934
|
+
function readSetting<T0 = any, T1 = any>(tx: Transaction, args: [object$.ID | TransactionArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
935
935
|
function readSettingForNextEpoch<T0 = any, T1 = any, T2 = any>(tx: Transaction, args: [
|
|
936
936
|
string | TransactionObjectArgument | TransactionArgument,
|
|
937
937
|
T1 | TransactionArgument
|
|
@@ -980,8 +980,8 @@ export declare namespace config {
|
|
|
980
980
|
TypeDescriptor<T1> | string,
|
|
981
981
|
TypeDescriptor<T2> | string
|
|
982
982
|
]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
983
|
-
function
|
|
984
|
-
function readSetting<T0 = any, T1 = any>(client: SuiClient, args: [
|
|
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
985
|
function readSettingForNextEpoch<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [string, T1], typeArguments: [
|
|
986
986
|
TypeDescriptor<T0> | string,
|
|
987
987
|
TypeDescriptor<T1> | string,
|
|
@@ -1028,7 +1028,7 @@ export declare namespace deny_list {
|
|
|
1028
1028
|
function type(): TypeDescriptor<ConfigWriteCap>;
|
|
1029
1029
|
}
|
|
1030
1030
|
interface DenyList {
|
|
1031
|
-
id:
|
|
1031
|
+
id: object$.UID;
|
|
1032
1032
|
lists: bag.Bag;
|
|
1033
1033
|
}
|
|
1034
1034
|
namespace DenyList {
|
|
@@ -1048,7 +1048,7 @@ export declare namespace deny_list {
|
|
|
1048
1048
|
}
|
|
1049
1049
|
interface PerTypeConfigCreated {
|
|
1050
1050
|
key: deny_list.ConfigKey;
|
|
1051
|
-
config_id:
|
|
1051
|
+
config_id: object$.ID;
|
|
1052
1052
|
}
|
|
1053
1053
|
namespace PerTypeConfigCreated {
|
|
1054
1054
|
const TYPE_QNAME = "0x2::deny_list::PerTypeConfigCreated";
|
|
@@ -1059,7 +1059,7 @@ export declare namespace deny_list {
|
|
|
1059
1059
|
type_arguments: [];
|
|
1060
1060
|
}
|
|
1061
1061
|
interface PerTypeList {
|
|
1062
|
-
id:
|
|
1062
|
+
id: object$.UID;
|
|
1063
1063
|
denied_count: table.Table<string, bigint>;
|
|
1064
1064
|
denied_addresses: table.Table<number[], vec_set.VecSet<string>>;
|
|
1065
1065
|
}
|
|
@@ -1208,7 +1208,7 @@ export declare namespace deny_list {
|
|
|
1208
1208
|
}
|
|
1209
1209
|
export declare namespace display {
|
|
1210
1210
|
interface Display<T0> {
|
|
1211
|
-
id:
|
|
1211
|
+
id: object$.UID;
|
|
1212
1212
|
fields: vec_map.VecMap<string, string>;
|
|
1213
1213
|
version: number;
|
|
1214
1214
|
}
|
|
@@ -1217,7 +1217,7 @@ export declare namespace display {
|
|
|
1217
1217
|
function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<Display<T0>>;
|
|
1218
1218
|
}
|
|
1219
1219
|
interface DisplayCreated<T0> {
|
|
1220
|
-
id:
|
|
1220
|
+
id: object$.ID;
|
|
1221
1221
|
}
|
|
1222
1222
|
namespace DisplayCreated {
|
|
1223
1223
|
const TYPE_QNAME = "0x2::display::DisplayCreated";
|
|
@@ -1228,7 +1228,7 @@ export declare namespace display {
|
|
|
1228
1228
|
type_arguments: [string];
|
|
1229
1229
|
}
|
|
1230
1230
|
interface VersionUpdated<T0> {
|
|
1231
|
-
id:
|
|
1231
|
+
id: object$.ID;
|
|
1232
1232
|
version: number;
|
|
1233
1233
|
fields: vec_map.VecMap<string, string>;
|
|
1234
1234
|
}
|
|
@@ -1271,7 +1271,7 @@ export declare namespace display {
|
|
|
1271
1271
|
];
|
|
1272
1272
|
function fields<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
1273
1273
|
function isAuthorized<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
1274
|
-
function
|
|
1274
|
+
function new$<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
1275
1275
|
function newWithFields<T0 = any>(tx: Transaction, args: [
|
|
1276
1276
|
string | TransactionObjectArgument | TransactionArgument,
|
|
1277
1277
|
(string | TransactionObjectArgument)[] | TransactionArgument,
|
|
@@ -1295,7 +1295,7 @@ export declare namespace display {
|
|
|
1295
1295
|
function edit<T0 = any>(client: SuiClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1296
1296
|
function fields<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1297
1297
|
function isAuthorized<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1298
|
-
function
|
|
1298
|
+
function new$<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[display.Display<T0>]>>;
|
|
1299
1299
|
function newWithFields<T0 = any>(client: SuiClient, args: [string, string[], string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[display.Display<T0>]>>;
|
|
1300
1300
|
function remove<T0 = any>(client: SuiClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1301
1301
|
function updateVersion<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
@@ -1304,7 +1304,7 @@ export declare namespace display {
|
|
|
1304
1304
|
}
|
|
1305
1305
|
export declare namespace dynamic_field {
|
|
1306
1306
|
interface Field<T0, T1> {
|
|
1307
|
-
id:
|
|
1307
|
+
id: object$.UID;
|
|
1308
1308
|
name: T0;
|
|
1309
1309
|
value: T1;
|
|
1310
1310
|
}
|
|
@@ -1465,7 +1465,7 @@ export declare namespace dynamic_object_field {
|
|
|
1465
1465
|
function borrowMut<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1466
1466
|
function exists_<T0 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
1467
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<
|
|
1468
|
+
function id<T0 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<object$.ID>]>>;
|
|
1469
1469
|
function internalAdd<T0 = any, T1 = any>(client: SuiClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
1470
1470
|
function internalBorrow<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
1471
1471
|
function internalBorrowMut<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
@@ -1816,15 +1816,15 @@ export declare namespace hmac {
|
|
|
1816
1816
|
}
|
|
1817
1817
|
export declare namespace kiosk {
|
|
1818
1818
|
interface Borrow {
|
|
1819
|
-
kiosk_id:
|
|
1820
|
-
item_id:
|
|
1819
|
+
kiosk_id: object$.ID;
|
|
1820
|
+
item_id: object$.ID;
|
|
1821
1821
|
}
|
|
1822
1822
|
namespace Borrow {
|
|
1823
1823
|
const TYPE_QNAME = "0x2::kiosk::Borrow";
|
|
1824
1824
|
function type(): TypeDescriptor<Borrow>;
|
|
1825
1825
|
}
|
|
1826
1826
|
interface Item {
|
|
1827
|
-
id:
|
|
1827
|
+
id: object$.ID;
|
|
1828
1828
|
}
|
|
1829
1829
|
namespace Item {
|
|
1830
1830
|
const TYPE_QNAME = "0x2::kiosk::Item";
|
|
@@ -1835,8 +1835,8 @@ export declare namespace kiosk {
|
|
|
1835
1835
|
type_arguments: [];
|
|
1836
1836
|
}
|
|
1837
1837
|
interface ItemDelisted<T0> {
|
|
1838
|
-
kiosk:
|
|
1839
|
-
id:
|
|
1838
|
+
kiosk: object$.ID;
|
|
1839
|
+
id: object$.ID;
|
|
1840
1840
|
}
|
|
1841
1841
|
namespace ItemDelisted {
|
|
1842
1842
|
const TYPE_QNAME = "0x2::kiosk::ItemDelisted";
|
|
@@ -1847,8 +1847,8 @@ export declare namespace kiosk {
|
|
|
1847
1847
|
type_arguments: [string];
|
|
1848
1848
|
}
|
|
1849
1849
|
interface ItemListed<T0> {
|
|
1850
|
-
kiosk:
|
|
1851
|
-
id:
|
|
1850
|
+
kiosk: object$.ID;
|
|
1851
|
+
id: object$.ID;
|
|
1852
1852
|
price: bigint;
|
|
1853
1853
|
}
|
|
1854
1854
|
namespace ItemListed {
|
|
@@ -1860,8 +1860,8 @@ export declare namespace kiosk {
|
|
|
1860
1860
|
type_arguments: [string];
|
|
1861
1861
|
}
|
|
1862
1862
|
interface ItemPurchased<T0> {
|
|
1863
|
-
kiosk:
|
|
1864
|
-
id:
|
|
1863
|
+
kiosk: object$.ID;
|
|
1864
|
+
id: object$.ID;
|
|
1865
1865
|
price: bigint;
|
|
1866
1866
|
}
|
|
1867
1867
|
namespace ItemPurchased {
|
|
@@ -1873,7 +1873,7 @@ export declare namespace kiosk {
|
|
|
1873
1873
|
type_arguments: [string];
|
|
1874
1874
|
}
|
|
1875
1875
|
interface Kiosk {
|
|
1876
|
-
id:
|
|
1876
|
+
id: object$.UID;
|
|
1877
1877
|
profits: balance.Balance<sui.SUI>;
|
|
1878
1878
|
owner: string;
|
|
1879
1879
|
item_count: number;
|
|
@@ -1884,15 +1884,15 @@ export declare namespace kiosk {
|
|
|
1884
1884
|
function type(): TypeDescriptor<Kiosk>;
|
|
1885
1885
|
}
|
|
1886
1886
|
interface KioskOwnerCap {
|
|
1887
|
-
id:
|
|
1888
|
-
for:
|
|
1887
|
+
id: object$.UID;
|
|
1888
|
+
for: object$.ID;
|
|
1889
1889
|
}
|
|
1890
1890
|
namespace KioskOwnerCap {
|
|
1891
1891
|
const TYPE_QNAME = "0x2::kiosk::KioskOwnerCap";
|
|
1892
1892
|
function type(): TypeDescriptor<KioskOwnerCap>;
|
|
1893
1893
|
}
|
|
1894
1894
|
interface Listing {
|
|
1895
|
-
id:
|
|
1895
|
+
id: object$.ID;
|
|
1896
1896
|
is_exclusive: boolean;
|
|
1897
1897
|
}
|
|
1898
1898
|
namespace Listing {
|
|
@@ -1904,7 +1904,7 @@ export declare namespace kiosk {
|
|
|
1904
1904
|
type_arguments: [];
|
|
1905
1905
|
}
|
|
1906
1906
|
interface Lock {
|
|
1907
|
-
id:
|
|
1907
|
+
id: object$.ID;
|
|
1908
1908
|
}
|
|
1909
1909
|
namespace Lock {
|
|
1910
1910
|
const TYPE_QNAME = "0x2::kiosk::Lock";
|
|
@@ -1915,9 +1915,9 @@ export declare namespace kiosk {
|
|
|
1915
1915
|
type_arguments: [];
|
|
1916
1916
|
}
|
|
1917
1917
|
interface PurchaseCap<T0> {
|
|
1918
|
-
id:
|
|
1919
|
-
kiosk_id:
|
|
1920
|
-
item_id:
|
|
1918
|
+
id: object$.UID;
|
|
1919
|
+
kiosk_id: object$.ID;
|
|
1920
|
+
item_id: object$.ID;
|
|
1921
1921
|
min_price: bigint;
|
|
1922
1922
|
}
|
|
1923
1923
|
namespace PurchaseCap {
|
|
@@ -1928,7 +1928,7 @@ export declare namespace kiosk {
|
|
|
1928
1928
|
function borrow<T0 = any>(tx: Transaction, args: [
|
|
1929
1929
|
string | TransactionObjectArgument | TransactionArgument,
|
|
1930
1930
|
string | TransactionObjectArgument | TransactionArgument,
|
|
1931
|
-
|
|
1931
|
+
object$.ID | TransactionArgument
|
|
1932
1932
|
], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [
|
|
1933
1933
|
TransactionArgument,
|
|
1934
1934
|
TransactionArgument,
|
|
@@ -1937,7 +1937,7 @@ export declare namespace kiosk {
|
|
|
1937
1937
|
function borrowMut<T0 = any>(tx: Transaction, args: [
|
|
1938
1938
|
string | TransactionObjectArgument | TransactionArgument,
|
|
1939
1939
|
string | TransactionObjectArgument | TransactionArgument,
|
|
1940
|
-
|
|
1940
|
+
object$.ID | TransactionArgument
|
|
1941
1941
|
], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [
|
|
1942
1942
|
TransactionArgument,
|
|
1943
1943
|
TransactionArgument,
|
|
@@ -1946,7 +1946,7 @@ export declare namespace kiosk {
|
|
|
1946
1946
|
function borrowVal<T0 = any>(tx: Transaction, args: [
|
|
1947
1947
|
string | TransactionObjectArgument | TransactionArgument,
|
|
1948
1948
|
string | TransactionObjectArgument | TransactionArgument,
|
|
1949
|
-
|
|
1949
|
+
object$.ID | TransactionArgument
|
|
1950
1950
|
], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [
|
|
1951
1951
|
TransactionArgument,
|
|
1952
1952
|
TransactionArgument,
|
|
@@ -1956,11 +1956,11 @@ export declare namespace kiosk {
|
|
|
1956
1956
|
kiosk.Kiosk | TransactionArgument,
|
|
1957
1957
|
kiosk.KioskOwnerCap | TransactionArgument
|
|
1958
1958
|
]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
1959
|
-
function
|
|
1959
|
+
function default$(tx: Transaction, args: []): TransactionArgument & [];
|
|
1960
1960
|
function delist<T0 = any>(tx: Transaction, args: [
|
|
1961
1961
|
string | TransactionObjectArgument | TransactionArgument,
|
|
1962
1962
|
string | TransactionObjectArgument | TransactionArgument,
|
|
1963
|
-
|
|
1963
|
+
object$.ID | TransactionArgument
|
|
1964
1964
|
], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [
|
|
1965
1965
|
TransactionArgument,
|
|
1966
1966
|
TransactionArgument,
|
|
@@ -1972,30 +1972,30 @@ export declare namespace kiosk {
|
|
|
1972
1972
|
]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
1973
1973
|
function hasItem(tx: Transaction, args: [
|
|
1974
1974
|
string | TransactionObjectArgument | TransactionArgument,
|
|
1975
|
-
|
|
1975
|
+
object$.ID | TransactionArgument
|
|
1976
1976
|
]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
1977
1977
|
function hasItemWithType<T0 = any>(tx: Transaction, args: [
|
|
1978
1978
|
string | TransactionObjectArgument | TransactionArgument,
|
|
1979
|
-
|
|
1979
|
+
object$.ID | TransactionArgument
|
|
1980
1980
|
], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
1981
1981
|
function isListed(tx: Transaction, args: [
|
|
1982
1982
|
string | TransactionObjectArgument | TransactionArgument,
|
|
1983
|
-
|
|
1983
|
+
object$.ID | TransactionArgument
|
|
1984
1984
|
]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
1985
1985
|
function isListedExclusively(tx: Transaction, args: [
|
|
1986
1986
|
string | TransactionObjectArgument | TransactionArgument,
|
|
1987
|
-
|
|
1987
|
+
object$.ID | TransactionArgument
|
|
1988
1988
|
]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
1989
1989
|
function isLocked(tx: Transaction, args: [
|
|
1990
1990
|
string | TransactionObjectArgument | TransactionArgument,
|
|
1991
|
-
|
|
1991
|
+
object$.ID | TransactionArgument
|
|
1992
1992
|
]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
1993
1993
|
function itemCount(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
1994
1994
|
function kioskOwnerCapFor(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
1995
1995
|
function list<T0 = any>(tx: Transaction, args: [
|
|
1996
1996
|
string | TransactionObjectArgument | TransactionArgument,
|
|
1997
1997
|
string | TransactionObjectArgument | TransactionArgument,
|
|
1998
|
-
|
|
1998
|
+
object$.ID | TransactionArgument,
|
|
1999
1999
|
bigint | TransactionArgument
|
|
2000
2000
|
], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [
|
|
2001
2001
|
TransactionArgument,
|
|
@@ -2006,7 +2006,7 @@ export declare namespace kiosk {
|
|
|
2006
2006
|
function listWithPurchaseCap<T0 = any>(tx: Transaction, args: [
|
|
2007
2007
|
string | TransactionObjectArgument | TransactionArgument,
|
|
2008
2008
|
string | TransactionObjectArgument | TransactionArgument,
|
|
2009
|
-
|
|
2009
|
+
object$.ID | TransactionArgument,
|
|
2010
2010
|
bigint | TransactionArgument
|
|
2011
2011
|
], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [
|
|
2012
2012
|
TransactionArgument,
|
|
@@ -2029,7 +2029,7 @@ export declare namespace kiosk {
|
|
|
2029
2029
|
string | TransactionObjectArgument | TransactionArgument,
|
|
2030
2030
|
T0 | TransactionArgument
|
|
2031
2031
|
], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
2032
|
-
function
|
|
2032
|
+
function new$(tx: Transaction, args: []): TransactionArgument & [];
|
|
2033
2033
|
function owner(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
2034
2034
|
function place<T0 = any>(tx: Transaction, args: [
|
|
2035
2035
|
string | TransactionObjectArgument | TransactionArgument,
|
|
@@ -2062,7 +2062,7 @@ export declare namespace kiosk {
|
|
|
2062
2062
|
]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
2063
2063
|
function purchase<T0 = any>(tx: Transaction, args: [
|
|
2064
2064
|
string | TransactionObjectArgument | TransactionArgument,
|
|
2065
|
-
|
|
2065
|
+
object$.ID | TransactionArgument,
|
|
2066
2066
|
coin.Coin<sui.SUI> | TransactionArgument
|
|
2067
2067
|
], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [
|
|
2068
2068
|
TransactionArgument,
|
|
@@ -2119,7 +2119,7 @@ export declare namespace kiosk {
|
|
|
2119
2119
|
function take<T0 = any>(tx: Transaction, args: [
|
|
2120
2120
|
string | TransactionObjectArgument | TransactionArgument,
|
|
2121
2121
|
string | TransactionObjectArgument | TransactionArgument,
|
|
2122
|
-
|
|
2122
|
+
object$.ID | TransactionArgument
|
|
2123
2123
|
], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [
|
|
2124
2124
|
TransactionArgument,
|
|
2125
2125
|
TransactionArgument,
|
|
@@ -2143,33 +2143,33 @@ export declare namespace kiosk {
|
|
|
2143
2143
|
];
|
|
2144
2144
|
}
|
|
2145
2145
|
namespace view {
|
|
2146
|
-
function borrow<T0 = any>(client: SuiClient, args: [string, string,
|
|
2147
|
-
function borrowMut<T0 = any>(client: SuiClient, args: [string, string,
|
|
2148
|
-
function borrowVal<T0 = any>(client: SuiClient, args: [string, string,
|
|
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
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,
|
|
2150
|
+
function delist<T0 = any>(client: SuiClient, args: [string, string, object$.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2151
2151
|
function hasAccess(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2152
|
-
function hasItem(client: SuiClient, args: [string,
|
|
2153
|
-
function hasItemWithType<T0 = any>(client: SuiClient, args: [string,
|
|
2154
|
-
function isListed(client: SuiClient, args: [string,
|
|
2155
|
-
function isListedExclusively(client: SuiClient, args: [string,
|
|
2156
|
-
function isLocked(client: SuiClient, args: [string,
|
|
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
2157
|
function itemCount(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
|
|
2158
|
-
function kioskOwnerCapFor(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[
|
|
2159
|
-
function list<T0 = any>(client: SuiClient, args: [string, string,
|
|
2160
|
-
function listWithPurchaseCap<T0 = any>(client: SuiClient, args: [string, string,
|
|
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
2161
|
function lock<T0 = any>(client: SuiClient, args: [string, string, string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2162
2162
|
function lockInternal<T0 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2163
|
-
function
|
|
2163
|
+
function new$(client: SuiClient, args: []): Promise<TypedDevInspectResults<[kiosk.Kiosk, kiosk.KioskOwnerCap]>>;
|
|
2164
2164
|
function owner(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2165
2165
|
function place<T0 = any>(client: SuiClient, args: [string, string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2166
2166
|
function placeAndList<T0 = any>(client: SuiClient, args: [string, string, T0, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2167
2167
|
function placeInternal<T0 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2168
2168
|
function profitsAmount(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2169
2169
|
function profitsMut(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2170
|
-
function purchase<T0 = any>(client: SuiClient, args: [string,
|
|
2171
|
-
function purchaseCapItem<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
2172
|
-
function purchaseCapKiosk<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
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
2173
|
function purchaseCapMinPrice<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2174
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
2175
|
function returnPurchaseCap<T0 = any>(client: SuiClient, args: [string, kiosk.PurchaseCap<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
@@ -2177,7 +2177,7 @@ export declare namespace kiosk {
|
|
|
2177
2177
|
function setAllowExtensions(client: SuiClient, args: [string, string, boolean]): Promise<TypedDevInspectResults<[]>>;
|
|
2178
2178
|
function setOwner(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[]>>;
|
|
2179
2179
|
function setOwnerCustom(client: SuiClient, args: [string, string, string]): Promise<TypedDevInspectResults<[]>>;
|
|
2180
|
-
function take<T0 = any>(client: SuiClient, args: [string, string,
|
|
2180
|
+
function take<T0 = any>(client: SuiClient, args: [string, string, object$.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
|
|
2181
2181
|
function uid(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2182
2182
|
function uidMut(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2183
2183
|
function uidMutAsOwner(client: SuiClient, args: [string, string]): Promise<TypedDevInspectResults<[string]>>;
|
|
@@ -2282,7 +2282,7 @@ export declare namespace kiosk_extension {
|
|
|
2282
2282
|
}
|
|
2283
2283
|
export declare namespace linked_table {
|
|
2284
2284
|
interface LinkedTable<T0, T1> {
|
|
2285
|
-
id:
|
|
2285
|
+
id: object$.UID;
|
|
2286
2286
|
size: bigint;
|
|
2287
2287
|
head: _0x1.option.Option<T0>;
|
|
2288
2288
|
tail: _0x1.option.Option<T0>;
|
|
@@ -2319,7 +2319,7 @@ export declare namespace linked_table {
|
|
|
2319
2319
|
function front<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument];
|
|
2320
2320
|
function isEmpty<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument];
|
|
2321
2321
|
function length<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument];
|
|
2322
|
-
function
|
|
2322
|
+
function new$<T0 = any, T1 = any>(tx: Transaction, args: [], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [];
|
|
2323
2323
|
function next<T0 = any, T1 = any>(tx: Transaction, args: [
|
|
2324
2324
|
string | TransactionObjectArgument | TransactionArgument,
|
|
2325
2325
|
T0 | TransactionArgument
|
|
@@ -2363,7 +2363,7 @@ export declare namespace linked_table {
|
|
|
2363
2363
|
function front<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2364
2364
|
function isEmpty<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2365
2365
|
function length<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2366
|
-
function
|
|
2366
|
+
function new$<T0 = any, T1 = any>(client: SuiClient, args: [], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[linked_table.LinkedTable<T0, T1>]>>;
|
|
2367
2367
|
function next<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2368
2368
|
function popBack<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T0, T1]>>;
|
|
2369
2369
|
function popFront<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T0, T1]>>;
|
|
@@ -2393,14 +2393,14 @@ export declare namespace math {
|
|
|
2393
2393
|
function sqrtU128(client: SuiClient, args: [bigint]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2394
2394
|
}
|
|
2395
2395
|
}
|
|
2396
|
-
export declare namespace
|
|
2396
|
+
export declare namespace object$ {
|
|
2397
2397
|
type ID = string;
|
|
2398
2398
|
namespace ID {
|
|
2399
2399
|
const TYPE_QNAME = "0x2::object::ID";
|
|
2400
2400
|
function type(): TypeDescriptor<ID>;
|
|
2401
2401
|
}
|
|
2402
2402
|
interface UID {
|
|
2403
|
-
id:
|
|
2403
|
+
id: object$.ID;
|
|
2404
2404
|
}
|
|
2405
2405
|
namespace UID {
|
|
2406
2406
|
const TYPE_QNAME = "0x2::object::UID";
|
|
@@ -2410,7 +2410,7 @@ export declare namespace object_ {
|
|
|
2410
2410
|
function authenticatorState(tx: Transaction, args: []): TransactionArgument & [];
|
|
2411
2411
|
function borrowId<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
2412
2412
|
function clock(tx: Transaction, args: []): TransactionArgument & [];
|
|
2413
|
-
function
|
|
2413
|
+
function delete$(tx: Transaction, args: [object$.UID | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
2414
2414
|
function id<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
2415
2415
|
function idAddress<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
2416
2416
|
function idBytes<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
@@ -2418,7 +2418,7 @@ export declare namespace object_ {
|
|
|
2418
2418
|
function idFromBytes(tx: Transaction, args: [(string | TransactionObjectArgument)[] | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
2419
2419
|
function idToAddress(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
2420
2420
|
function idToBytes(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
2421
|
-
function
|
|
2421
|
+
function new$(tx: Transaction, args: []): TransactionArgument & [];
|
|
2422
2422
|
function newUidFromHash(tx: Transaction, args: [string | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
2423
2423
|
function randomnessState(tx: Transaction, args: []): TransactionArgument & [];
|
|
2424
2424
|
function suiDenyListObjectId(tx: Transaction, args: []): TransactionArgument & [];
|
|
@@ -2428,30 +2428,30 @@ export declare namespace object_ {
|
|
|
2428
2428
|
function uidToInner(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
2429
2429
|
}
|
|
2430
2430
|
namespace view {
|
|
2431
|
-
function authenticatorState(client: SuiClient, args: []): Promise<TypedDevInspectResults<[
|
|
2431
|
+
function authenticatorState(client: SuiClient, args: []): Promise<TypedDevInspectResults<[object$.UID]>>;
|
|
2432
2432
|
function borrowId<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2433
|
-
function clock(client: SuiClient, args: []): Promise<TypedDevInspectResults<[
|
|
2434
|
-
function
|
|
2435
|
-
function id<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
2433
|
+
function clock(client: SuiClient, args: []): Promise<TypedDevInspectResults<[object$.UID]>>;
|
|
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
2436
|
function idAddress<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2437
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<[
|
|
2439
|
-
function idFromBytes(client: SuiClient, args: [string[]]): Promise<TypedDevInspectResults<[
|
|
2438
|
+
function idFromAddress(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[object$.ID]>>;
|
|
2439
|
+
function idFromBytes(client: SuiClient, args: [string[]]): Promise<TypedDevInspectResults<[object$.ID]>>;
|
|
2440
2440
|
function idToAddress(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2441
2441
|
function idToBytes(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
2442
|
-
function
|
|
2443
|
-
function newUidFromHash(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[
|
|
2444
|
-
function randomnessState(client: SuiClient, args: []): Promise<TypedDevInspectResults<[
|
|
2445
|
-
function suiDenyListObjectId(client: SuiClient, args: []): Promise<TypedDevInspectResults<[
|
|
2442
|
+
function new$(client: SuiClient, args: []): Promise<TypedDevInspectResults<[object$.UID]>>;
|
|
2443
|
+
function newUidFromHash(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[object$.UID]>>;
|
|
2444
|
+
function randomnessState(client: SuiClient, args: []): Promise<TypedDevInspectResults<[object$.UID]>>;
|
|
2445
|
+
function suiDenyListObjectId(client: SuiClient, args: []): Promise<TypedDevInspectResults<[object$.UID]>>;
|
|
2446
2446
|
function uidAsInner(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2447
2447
|
function uidToAddress(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2448
2448
|
function uidToBytes(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number[]]>>;
|
|
2449
|
-
function uidToInner(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[
|
|
2449
|
+
function uidToInner(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[object$.ID]>>;
|
|
2450
2450
|
}
|
|
2451
2451
|
}
|
|
2452
2452
|
export declare namespace object_bag {
|
|
2453
2453
|
interface ObjectBag {
|
|
2454
|
-
id:
|
|
2454
|
+
id: object$.UID;
|
|
2455
2455
|
size: bigint;
|
|
2456
2456
|
}
|
|
2457
2457
|
namespace ObjectBag {
|
|
@@ -2487,7 +2487,7 @@ export declare namespace object_bag {
|
|
|
2487
2487
|
function destroyEmpty(tx: Transaction, args: [object_bag.ObjectBag | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
2488
2488
|
function isEmpty(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
2489
2489
|
function length(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
2490
|
-
function
|
|
2490
|
+
function new$(tx: Transaction, args: []): TransactionArgument & [];
|
|
2491
2491
|
function remove<T0 = any, T1 = any>(tx: Transaction, args: [
|
|
2492
2492
|
string | TransactionObjectArgument | TransactionArgument,
|
|
2493
2493
|
T0 | TransactionArgument
|
|
@@ -2506,14 +2506,14 @@ export declare namespace object_bag {
|
|
|
2506
2506
|
function destroyEmpty(client: SuiClient, args: [object_bag.ObjectBag]): Promise<TypedDevInspectResults<[]>>;
|
|
2507
2507
|
function isEmpty(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2508
2508
|
function length(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2509
|
-
function
|
|
2509
|
+
function new$(client: SuiClient, args: []): Promise<TypedDevInspectResults<[object_bag.ObjectBag]>>;
|
|
2510
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<
|
|
2511
|
+
function valueId<T0 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<object$.ID>]>>;
|
|
2512
2512
|
}
|
|
2513
2513
|
}
|
|
2514
2514
|
export declare namespace object_table {
|
|
2515
2515
|
interface ObjectTable<T0, T1> {
|
|
2516
|
-
id:
|
|
2516
|
+
id: object$.UID;
|
|
2517
2517
|
size: bigint;
|
|
2518
2518
|
}
|
|
2519
2519
|
namespace ObjectTable {
|
|
@@ -2545,7 +2545,7 @@ export declare namespace object_table {
|
|
|
2545
2545
|
function destroyEmpty<T0 = any, T1 = any>(tx: Transaction, args: [object_table.ObjectTable<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument];
|
|
2546
2546
|
function isEmpty<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument];
|
|
2547
2547
|
function length<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument];
|
|
2548
|
-
function
|
|
2548
|
+
function new$<T0 = any, T1 = any>(tx: Transaction, args: [], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [];
|
|
2549
2549
|
function remove<T0 = any, T1 = any>(tx: Transaction, args: [
|
|
2550
2550
|
string | TransactionObjectArgument | TransactionArgument,
|
|
2551
2551
|
T0 | TransactionArgument
|
|
@@ -2563,14 +2563,14 @@ export declare namespace object_table {
|
|
|
2563
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
2564
|
function isEmpty<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2565
2565
|
function length<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2566
|
-
function
|
|
2566
|
+
function new$<T0 = any, T1 = any>(client: SuiClient, args: [], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[object_table.ObjectTable<T0, T1>]>>;
|
|
2567
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<
|
|
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>]>>;
|
|
2569
2569
|
}
|
|
2570
2570
|
}
|
|
2571
|
-
export declare namespace
|
|
2571
|
+
export declare namespace package$ {
|
|
2572
2572
|
interface Publisher {
|
|
2573
|
-
id:
|
|
2573
|
+
id: object$.UID;
|
|
2574
2574
|
package: _0x1.ascii.String;
|
|
2575
2575
|
module_name: _0x1.ascii.String;
|
|
2576
2576
|
}
|
|
@@ -2579,8 +2579,8 @@ export declare namespace package_ {
|
|
|
2579
2579
|
function type(): TypeDescriptor<Publisher>;
|
|
2580
2580
|
}
|
|
2581
2581
|
interface UpgradeCap {
|
|
2582
|
-
id:
|
|
2583
|
-
package:
|
|
2582
|
+
id: object$.UID;
|
|
2583
|
+
package: object$.ID;
|
|
2584
2584
|
version: bigint;
|
|
2585
2585
|
policy: number;
|
|
2586
2586
|
}
|
|
@@ -2589,16 +2589,16 @@ export declare namespace package_ {
|
|
|
2589
2589
|
function type(): TypeDescriptor<UpgradeCap>;
|
|
2590
2590
|
}
|
|
2591
2591
|
interface UpgradeReceipt {
|
|
2592
|
-
cap:
|
|
2593
|
-
package:
|
|
2592
|
+
cap: object$.ID;
|
|
2593
|
+
package: object$.ID;
|
|
2594
2594
|
}
|
|
2595
2595
|
namespace UpgradeReceipt {
|
|
2596
2596
|
const TYPE_QNAME = "0x2::package::UpgradeReceipt";
|
|
2597
2597
|
function type(): TypeDescriptor<UpgradeReceipt>;
|
|
2598
2598
|
}
|
|
2599
2599
|
interface UpgradeTicket {
|
|
2600
|
-
cap:
|
|
2601
|
-
package:
|
|
2600
|
+
cap: object$.ID;
|
|
2601
|
+
package: object$.ID;
|
|
2602
2602
|
policy: number;
|
|
2603
2603
|
digest: number[];
|
|
2604
2604
|
}
|
|
@@ -2617,18 +2617,18 @@ export declare namespace package_ {
|
|
|
2617
2617
|
TransactionArgument,
|
|
2618
2618
|
TransactionArgument
|
|
2619
2619
|
];
|
|
2620
|
-
function burnPublisher(tx: Transaction, args: [
|
|
2620
|
+
function burnPublisher(tx: Transaction, args: [package$.Publisher | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
2621
2621
|
function claim<T0 = any>(tx: Transaction, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
2622
2622
|
function claimAndKeep<T0 = any>(tx: Transaction, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
2623
2623
|
function commitUpgrade(tx: Transaction, args: [
|
|
2624
2624
|
string | TransactionObjectArgument | TransactionArgument,
|
|
2625
|
-
|
|
2625
|
+
package$.UpgradeReceipt | TransactionArgument
|
|
2626
2626
|
]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
2627
2627
|
function compatiblePolicy(tx: Transaction, args: []): TransactionArgument & [];
|
|
2628
2628
|
function depOnlyPolicy(tx: Transaction, args: []): TransactionArgument & [];
|
|
2629
2629
|
function fromModule<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
2630
2630
|
function fromPackage<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
2631
|
-
function makeImmutable(tx: Transaction, args: [
|
|
2631
|
+
function makeImmutable(tx: Transaction, args: [package$.UpgradeCap | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
2632
2632
|
function onlyAdditiveUpgrades(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
2633
2633
|
function onlyDepUpgrades(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
2634
2634
|
function publishedModule(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
@@ -2644,26 +2644,26 @@ export declare namespace package_ {
|
|
|
2644
2644
|
}
|
|
2645
2645
|
namespace view {
|
|
2646
2646
|
function additivePolicy(client: SuiClient, args: []): Promise<TypedDevInspectResults<[number]>>;
|
|
2647
|
-
function authorizeUpgrade(client: SuiClient, args: [string, number, string[]]): Promise<TypedDevInspectResults<[
|
|
2648
|
-
function burnPublisher(client: SuiClient, args: [
|
|
2649
|
-
function claim<T0 = any>(client: SuiClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): 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
2650
|
function claimAndKeep<T0 = any>(client: SuiClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2651
|
-
function commitUpgrade(client: SuiClient, args: [string,
|
|
2651
|
+
function commitUpgrade(client: SuiClient, args: [string, package$.UpgradeReceipt]): Promise<TypedDevInspectResults<[]>>;
|
|
2652
2652
|
function compatiblePolicy(client: SuiClient, args: []): Promise<TypedDevInspectResults<[number]>>;
|
|
2653
2653
|
function depOnlyPolicy(client: SuiClient, args: []): Promise<TypedDevInspectResults<[number]>>;
|
|
2654
2654
|
function fromModule<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2655
2655
|
function fromPackage<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2656
|
-
function makeImmutable(client: SuiClient, args: [
|
|
2656
|
+
function makeImmutable(client: SuiClient, args: [package$.UpgradeCap]): Promise<TypedDevInspectResults<[]>>;
|
|
2657
2657
|
function onlyAdditiveUpgrades(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[]>>;
|
|
2658
2658
|
function onlyDepUpgrades(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[]>>;
|
|
2659
2659
|
function publishedModule(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2660
2660
|
function publishedPackage(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2661
|
-
function receiptCap(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[
|
|
2662
|
-
function receiptPackage(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[
|
|
2661
|
+
function receiptCap(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[object$.ID]>>;
|
|
2662
|
+
function receiptPackage(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[object$.ID]>>;
|
|
2663
2663
|
function ticketDigest(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
2664
|
-
function ticketPackage(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[
|
|
2664
|
+
function ticketPackage(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[object$.ID]>>;
|
|
2665
2665
|
function ticketPolicy(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
|
|
2666
|
-
function upgradePackage(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[
|
|
2666
|
+
function upgradePackage(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[object$.ID]>>;
|
|
2667
2667
|
function upgradePolicy(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
|
|
2668
2668
|
function version(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2669
2669
|
}
|
|
@@ -2754,7 +2754,7 @@ export declare namespace priority_queue {
|
|
|
2754
2754
|
TransactionArgument,
|
|
2755
2755
|
TransactionArgument
|
|
2756
2756
|
];
|
|
2757
|
-
function
|
|
2757
|
+
function new$<T0 = any>(tx: Transaction, args: [(string | TransactionObjectArgument)[] | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
2758
2758
|
function newEntry<T0 = any>(tx: Transaction, args: [bigint | TransactionArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
2759
2759
|
function popMax<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
2760
2760
|
function priorities<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
@@ -2762,7 +2762,7 @@ export declare namespace priority_queue {
|
|
|
2762
2762
|
namespace view {
|
|
2763
2763
|
function createEntries<T0 = any>(client: SuiClient, args: [string[], string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[priority_queue.Entry<T0>[]]>>;
|
|
2764
2764
|
function insert<T0 = any>(client: SuiClient, args: [string, bigint, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2765
|
-
function
|
|
2765
|
+
function new$<T0 = any>(client: SuiClient, args: [string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[priority_queue.PriorityQueue<T0>]>>;
|
|
2766
2766
|
function newEntry<T0 = any>(client: SuiClient, args: [bigint, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[priority_queue.Entry<T0>]>>;
|
|
2767
2767
|
function popMax<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint, T0]>>;
|
|
2768
2768
|
function priorities<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint[]]>>;
|
|
@@ -2774,7 +2774,7 @@ export declare namespace prover {
|
|
|
2774
2774
|
}
|
|
2775
2775
|
export declare namespace random {
|
|
2776
2776
|
interface Random {
|
|
2777
|
-
id:
|
|
2777
|
+
id: object$.UID;
|
|
2778
2778
|
inner: versioned.Versioned;
|
|
2779
2779
|
}
|
|
2780
2780
|
namespace Random {
|
|
@@ -2901,7 +2901,7 @@ export declare namespace sui {
|
|
|
2901
2901
|
}
|
|
2902
2902
|
export declare namespace table {
|
|
2903
2903
|
interface Table<T0, T1> {
|
|
2904
|
-
id:
|
|
2904
|
+
id: object$.UID;
|
|
2905
2905
|
size: bigint;
|
|
2906
2906
|
}
|
|
2907
2907
|
namespace Table {
|
|
@@ -2934,7 +2934,7 @@ export declare namespace table {
|
|
|
2934
2934
|
function drop<T0 = any, T1 = any>(tx: Transaction, args: [table.Table<T0, T1> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument];
|
|
2935
2935
|
function isEmpty<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument];
|
|
2936
2936
|
function length<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument];
|
|
2937
|
-
function
|
|
2937
|
+
function new$<T0 = any, T1 = any>(tx: Transaction, args: [], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [];
|
|
2938
2938
|
function remove<T0 = any, T1 = any>(tx: Transaction, args: [
|
|
2939
2939
|
string | TransactionObjectArgument | TransactionArgument,
|
|
2940
2940
|
T0 | TransactionArgument
|
|
@@ -2949,7 +2949,7 @@ export declare namespace table {
|
|
|
2949
2949
|
function drop<T0 = any, T1 = any>(client: SuiClient, args: [table.Table<T0, T1>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
2950
2950
|
function isEmpty<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
2951
2951
|
function length<T0 = any, T1 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
2952
|
-
function
|
|
2952
|
+
function new$<T0 = any, T1 = any>(client: SuiClient, args: [], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[table.Table<T0, T1>]>>;
|
|
2953
2953
|
function remove<T0 = any, T1 = any>(client: SuiClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
|
|
2954
2954
|
}
|
|
2955
2955
|
}
|
|
@@ -3035,7 +3035,7 @@ export declare namespace token {
|
|
|
3035
3035
|
type_arguments: [string];
|
|
3036
3036
|
}
|
|
3037
3037
|
interface Token<T0> {
|
|
3038
|
-
id:
|
|
3038
|
+
id: object$.UID;
|
|
3039
3039
|
balance: balance.Balance<T0>;
|
|
3040
3040
|
}
|
|
3041
3041
|
namespace Token {
|
|
@@ -3043,7 +3043,7 @@ export declare namespace token {
|
|
|
3043
3043
|
function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<Token<T0>>;
|
|
3044
3044
|
}
|
|
3045
3045
|
interface TokenPolicy<T0> {
|
|
3046
|
-
id:
|
|
3046
|
+
id: object$.UID;
|
|
3047
3047
|
spent_balance: balance.Balance<T0>;
|
|
3048
3048
|
rules: vec_map.VecMap<string, vec_set.VecSet<_0x1.type_name.TypeName>>;
|
|
3049
3049
|
}
|
|
@@ -3052,15 +3052,15 @@ export declare namespace token {
|
|
|
3052
3052
|
function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<TokenPolicy<T0>>;
|
|
3053
3053
|
}
|
|
3054
3054
|
interface TokenPolicyCap<T0> {
|
|
3055
|
-
id:
|
|
3056
|
-
for:
|
|
3055
|
+
id: object$.UID;
|
|
3056
|
+
for: object$.ID;
|
|
3057
3057
|
}
|
|
3058
3058
|
namespace TokenPolicyCap {
|
|
3059
3059
|
const TYPE_QNAME = "0x2::token::TokenPolicyCap";
|
|
3060
3060
|
function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<TokenPolicyCap<T0>>;
|
|
3061
3061
|
}
|
|
3062
3062
|
interface TokenPolicyCreated<T0> {
|
|
3063
|
-
id:
|
|
3063
|
+
id: object$.ID;
|
|
3064
3064
|
is_mutable: boolean;
|
|
3065
3065
|
}
|
|
3066
3066
|
namespace TokenPolicyCreated {
|
|
@@ -3336,7 +3336,7 @@ export declare namespace token {
|
|
|
3336
3336
|
}
|
|
3337
3337
|
export declare namespace transfer {
|
|
3338
3338
|
interface Receiving<T0> {
|
|
3339
|
-
id:
|
|
3339
|
+
id: object$.ID;
|
|
3340
3340
|
version: bigint;
|
|
3341
3341
|
}
|
|
3342
3342
|
namespace Receiving {
|
|
@@ -3371,7 +3371,7 @@ export declare namespace transfer {
|
|
|
3371
3371
|
function publicShareObject<T0 = any>(client: SuiClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3372
3372
|
function publicTransfer<T0 = any>(client: SuiClient, args: [T0, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3373
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<[
|
|
3374
|
+
function receivingObjectId<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object$.ID]>>;
|
|
3375
3375
|
function shareObject<T0 = any>(client: SuiClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3376
3376
|
function shareObjectImpl<T0 = any>(client: SuiClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
3377
3377
|
function transfer<T0 = any>(client: SuiClient, args: [T0, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
|
|
@@ -3391,7 +3391,7 @@ export declare namespace transfer_policy {
|
|
|
3391
3391
|
type_arguments: [string];
|
|
3392
3392
|
}
|
|
3393
3393
|
interface TransferPolicy<T0> {
|
|
3394
|
-
id:
|
|
3394
|
+
id: object$.UID;
|
|
3395
3395
|
balance: balance.Balance<sui.SUI>;
|
|
3396
3396
|
rules: vec_set.VecSet<_0x1.type_name.TypeName>;
|
|
3397
3397
|
}
|
|
@@ -3400,15 +3400,15 @@ export declare namespace transfer_policy {
|
|
|
3400
3400
|
function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<TransferPolicy<T0>>;
|
|
3401
3401
|
}
|
|
3402
3402
|
interface TransferPolicyCap<T0> {
|
|
3403
|
-
id:
|
|
3404
|
-
policy_id:
|
|
3403
|
+
id: object$.UID;
|
|
3404
|
+
policy_id: object$.ID;
|
|
3405
3405
|
}
|
|
3406
3406
|
namespace TransferPolicyCap {
|
|
3407
3407
|
const TYPE_QNAME = "0x2::transfer_policy::TransferPolicyCap";
|
|
3408
3408
|
function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<TransferPolicyCap<T0>>;
|
|
3409
3409
|
}
|
|
3410
3410
|
interface TransferPolicyCreated<T0> {
|
|
3411
|
-
id:
|
|
3411
|
+
id: object$.ID;
|
|
3412
3412
|
}
|
|
3413
3413
|
namespace TransferPolicyCreated {
|
|
3414
3414
|
const TYPE_QNAME = "0x2::transfer_policy::TransferPolicyCreated";
|
|
@@ -3419,7 +3419,7 @@ export declare namespace transfer_policy {
|
|
|
3419
3419
|
type_arguments: [string];
|
|
3420
3420
|
}
|
|
3421
3421
|
interface TransferPolicyDestroyed<T0> {
|
|
3422
|
-
id:
|
|
3422
|
+
id: object$.ID;
|
|
3423
3423
|
}
|
|
3424
3424
|
namespace TransferPolicyDestroyed {
|
|
3425
3425
|
const TYPE_QNAME = "0x2::transfer_policy::TransferPolicyDestroyed";
|
|
@@ -3430,9 +3430,9 @@ export declare namespace transfer_policy {
|
|
|
3430
3430
|
type_arguments: [string];
|
|
3431
3431
|
}
|
|
3432
3432
|
interface TransferRequest<T0> {
|
|
3433
|
-
item:
|
|
3433
|
+
item: object$.ID;
|
|
3434
3434
|
paid: bigint;
|
|
3435
|
-
from:
|
|
3435
|
+
from: object$.ID;
|
|
3436
3436
|
receipts: vec_set.VecSet<_0x1.type_name.TypeName>;
|
|
3437
3437
|
}
|
|
3438
3438
|
namespace TransferRequest {
|
|
@@ -3472,7 +3472,7 @@ export declare namespace transfer_policy {
|
|
|
3472
3472
|
string | TransactionObjectArgument | TransactionArgument,
|
|
3473
3473
|
transfer_policy.TransferRequest<T0> | TransactionArgument
|
|
3474
3474
|
], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
3475
|
-
function
|
|
3475
|
+
function default$<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
3476
3476
|
function destroyAndWithdraw<T0 = any>(tx: Transaction, args: [
|
|
3477
3477
|
transfer_policy.TransferPolicy<T0> | TransactionArgument,
|
|
3478
3478
|
transfer_policy.TransferPolicyCap<T0> | TransactionArgument
|
|
@@ -3488,11 +3488,11 @@ export declare namespace transfer_policy {
|
|
|
3488
3488
|
]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
3489
3489
|
function hasRule<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument];
|
|
3490
3490
|
function item<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
3491
|
-
function
|
|
3491
|
+
function new$<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
3492
3492
|
function newRequest<T0 = any>(tx: Transaction, args: [
|
|
3493
|
-
|
|
3493
|
+
object$.ID | TransactionArgument,
|
|
3494
3494
|
bigint | TransactionArgument,
|
|
3495
|
-
|
|
3495
|
+
object$.ID | TransactionArgument
|
|
3496
3496
|
], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [
|
|
3497
3497
|
TransactionArgument,
|
|
3498
3498
|
TransactionArgument,
|
|
@@ -3531,24 +3531,24 @@ export declare namespace transfer_policy {
|
|
|
3531
3531
|
TypeDescriptor<T2> | string
|
|
3532
3532
|
]): Promise<TypedDevInspectResults<[]>>;
|
|
3533
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<[
|
|
3534
|
+
function confirmRequest<T0 = any>(client: SuiClient, args: [string, transfer_policy.TransferRequest<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object$.ID, bigint, object$.ID]>>;
|
|
3535
3535
|
function destroyAndWithdraw<T0 = any>(client: SuiClient, args: [
|
|
3536
3536
|
transfer_policy.TransferPolicy<T0>,
|
|
3537
3537
|
transfer_policy.TransferPolicyCap<T0>
|
|
3538
3538
|
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<sui.SUI>]>>;
|
|
3539
|
-
function from<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
|
|
3539
|
+
function from<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object$.ID]>>;
|
|
3540
3540
|
function getRule<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [T1, string], typeArguments: [
|
|
3541
3541
|
TypeDescriptor<T0> | string,
|
|
3542
3542
|
TypeDescriptor<T1> | string,
|
|
3543
3543
|
TypeDescriptor<T2> | string
|
|
3544
3544
|
]): Promise<TypedDevInspectResults<[string]>>;
|
|
3545
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<[
|
|
3547
|
-
function
|
|
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<[
|
|
3548
3548
|
transfer_policy.TransferPolicy<T0>,
|
|
3549
3549
|
transfer_policy.TransferPolicyCap<T0>
|
|
3550
3550
|
]>>;
|
|
3551
|
-
function newRequest<T0 = any>(client: SuiClient, args: [
|
|
3551
|
+
function newRequest<T0 = any>(client: SuiClient, args: [object$.ID, bigint, object$.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[transfer_policy.TransferRequest<T0>]>>;
|
|
3552
3552
|
function paid<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
|
|
3553
3553
|
function removeRule<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [string, string], typeArguments: [
|
|
3554
3554
|
TypeDescriptor<T0> | string,
|
|
@@ -3800,7 +3800,7 @@ export declare namespace vec_set {
|
|
|
3800
3800
|
}
|
|
3801
3801
|
export declare namespace versioned {
|
|
3802
3802
|
interface VersionChangeCap {
|
|
3803
|
-
versioned_id:
|
|
3803
|
+
versioned_id: object$.ID;
|
|
3804
3804
|
old_version: bigint;
|
|
3805
3805
|
}
|
|
3806
3806
|
namespace VersionChangeCap {
|
|
@@ -3808,7 +3808,7 @@ export declare namespace versioned {
|
|
|
3808
3808
|
function type(): TypeDescriptor<VersionChangeCap>;
|
|
3809
3809
|
}
|
|
3810
3810
|
interface Versioned {
|
|
3811
|
-
id:
|
|
3811
|
+
id: object$.UID;
|
|
3812
3812
|
version: bigint;
|
|
3813
3813
|
}
|
|
3814
3814
|
namespace Versioned {
|
|
@@ -3846,7 +3846,7 @@ export declare namespace versioned {
|
|
|
3846
3846
|
}
|
|
3847
3847
|
export declare namespace zklogin_verified_id {
|
|
3848
3848
|
interface VerifiedID {
|
|
3849
|
-
id:
|
|
3849
|
+
id: object$.UID;
|
|
3850
3850
|
owner: string;
|
|
3851
3851
|
key_claim_name: string;
|
|
3852
3852
|
key_claim_value: string;
|
|
@@ -3874,7 +3874,7 @@ export declare namespace zklogin_verified_id {
|
|
|
3874
3874
|
TransactionArgument,
|
|
3875
3875
|
TransactionArgument
|
|
3876
3876
|
];
|
|
3877
|
-
function
|
|
3877
|
+
function delete$(tx: Transaction, args: [zklogin_verified_id.VerifiedID | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
3878
3878
|
function issuer(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
3879
3879
|
function keyClaimName(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
3880
3880
|
function keyClaimValue(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
@@ -3896,7 +3896,7 @@ export declare namespace zklogin_verified_id {
|
|
|
3896
3896
|
namespace view {
|
|
3897
3897
|
function audience(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3898
3898
|
function checkZkloginId(client: SuiClient, args: [string, string, string, string, string, bigint]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
3899
|
-
function
|
|
3899
|
+
function delete$(client: SuiClient, args: [zklogin_verified_id.VerifiedID]): Promise<TypedDevInspectResults<[]>>;
|
|
3900
3900
|
function issuer(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3901
3901
|
function keyClaimName(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3902
3902
|
function keyClaimValue(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
@@ -3906,7 +3906,7 @@ export declare namespace zklogin_verified_id {
|
|
|
3906
3906
|
}
|
|
3907
3907
|
export declare namespace zklogin_verified_issuer {
|
|
3908
3908
|
interface VerifiedIssuer {
|
|
3909
|
-
id:
|
|
3909
|
+
id: object$.UID;
|
|
3910
3910
|
owner: string;
|
|
3911
3911
|
issuer: string;
|
|
3912
3912
|
}
|
|
@@ -3924,14 +3924,14 @@ export declare namespace zklogin_verified_issuer {
|
|
|
3924
3924
|
TransactionArgument,
|
|
3925
3925
|
TransactionArgument
|
|
3926
3926
|
];
|
|
3927
|
-
function
|
|
3927
|
+
function delete$(tx: Transaction, args: [zklogin_verified_issuer.VerifiedIssuer | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
3928
3928
|
function issuer(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
3929
3929
|
function owner(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument]): TransactionArgument & [TransactionArgument];
|
|
3930
3930
|
function verifyZkloginIssuer(tx: Transaction, args: [bigint | TransactionArgument, string | TransactionArgument]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
3931
3931
|
}
|
|
3932
3932
|
namespace view {
|
|
3933
3933
|
function checkZkloginIssuer(client: SuiClient, args: [string, bigint, string]): Promise<TypedDevInspectResults<[boolean]>>;
|
|
3934
|
-
function
|
|
3934
|
+
function delete$(client: SuiClient, args: [zklogin_verified_issuer.VerifiedIssuer]): Promise<TypedDevInspectResults<[]>>;
|
|
3935
3935
|
function issuer(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3936
3936
|
function owner(client: SuiClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
|
|
3937
3937
|
function verifyZkloginIssuer(client: SuiClient, args: [bigint, string]): Promise<TypedDevInspectResults<[]>>;
|