@suilend/springsui-cli 1.0.0

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.
Files changed (63) hide show
  1. package/cli/src/index.d.ts +1 -0
  2. package/cli/src/index.js +304 -0
  3. package/package.json +1 -0
  4. package/sdk/src/_generated/_dependencies/source/0x1/ascii/structs.d.ts +92 -0
  5. package/sdk/src/_generated/_dependencies/source/0x1/ascii/structs.js +289 -0
  6. package/sdk/src/_generated/_dependencies/source/0x1/index.d.ts +3 -0
  7. package/sdk/src/_generated/_dependencies/source/0x1/index.js +6 -0
  8. package/sdk/src/_generated/_dependencies/source/0x1/option/structs.d.ts +52 -0
  9. package/sdk/src/_generated/_dependencies/source/0x1/option/structs.js +180 -0
  10. package/sdk/src/_generated/_dependencies/source/0x1/string/structs.d.ts +50 -0
  11. package/sdk/src/_generated/_dependencies/source/0x1/string/structs.js +167 -0
  12. package/sdk/src/_generated/_dependencies/source/0x1/type-name/structs.d.ts +53 -0
  13. package/sdk/src/_generated/_dependencies/source/0x1/type-name/structs.js +144 -0
  14. package/sdk/src/_generated/_dependencies/source/0x2/bag/structs.d.ts +61 -0
  15. package/sdk/src/_generated/_dependencies/source/0x2/bag/structs.js +149 -0
  16. package/sdk/src/_generated/_dependencies/source/0x2/balance/structs.d.ts +88 -0
  17. package/sdk/src/_generated/_dependencies/source/0x2/balance/structs.js +291 -0
  18. package/sdk/src/_generated/_dependencies/source/0x2/coin/structs.d.ts +460 -0
  19. package/sdk/src/_generated/_dependencies/source/0x2/coin/structs.js +1045 -0
  20. package/sdk/src/_generated/_dependencies/source/0x2/index.d.ts +3 -0
  21. package/sdk/src/_generated/_dependencies/source/0x2/index.js +6 -0
  22. package/sdk/src/_generated/_dependencies/source/0x2/object/structs.d.ts +92 -0
  23. package/sdk/src/_generated/_dependencies/source/0x2/object/structs.js +270 -0
  24. package/sdk/src/_generated/_dependencies/source/0x2/sui/structs.d.ts +46 -0
  25. package/sdk/src/_generated/_dependencies/source/0x2/sui/structs.js +142 -0
  26. package/sdk/src/_generated/_dependencies/source/0x2/table/structs.d.ts +61 -0
  27. package/sdk/src/_generated/_dependencies/source/0x2/table/structs.js +163 -0
  28. package/sdk/src/_generated/_dependencies/source/0x2/url/structs.d.ts +53 -0
  29. package/sdk/src/_generated/_dependencies/source/0x2/url/structs.js +143 -0
  30. package/sdk/src/_generated/_dependencies/source/0x2/vec-map/structs.d.ts +111 -0
  31. package/sdk/src/_generated/_dependencies/source/0x2/vec-map/structs.js +325 -0
  32. package/sdk/src/_generated/_dependencies/source/0x3/index.d.ts +3 -0
  33. package/sdk/src/_generated/_dependencies/source/0x3/index.js +6 -0
  34. package/sdk/src/_generated/_dependencies/source/0x3/staking-pool/structs.d.ts +487 -0
  35. package/sdk/src/_generated/_dependencies/source/0x3/staking-pool/structs.js +915 -0
  36. package/sdk/src/_generated/_framework/reified.d.ts +108 -0
  37. package/sdk/src/_generated/_framework/reified.js +240 -0
  38. package/sdk/src/_generated/_framework/util.d.ts +35 -0
  39. package/sdk/src/_generated/_framework/util.js +334 -0
  40. package/sdk/src/_generated/_framework/vector.d.ts +35 -0
  41. package/sdk/src/_generated/_framework/vector.js +77 -0
  42. package/sdk/src/_generated/liquid_staking/cell/structs.d.ts +54 -0
  43. package/sdk/src/_generated/liquid_staking/cell/structs.js +156 -0
  44. package/sdk/src/_generated/liquid_staking/fees/functions.d.ts +51 -0
  45. package/sdk/src/_generated/liquid_staking/fees/functions.js +130 -0
  46. package/sdk/src/_generated/liquid_staking/fees/structs.d.ts +165 -0
  47. package/sdk/src/_generated/liquid_staking/fees/structs.js +307 -0
  48. package/sdk/src/_generated/liquid_staking/index.d.ts +4 -0
  49. package/sdk/src/_generated/liquid_staking/index.js +10 -0
  50. package/sdk/src/_generated/liquid_staking/liquid-staking/functions.d.ts +88 -0
  51. package/sdk/src/_generated/liquid_staking/liquid-staking/functions.js +199 -0
  52. package/sdk/src/_generated/liquid_staking/liquid-staking/structs.d.ts +955 -0
  53. package/sdk/src/_generated/liquid_staking/liquid-staking/structs.js +1477 -0
  54. package/sdk/src/_generated/liquid_staking/storage/structs.d.ts +358 -0
  55. package/sdk/src/_generated/liquid_staking/storage/structs.js +365 -0
  56. package/sdk/src/_generated/liquid_staking/version/structs.d.ts +46 -0
  57. package/sdk/src/_generated/liquid_staking/version/structs.js +143 -0
  58. package/sdk/src/_generated/liquid_staking/weight/functions.d.ts +19 -0
  59. package/sdk/src/_generated/liquid_staking/weight/functions.js +44 -0
  60. package/sdk/src/_generated/liquid_staking/weight/structs.d.ts +205 -0
  61. package/sdk/src/_generated/liquid_staking/weight/structs.js +332 -0
  62. package/sdk/src/index.d.ts +44 -0
  63. package/sdk/src/index.js +234 -0
@@ -0,0 +1,325 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
26
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
27
+ return new (P || (P = Promise))(function (resolve, reject) {
28
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
29
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
30
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
31
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
32
+ });
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.VecMap = exports.Entry = void 0;
36
+ exports.isEntry = isEntry;
37
+ exports.isVecMap = isVecMap;
38
+ const reified = __importStar(require("../../../../_framework/reified"));
39
+ const reified_1 = require("../../../../_framework/reified");
40
+ const util_1 = require("../../../../_framework/util");
41
+ const index_1 = require("../index");
42
+ const bcs_1 = require("@mysten/sui/bcs");
43
+ const utils_1 = require("@mysten/sui/utils");
44
+ /* ============================== Entry =============================== */
45
+ function isEntry(type) {
46
+ type = (0, util_1.compressSuiType)(type);
47
+ return type.startsWith(`${index_1.PKG_V28}::vec_map::Entry` + "<");
48
+ }
49
+ class Entry {
50
+ constructor(typeArgs, fields) {
51
+ this.__StructClass = true;
52
+ this.$typeName = Entry.$typeName;
53
+ this.$isPhantom = Entry.$isPhantom;
54
+ this.$fullTypeName = (0, util_1.composeSuiType)(Entry.$typeName, ...typeArgs);
55
+ this.$typeArgs = typeArgs;
56
+ this.key = fields.key;
57
+ this.value = fields.value;
58
+ }
59
+ static reified(K, V) {
60
+ return {
61
+ typeName: Entry.$typeName,
62
+ fullTypeName: (0, util_1.composeSuiType)(Entry.$typeName, ...[(0, reified_1.extractType)(K), (0, reified_1.extractType)(V)]),
63
+ typeArgs: [(0, reified_1.extractType)(K), (0, reified_1.extractType)(V)],
64
+ isPhantom: Entry.$isPhantom,
65
+ reifiedTypeArgs: [K, V],
66
+ fromFields: (fields) => Entry.fromFields([K, V], fields),
67
+ fromFieldsWithTypes: (item) => Entry.fromFieldsWithTypes([K, V], item),
68
+ fromBcs: (data) => Entry.fromBcs([K, V], data),
69
+ bcs: Entry.bcs((0, reified_1.toBcs)(K), (0, reified_1.toBcs)(V)),
70
+ fromJSONField: (field) => Entry.fromJSONField([K, V], field),
71
+ fromJSON: (json) => Entry.fromJSON([K, V], json),
72
+ fromSuiParsedData: (content) => Entry.fromSuiParsedData([K, V], content),
73
+ fromSuiObjectData: (content) => Entry.fromSuiObjectData([K, V], content),
74
+ fetch: (client, id) => __awaiter(this, void 0, void 0, function* () { return Entry.fetch(client, [K, V], id); }),
75
+ new: (fields) => {
76
+ return new Entry([(0, reified_1.extractType)(K), (0, reified_1.extractType)(V)], fields);
77
+ },
78
+ kind: "StructClassReified",
79
+ };
80
+ }
81
+ static get r() {
82
+ return Entry.reified;
83
+ }
84
+ static phantom(K, V) {
85
+ return (0, reified_1.phantom)(Entry.reified(K, V));
86
+ }
87
+ static get p() {
88
+ return Entry.phantom;
89
+ }
90
+ static get bcs() {
91
+ return (K, V) => bcs_1.bcs.struct(`Entry<${K.name}, ${V.name}>`, {
92
+ key: K,
93
+ value: V,
94
+ });
95
+ }
96
+ static fromFields(typeArgs, fields) {
97
+ return Entry.reified(typeArgs[0], typeArgs[1]).new({
98
+ key: (0, reified_1.decodeFromFields)(typeArgs[0], fields.key),
99
+ value: (0, reified_1.decodeFromFields)(typeArgs[1], fields.value),
100
+ });
101
+ }
102
+ static fromFieldsWithTypes(typeArgs, item) {
103
+ if (!isEntry(item.type)) {
104
+ throw new Error("not a Entry type");
105
+ }
106
+ (0, reified_1.assertFieldsWithTypesArgsMatch)(item, typeArgs);
107
+ return Entry.reified(typeArgs[0], typeArgs[1]).new({
108
+ key: (0, reified_1.decodeFromFieldsWithTypes)(typeArgs[0], item.fields.key),
109
+ value: (0, reified_1.decodeFromFieldsWithTypes)(typeArgs[1], item.fields.value),
110
+ });
111
+ }
112
+ static fromBcs(typeArgs, data) {
113
+ return Entry.fromFields(typeArgs, Entry.bcs((0, reified_1.toBcs)(typeArgs[0]), (0, reified_1.toBcs)(typeArgs[1])).parse(data));
114
+ }
115
+ toJSONField() {
116
+ return {
117
+ key: (0, reified_1.fieldToJSON)(this.$typeArgs[0], this.key),
118
+ value: (0, reified_1.fieldToJSON)(this.$typeArgs[1], this.value),
119
+ };
120
+ }
121
+ toJSON() {
122
+ return Object.assign({ $typeName: this.$typeName, $typeArgs: this.$typeArgs }, this.toJSONField());
123
+ }
124
+ static fromJSONField(typeArgs, field) {
125
+ return Entry.reified(typeArgs[0], typeArgs[1]).new({
126
+ key: (0, reified_1.decodeFromJSONField)(typeArgs[0], field.key),
127
+ value: (0, reified_1.decodeFromJSONField)(typeArgs[1], field.value),
128
+ });
129
+ }
130
+ static fromJSON(typeArgs, json) {
131
+ if (json.$typeName !== Entry.$typeName) {
132
+ throw new Error("not a WithTwoGenerics json object");
133
+ }
134
+ (0, reified_1.assertReifiedTypeArgsMatch)((0, util_1.composeSuiType)(Entry.$typeName, ...typeArgs.map(reified_1.extractType)), json.$typeArgs, typeArgs);
135
+ return Entry.fromJSONField(typeArgs, json);
136
+ }
137
+ static fromSuiParsedData(typeArgs, content) {
138
+ if (content.dataType !== "moveObject") {
139
+ throw new Error("not an object");
140
+ }
141
+ if (!isEntry(content.type)) {
142
+ throw new Error(`object at ${content.fields.id} is not a Entry object`);
143
+ }
144
+ return Entry.fromFieldsWithTypes(typeArgs, content);
145
+ }
146
+ static fromSuiObjectData(typeArgs, data) {
147
+ if (data.bcs) {
148
+ if (data.bcs.dataType !== "moveObject" || !isEntry(data.bcs.type)) {
149
+ throw new Error(`object at is not a Entry object`);
150
+ }
151
+ const gotTypeArgs = (0, util_1.parseTypeName)(data.bcs.type).typeArgs;
152
+ if (gotTypeArgs.length !== 2) {
153
+ throw new Error(`type argument mismatch: expected 2 type arguments but got ${gotTypeArgs.length}`);
154
+ }
155
+ for (let i = 0; i < 2; i++) {
156
+ const gotTypeArg = (0, util_1.compressSuiType)(gotTypeArgs[i]);
157
+ const expectedTypeArg = (0, util_1.compressSuiType)((0, reified_1.extractType)(typeArgs[i]));
158
+ if (gotTypeArg !== expectedTypeArg) {
159
+ throw new Error(`type argument mismatch at position ${i}: expected '${expectedTypeArg}' but got '${gotTypeArg}'`);
160
+ }
161
+ }
162
+ return Entry.fromBcs(typeArgs, (0, utils_1.fromB64)(data.bcs.bcsBytes));
163
+ }
164
+ if (data.content) {
165
+ return Entry.fromSuiParsedData(typeArgs, data.content);
166
+ }
167
+ throw new Error("Both `bcs` and `content` fields are missing from the data. Include `showBcs` or `showContent` in the request.");
168
+ }
169
+ static fetch(client, typeArgs, id) {
170
+ return __awaiter(this, void 0, void 0, function* () {
171
+ var _a, _b;
172
+ const res = yield client.getObject({ id, options: { showBcs: true } });
173
+ if (res.error) {
174
+ throw new Error(`error fetching Entry object at id ${id}: ${res.error.code}`);
175
+ }
176
+ if (((_b = (_a = res.data) === null || _a === void 0 ? void 0 : _a.bcs) === null || _b === void 0 ? void 0 : _b.dataType) !== "moveObject" ||
177
+ !isEntry(res.data.bcs.type)) {
178
+ throw new Error(`object at id ${id} is not a Entry object`);
179
+ }
180
+ return Entry.fromSuiObjectData(typeArgs, res.data);
181
+ });
182
+ }
183
+ }
184
+ exports.Entry = Entry;
185
+ Entry.$typeName = `${index_1.PKG_V28}::vec_map::Entry`;
186
+ Entry.$numTypeParams = 2;
187
+ Entry.$isPhantom = [false, false];
188
+ /* ============================== VecMap =============================== */
189
+ function isVecMap(type) {
190
+ type = (0, util_1.compressSuiType)(type);
191
+ return type.startsWith(`${index_1.PKG_V28}::vec_map::VecMap` + "<");
192
+ }
193
+ class VecMap {
194
+ constructor(typeArgs, fields) {
195
+ this.__StructClass = true;
196
+ this.$typeName = VecMap.$typeName;
197
+ this.$isPhantom = VecMap.$isPhantom;
198
+ this.$fullTypeName = (0, util_1.composeSuiType)(VecMap.$typeName, ...typeArgs);
199
+ this.$typeArgs = typeArgs;
200
+ this.contents = fields.contents;
201
+ }
202
+ static reified(K, V) {
203
+ return {
204
+ typeName: VecMap.$typeName,
205
+ fullTypeName: (0, util_1.composeSuiType)(VecMap.$typeName, ...[(0, reified_1.extractType)(K), (0, reified_1.extractType)(V)]),
206
+ typeArgs: [(0, reified_1.extractType)(K), (0, reified_1.extractType)(V)],
207
+ isPhantom: VecMap.$isPhantom,
208
+ reifiedTypeArgs: [K, V],
209
+ fromFields: (fields) => VecMap.fromFields([K, V], fields),
210
+ fromFieldsWithTypes: (item) => VecMap.fromFieldsWithTypes([K, V], item),
211
+ fromBcs: (data) => VecMap.fromBcs([K, V], data),
212
+ bcs: VecMap.bcs((0, reified_1.toBcs)(K), (0, reified_1.toBcs)(V)),
213
+ fromJSONField: (field) => VecMap.fromJSONField([K, V], field),
214
+ fromJSON: (json) => VecMap.fromJSON([K, V], json),
215
+ fromSuiParsedData: (content) => VecMap.fromSuiParsedData([K, V], content),
216
+ fromSuiObjectData: (content) => VecMap.fromSuiObjectData([K, V], content),
217
+ fetch: (client, id) => __awaiter(this, void 0, void 0, function* () { return VecMap.fetch(client, [K, V], id); }),
218
+ new: (fields) => {
219
+ return new VecMap([(0, reified_1.extractType)(K), (0, reified_1.extractType)(V)], fields);
220
+ },
221
+ kind: "StructClassReified",
222
+ };
223
+ }
224
+ static get r() {
225
+ return VecMap.reified;
226
+ }
227
+ static phantom(K, V) {
228
+ return (0, reified_1.phantom)(VecMap.reified(K, V));
229
+ }
230
+ static get p() {
231
+ return VecMap.phantom;
232
+ }
233
+ static get bcs() {
234
+ return (K, V) => bcs_1.bcs.struct(`VecMap<${K.name}, ${V.name}>`, {
235
+ contents: bcs_1.bcs.vector(Entry.bcs(K, V)),
236
+ });
237
+ }
238
+ static fromFields(typeArgs, fields) {
239
+ return VecMap.reified(typeArgs[0], typeArgs[1]).new({
240
+ contents: (0, reified_1.decodeFromFields)(reified.vector(Entry.reified(typeArgs[0], typeArgs[1])), fields.contents),
241
+ });
242
+ }
243
+ static fromFieldsWithTypes(typeArgs, item) {
244
+ if (!isVecMap(item.type)) {
245
+ throw new Error("not a VecMap type");
246
+ }
247
+ (0, reified_1.assertFieldsWithTypesArgsMatch)(item, typeArgs);
248
+ return VecMap.reified(typeArgs[0], typeArgs[1]).new({
249
+ contents: (0, reified_1.decodeFromFieldsWithTypes)(reified.vector(Entry.reified(typeArgs[0], typeArgs[1])), item.fields.contents),
250
+ });
251
+ }
252
+ static fromBcs(typeArgs, data) {
253
+ return VecMap.fromFields(typeArgs, VecMap.bcs((0, reified_1.toBcs)(typeArgs[0]), (0, reified_1.toBcs)(typeArgs[1])).parse(data));
254
+ }
255
+ toJSONField() {
256
+ return {
257
+ contents: (0, reified_1.fieldToJSON)(`vector<${Entry.$typeName}<${this.$typeArgs[0]}, ${this.$typeArgs[1]}>>`, this.contents),
258
+ };
259
+ }
260
+ toJSON() {
261
+ return Object.assign({ $typeName: this.$typeName, $typeArgs: this.$typeArgs }, this.toJSONField());
262
+ }
263
+ static fromJSONField(typeArgs, field) {
264
+ return VecMap.reified(typeArgs[0], typeArgs[1]).new({
265
+ contents: (0, reified_1.decodeFromJSONField)(reified.vector(Entry.reified(typeArgs[0], typeArgs[1])), field.contents),
266
+ });
267
+ }
268
+ static fromJSON(typeArgs, json) {
269
+ if (json.$typeName !== VecMap.$typeName) {
270
+ throw new Error("not a WithTwoGenerics json object");
271
+ }
272
+ (0, reified_1.assertReifiedTypeArgsMatch)((0, util_1.composeSuiType)(VecMap.$typeName, ...typeArgs.map(reified_1.extractType)), json.$typeArgs, typeArgs);
273
+ return VecMap.fromJSONField(typeArgs, json);
274
+ }
275
+ static fromSuiParsedData(typeArgs, content) {
276
+ if (content.dataType !== "moveObject") {
277
+ throw new Error("not an object");
278
+ }
279
+ if (!isVecMap(content.type)) {
280
+ throw new Error(`object at ${content.fields.id} is not a VecMap object`);
281
+ }
282
+ return VecMap.fromFieldsWithTypes(typeArgs, content);
283
+ }
284
+ static fromSuiObjectData(typeArgs, data) {
285
+ if (data.bcs) {
286
+ if (data.bcs.dataType !== "moveObject" || !isVecMap(data.bcs.type)) {
287
+ throw new Error(`object at is not a VecMap object`);
288
+ }
289
+ const gotTypeArgs = (0, util_1.parseTypeName)(data.bcs.type).typeArgs;
290
+ if (gotTypeArgs.length !== 2) {
291
+ throw new Error(`type argument mismatch: expected 2 type arguments but got ${gotTypeArgs.length}`);
292
+ }
293
+ for (let i = 0; i < 2; i++) {
294
+ const gotTypeArg = (0, util_1.compressSuiType)(gotTypeArgs[i]);
295
+ const expectedTypeArg = (0, util_1.compressSuiType)((0, reified_1.extractType)(typeArgs[i]));
296
+ if (gotTypeArg !== expectedTypeArg) {
297
+ throw new Error(`type argument mismatch at position ${i}: expected '${expectedTypeArg}' but got '${gotTypeArg}'`);
298
+ }
299
+ }
300
+ return VecMap.fromBcs(typeArgs, (0, utils_1.fromB64)(data.bcs.bcsBytes));
301
+ }
302
+ if (data.content) {
303
+ return VecMap.fromSuiParsedData(typeArgs, data.content);
304
+ }
305
+ throw new Error("Both `bcs` and `content` fields are missing from the data. Include `showBcs` or `showContent` in the request.");
306
+ }
307
+ static fetch(client, typeArgs, id) {
308
+ return __awaiter(this, void 0, void 0, function* () {
309
+ var _a, _b;
310
+ const res = yield client.getObject({ id, options: { showBcs: true } });
311
+ if (res.error) {
312
+ throw new Error(`error fetching VecMap object at id ${id}: ${res.error.code}`);
313
+ }
314
+ if (((_b = (_a = res.data) === null || _a === void 0 ? void 0 : _a.bcs) === null || _b === void 0 ? void 0 : _b.dataType) !== "moveObject" ||
315
+ !isVecMap(res.data.bcs.type)) {
316
+ throw new Error(`object at id ${id} is not a VecMap object`);
317
+ }
318
+ return VecMap.fromSuiObjectData(typeArgs, res.data);
319
+ });
320
+ }
321
+ }
322
+ exports.VecMap = VecMap;
323
+ VecMap.$typeName = `${index_1.PKG_V28}::vec_map::VecMap`;
324
+ VecMap.$numTypeParams = 2;
325
+ VecMap.$isPhantom = [false, false];
@@ -0,0 +1,3 @@
1
+ export declare const PACKAGE_ID = "0x3";
2
+ export declare const PUBLISHED_AT = "0x3";
3
+ export declare const PKG_V16 = "0x3";
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PKG_V16 = exports.PUBLISHED_AT = exports.PACKAGE_ID = void 0;
4
+ exports.PACKAGE_ID = "0x3";
5
+ exports.PUBLISHED_AT = "0x3";
6
+ exports.PKG_V16 = "0x3";