@latticexyz/world 2.2.18-9fa07c8489f1fbf167d0db01cd9aaa645a29c8e2 → 2.2.18-c2ad22c7feb566e1731ff16e8be291746bdffb3e
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/IBaseWorld.abi-SGUPOG6A.js +2 -0
- package/dist/{IBaseWorld.abi-S745M2QE.js.map → IBaseWorld.abi-SGUPOG6A.js.map} +1 -1
- package/dist/System.abi-D2D3OAI5.js +2 -0
- package/dist/{System.abi-UHI2DJK6.js.map → System.abi-D2D3OAI5.js.map} +1 -1
- package/dist/chunk-AJUHOWGE.js +2 -0
- package/dist/{chunk-S5LARYWY.js.map → chunk-AJUHOWGE.js.map} +1 -1
- package/dist/chunk-CGF3NYHC.js +2 -0
- package/dist/chunk-CGF3NYHC.js.map +1 -0
- package/dist/chunk-DIHBEOC2.js +2 -0
- package/dist/{chunk-TL2M3LZH.js.map → chunk-DIHBEOC2.js.map} +1 -1
- package/dist/chunk-FW4363Y4.js +2 -0
- package/dist/index.js +1 -20
- package/dist/index.js.map +1 -1
- package/dist/internal.js +3 -318
- package/dist/internal.js.map +1 -1
- package/dist/mud.config.js +1 -11
- package/dist/node.js +102 -7328
- package/dist/node.js.map +1 -1
- package/package.json +14 -49
- package/dist/IBaseWorld.abi-S745M2QE.js +0 -2015
- package/dist/System.abi-UHI2DJK6.js +0 -67
- package/dist/chunk-AAKXFFCU.js +0 -158
- package/dist/chunk-AAKXFFCU.js.map +0 -1
- package/dist/chunk-AAWFTQHP.js +0 -35
- package/dist/chunk-S5LARYWY.js +0 -136
- package/dist/chunk-TL2M3LZH.js +0 -119
- package/dist/dynamicResolution-AmVd5Qtd.d.cts +0 -161
- package/dist/index.cjs +0 -241
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.cts +0 -11
- package/dist/internal.cjs +0 -656
- package/dist/internal.cjs.map +0 -1
- package/dist/internal.d.cts +0 -169
- package/dist/mud.config.cjs +0 -357
- package/dist/mud.config.cjs.map +0 -1
- package/dist/mud.config.d.cts +0 -869
- package/dist/node.cjs +0 -9599
- package/dist/node.cjs.map +0 -1
- package/dist/node.d.cts +0 -131
- package/dist/world-DUniZQxy.d.cts +0 -266
- /package/dist/{chunk-AAWFTQHP.js.map → chunk-FW4363Y4.js.map} +0 -0
package/dist/mud.config.d.cts
DELETED
@@ -1,869 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @internal
|
3
|
-
*/
|
4
|
-
declare const configInput: {
|
5
|
-
readonly namespace: "world";
|
6
|
-
readonly codegen: {
|
7
|
-
readonly worldImportPath: "./src";
|
8
|
-
readonly worldgenDirectory: "interfaces";
|
9
|
-
readonly worldInterfaceName: "IBaseWorld";
|
10
|
-
};
|
11
|
-
readonly userTypes: {
|
12
|
-
readonly ResourceId: {
|
13
|
-
readonly filePath: "@latticexyz/store/src/ResourceId.sol";
|
14
|
-
readonly type: "bytes32";
|
15
|
-
};
|
16
|
-
};
|
17
|
-
readonly tables: {
|
18
|
-
readonly NamespaceOwner: {
|
19
|
-
readonly schema: {
|
20
|
-
readonly namespaceId: "ResourceId";
|
21
|
-
readonly owner: "address";
|
22
|
-
};
|
23
|
-
readonly key: readonly ["namespaceId"];
|
24
|
-
};
|
25
|
-
readonly ResourceAccess: {
|
26
|
-
readonly schema: {
|
27
|
-
readonly resourceId: "ResourceId";
|
28
|
-
readonly caller: "address";
|
29
|
-
readonly access: "bool";
|
30
|
-
};
|
31
|
-
readonly key: readonly ["resourceId", "caller"];
|
32
|
-
};
|
33
|
-
readonly InstalledModules: {
|
34
|
-
readonly schema: {
|
35
|
-
readonly moduleAddress: "address";
|
36
|
-
readonly argumentsHash: "bytes32";
|
37
|
-
readonly isInstalled: "bool";
|
38
|
-
};
|
39
|
-
readonly key: readonly ["moduleAddress", "argumentsHash"];
|
40
|
-
};
|
41
|
-
readonly UserDelegationControl: {
|
42
|
-
readonly schema: {
|
43
|
-
readonly delegator: "address";
|
44
|
-
readonly delegatee: "address";
|
45
|
-
readonly delegationControlId: "ResourceId";
|
46
|
-
};
|
47
|
-
readonly key: readonly ["delegator", "delegatee"];
|
48
|
-
};
|
49
|
-
readonly NamespaceDelegationControl: {
|
50
|
-
readonly schema: {
|
51
|
-
readonly namespaceId: "ResourceId";
|
52
|
-
readonly delegationControlId: "ResourceId";
|
53
|
-
};
|
54
|
-
readonly key: readonly ["namespaceId"];
|
55
|
-
};
|
56
|
-
readonly Balances: {
|
57
|
-
readonly schema: {
|
58
|
-
readonly namespaceId: "ResourceId";
|
59
|
-
readonly balance: "uint256";
|
60
|
-
};
|
61
|
-
readonly key: readonly ["namespaceId"];
|
62
|
-
};
|
63
|
-
readonly Systems: {
|
64
|
-
readonly schema: {
|
65
|
-
readonly systemId: "ResourceId";
|
66
|
-
readonly system: "address";
|
67
|
-
readonly publicAccess: "bool";
|
68
|
-
};
|
69
|
-
readonly key: readonly ["systemId"];
|
70
|
-
readonly codegen: {
|
71
|
-
readonly dataStruct: false;
|
72
|
-
};
|
73
|
-
};
|
74
|
-
readonly SystemRegistry: {
|
75
|
-
readonly schema: {
|
76
|
-
readonly system: "address";
|
77
|
-
readonly systemId: "ResourceId";
|
78
|
-
};
|
79
|
-
readonly key: readonly ["system"];
|
80
|
-
};
|
81
|
-
readonly SystemHooks: {
|
82
|
-
readonly schema: {
|
83
|
-
readonly systemId: "ResourceId";
|
84
|
-
readonly value: "bytes21[]";
|
85
|
-
};
|
86
|
-
readonly key: readonly ["systemId"];
|
87
|
-
};
|
88
|
-
readonly FunctionSelectors: {
|
89
|
-
readonly schema: {
|
90
|
-
readonly worldFunctionSelector: "bytes4";
|
91
|
-
readonly systemId: "ResourceId";
|
92
|
-
readonly systemFunctionSelector: "bytes4";
|
93
|
-
};
|
94
|
-
readonly key: readonly ["worldFunctionSelector"];
|
95
|
-
readonly codegen: {
|
96
|
-
readonly dataStruct: false;
|
97
|
-
};
|
98
|
-
};
|
99
|
-
readonly FunctionSignatures: {
|
100
|
-
readonly type: "offchainTable";
|
101
|
-
readonly schema: {
|
102
|
-
readonly functionSelector: "bytes4";
|
103
|
-
readonly functionSignature: "string";
|
104
|
-
};
|
105
|
-
readonly key: readonly ["functionSelector"];
|
106
|
-
};
|
107
|
-
readonly InitModuleAddress: {
|
108
|
-
readonly schema: {
|
109
|
-
readonly value: "address";
|
110
|
-
};
|
111
|
-
readonly key: readonly [];
|
112
|
-
};
|
113
|
-
};
|
114
|
-
readonly excludeSystems: readonly ["StoreRegistrationSystem"];
|
115
|
-
};
|
116
|
-
declare const _default: {
|
117
|
-
readonly namespace: string;
|
118
|
-
readonly codegen: {
|
119
|
-
readonly storeImportPath: "@latticexyz/store/src";
|
120
|
-
readonly userTypesFilename: "common.sol";
|
121
|
-
readonly outputDirectory: "codegen";
|
122
|
-
readonly indexFilename: "index.sol";
|
123
|
-
readonly worldInterfaceName: "IBaseWorld";
|
124
|
-
readonly worldgenDirectory: "interfaces";
|
125
|
-
readonly worldImportPath: "./src";
|
126
|
-
} & {
|
127
|
-
readonly worldInterfaceName: "IBaseWorld";
|
128
|
-
readonly worldgenDirectory: "interfaces";
|
129
|
-
readonly systemLibrariesDirectory: "systems";
|
130
|
-
readonly generateSystemLibraries: false;
|
131
|
-
readonly worldImportPath: "./src";
|
132
|
-
};
|
133
|
-
readonly userTypes: {
|
134
|
-
readonly ResourceId: {
|
135
|
-
readonly filePath: "@latticexyz/store/src/ResourceId.sol";
|
136
|
-
readonly type: "bytes32";
|
137
|
-
};
|
138
|
-
};
|
139
|
-
readonly tables: {
|
140
|
-
readonly world__NamespaceOwner: {
|
141
|
-
readonly label: "NamespaceOwner";
|
142
|
-
readonly namespaceLabel: "world";
|
143
|
-
readonly type: "table";
|
144
|
-
readonly namespace: string;
|
145
|
-
readonly name: string;
|
146
|
-
readonly tableId: `0x${string}`;
|
147
|
-
readonly schema: {
|
148
|
-
readonly namespaceId: {
|
149
|
-
readonly type: "bytes32";
|
150
|
-
readonly internalType: "ResourceId";
|
151
|
-
};
|
152
|
-
readonly owner: {
|
153
|
-
readonly type: "address";
|
154
|
-
readonly internalType: "address";
|
155
|
-
};
|
156
|
-
};
|
157
|
-
readonly key: readonly ["namespaceId"];
|
158
|
-
readonly codegen: {
|
159
|
-
readonly outputDirectory: string;
|
160
|
-
readonly tableIdArgument: false;
|
161
|
-
readonly storeArgument: false;
|
162
|
-
readonly dataStruct: boolean;
|
163
|
-
};
|
164
|
-
readonly deploy: {
|
165
|
-
readonly disabled: false;
|
166
|
-
};
|
167
|
-
};
|
168
|
-
readonly world__ResourceAccess: {
|
169
|
-
readonly label: "ResourceAccess";
|
170
|
-
readonly namespaceLabel: "world";
|
171
|
-
readonly type: "table";
|
172
|
-
readonly namespace: string;
|
173
|
-
readonly name: string;
|
174
|
-
readonly tableId: `0x${string}`;
|
175
|
-
readonly schema: {
|
176
|
-
readonly resourceId: {
|
177
|
-
readonly type: "bytes32";
|
178
|
-
readonly internalType: "ResourceId";
|
179
|
-
};
|
180
|
-
readonly caller: {
|
181
|
-
readonly type: "address";
|
182
|
-
readonly internalType: "address";
|
183
|
-
};
|
184
|
-
readonly access: {
|
185
|
-
readonly type: "bool";
|
186
|
-
readonly internalType: "bool";
|
187
|
-
};
|
188
|
-
};
|
189
|
-
readonly key: readonly ["resourceId", "caller"];
|
190
|
-
readonly codegen: {
|
191
|
-
readonly outputDirectory: string;
|
192
|
-
readonly tableIdArgument: false;
|
193
|
-
readonly storeArgument: false;
|
194
|
-
readonly dataStruct: boolean;
|
195
|
-
};
|
196
|
-
readonly deploy: {
|
197
|
-
readonly disabled: false;
|
198
|
-
};
|
199
|
-
};
|
200
|
-
readonly world__InstalledModules: {
|
201
|
-
readonly label: "InstalledModules";
|
202
|
-
readonly namespaceLabel: "world";
|
203
|
-
readonly type: "table";
|
204
|
-
readonly namespace: string;
|
205
|
-
readonly name: string;
|
206
|
-
readonly tableId: `0x${string}`;
|
207
|
-
readonly schema: {
|
208
|
-
readonly moduleAddress: {
|
209
|
-
readonly type: "address";
|
210
|
-
readonly internalType: "address";
|
211
|
-
};
|
212
|
-
readonly argumentsHash: {
|
213
|
-
readonly type: "bytes32";
|
214
|
-
readonly internalType: "bytes32";
|
215
|
-
};
|
216
|
-
readonly isInstalled: {
|
217
|
-
readonly type: "bool";
|
218
|
-
readonly internalType: "bool";
|
219
|
-
};
|
220
|
-
};
|
221
|
-
readonly key: readonly ["moduleAddress", "argumentsHash"];
|
222
|
-
readonly codegen: {
|
223
|
-
readonly outputDirectory: string;
|
224
|
-
readonly tableIdArgument: false;
|
225
|
-
readonly storeArgument: false;
|
226
|
-
readonly dataStruct: boolean;
|
227
|
-
};
|
228
|
-
readonly deploy: {
|
229
|
-
readonly disabled: false;
|
230
|
-
};
|
231
|
-
};
|
232
|
-
readonly world__UserDelegationControl: {
|
233
|
-
readonly label: "UserDelegationControl";
|
234
|
-
readonly namespaceLabel: "world";
|
235
|
-
readonly type: "table";
|
236
|
-
readonly namespace: string;
|
237
|
-
readonly name: string;
|
238
|
-
readonly tableId: `0x${string}`;
|
239
|
-
readonly schema: {
|
240
|
-
readonly delegator: {
|
241
|
-
readonly type: "address";
|
242
|
-
readonly internalType: "address";
|
243
|
-
};
|
244
|
-
readonly delegatee: {
|
245
|
-
readonly type: "address";
|
246
|
-
readonly internalType: "address";
|
247
|
-
};
|
248
|
-
readonly delegationControlId: {
|
249
|
-
readonly type: "bytes32";
|
250
|
-
readonly internalType: "ResourceId";
|
251
|
-
};
|
252
|
-
};
|
253
|
-
readonly key: readonly ["delegator", "delegatee"];
|
254
|
-
readonly codegen: {
|
255
|
-
readonly outputDirectory: string;
|
256
|
-
readonly tableIdArgument: false;
|
257
|
-
readonly storeArgument: false;
|
258
|
-
readonly dataStruct: boolean;
|
259
|
-
};
|
260
|
-
readonly deploy: {
|
261
|
-
readonly disabled: false;
|
262
|
-
};
|
263
|
-
};
|
264
|
-
readonly world__NamespaceDelegationControl: {
|
265
|
-
readonly label: "NamespaceDelegationControl";
|
266
|
-
readonly namespaceLabel: "world";
|
267
|
-
readonly type: "table";
|
268
|
-
readonly namespace: string;
|
269
|
-
readonly name: string;
|
270
|
-
readonly tableId: `0x${string}`;
|
271
|
-
readonly schema: {
|
272
|
-
readonly namespaceId: {
|
273
|
-
readonly type: "bytes32";
|
274
|
-
readonly internalType: "ResourceId";
|
275
|
-
};
|
276
|
-
readonly delegationControlId: {
|
277
|
-
readonly type: "bytes32";
|
278
|
-
readonly internalType: "ResourceId";
|
279
|
-
};
|
280
|
-
};
|
281
|
-
readonly key: readonly ["namespaceId"];
|
282
|
-
readonly codegen: {
|
283
|
-
readonly outputDirectory: string;
|
284
|
-
readonly tableIdArgument: false;
|
285
|
-
readonly storeArgument: false;
|
286
|
-
readonly dataStruct: boolean;
|
287
|
-
};
|
288
|
-
readonly deploy: {
|
289
|
-
readonly disabled: false;
|
290
|
-
};
|
291
|
-
};
|
292
|
-
readonly world__Balances: {
|
293
|
-
readonly label: "Balances";
|
294
|
-
readonly namespaceLabel: "world";
|
295
|
-
readonly type: "table";
|
296
|
-
readonly namespace: string;
|
297
|
-
readonly name: string;
|
298
|
-
readonly tableId: `0x${string}`;
|
299
|
-
readonly schema: {
|
300
|
-
readonly namespaceId: {
|
301
|
-
readonly type: "bytes32";
|
302
|
-
readonly internalType: "ResourceId";
|
303
|
-
};
|
304
|
-
readonly balance: {
|
305
|
-
readonly type: "uint256";
|
306
|
-
readonly internalType: "uint256";
|
307
|
-
};
|
308
|
-
};
|
309
|
-
readonly key: readonly ["namespaceId"];
|
310
|
-
readonly codegen: {
|
311
|
-
readonly outputDirectory: string;
|
312
|
-
readonly tableIdArgument: false;
|
313
|
-
readonly storeArgument: false;
|
314
|
-
readonly dataStruct: boolean;
|
315
|
-
};
|
316
|
-
readonly deploy: {
|
317
|
-
readonly disabled: false;
|
318
|
-
};
|
319
|
-
};
|
320
|
-
readonly world__Systems: {
|
321
|
-
readonly label: "Systems";
|
322
|
-
readonly namespaceLabel: "world";
|
323
|
-
readonly type: "table";
|
324
|
-
readonly namespace: string;
|
325
|
-
readonly name: string;
|
326
|
-
readonly tableId: `0x${string}`;
|
327
|
-
readonly schema: {
|
328
|
-
readonly systemId: {
|
329
|
-
readonly type: "bytes32";
|
330
|
-
readonly internalType: "ResourceId";
|
331
|
-
};
|
332
|
-
readonly system: {
|
333
|
-
readonly type: "address";
|
334
|
-
readonly internalType: "address";
|
335
|
-
};
|
336
|
-
readonly publicAccess: {
|
337
|
-
readonly type: "bool";
|
338
|
-
readonly internalType: "bool";
|
339
|
-
};
|
340
|
-
};
|
341
|
-
readonly key: readonly ["systemId"];
|
342
|
-
readonly codegen: {
|
343
|
-
readonly outputDirectory: string;
|
344
|
-
readonly tableIdArgument: false;
|
345
|
-
readonly storeArgument: false;
|
346
|
-
readonly dataStruct: false;
|
347
|
-
};
|
348
|
-
readonly deploy: {
|
349
|
-
readonly disabled: false;
|
350
|
-
};
|
351
|
-
};
|
352
|
-
readonly world__SystemRegistry: {
|
353
|
-
readonly label: "SystemRegistry";
|
354
|
-
readonly namespaceLabel: "world";
|
355
|
-
readonly type: "table";
|
356
|
-
readonly namespace: string;
|
357
|
-
readonly name: string;
|
358
|
-
readonly tableId: `0x${string}`;
|
359
|
-
readonly schema: {
|
360
|
-
readonly system: {
|
361
|
-
readonly type: "address";
|
362
|
-
readonly internalType: "address";
|
363
|
-
};
|
364
|
-
readonly systemId: {
|
365
|
-
readonly type: "bytes32";
|
366
|
-
readonly internalType: "ResourceId";
|
367
|
-
};
|
368
|
-
};
|
369
|
-
readonly key: readonly ["system"];
|
370
|
-
readonly codegen: {
|
371
|
-
readonly outputDirectory: string;
|
372
|
-
readonly tableIdArgument: false;
|
373
|
-
readonly storeArgument: false;
|
374
|
-
readonly dataStruct: boolean;
|
375
|
-
};
|
376
|
-
readonly deploy: {
|
377
|
-
readonly disabled: false;
|
378
|
-
};
|
379
|
-
};
|
380
|
-
readonly world__SystemHooks: {
|
381
|
-
readonly label: "SystemHooks";
|
382
|
-
readonly namespaceLabel: "world";
|
383
|
-
readonly type: "table";
|
384
|
-
readonly namespace: string;
|
385
|
-
readonly name: string;
|
386
|
-
readonly tableId: `0x${string}`;
|
387
|
-
readonly schema: {
|
388
|
-
readonly systemId: {
|
389
|
-
readonly type: "bytes32";
|
390
|
-
readonly internalType: "ResourceId";
|
391
|
-
};
|
392
|
-
readonly value: {
|
393
|
-
readonly type: "bytes21[]";
|
394
|
-
readonly internalType: "bytes21[]";
|
395
|
-
};
|
396
|
-
};
|
397
|
-
readonly key: readonly ["systemId"];
|
398
|
-
readonly codegen: {
|
399
|
-
readonly outputDirectory: string;
|
400
|
-
readonly tableIdArgument: false;
|
401
|
-
readonly storeArgument: false;
|
402
|
-
readonly dataStruct: boolean;
|
403
|
-
};
|
404
|
-
readonly deploy: {
|
405
|
-
readonly disabled: false;
|
406
|
-
};
|
407
|
-
};
|
408
|
-
readonly world__FunctionSelectors: {
|
409
|
-
readonly label: "FunctionSelectors";
|
410
|
-
readonly namespaceLabel: "world";
|
411
|
-
readonly type: "table";
|
412
|
-
readonly namespace: string;
|
413
|
-
readonly name: string;
|
414
|
-
readonly tableId: `0x${string}`;
|
415
|
-
readonly schema: {
|
416
|
-
readonly worldFunctionSelector: {
|
417
|
-
readonly type: "bytes4";
|
418
|
-
readonly internalType: "bytes4";
|
419
|
-
};
|
420
|
-
readonly systemId: {
|
421
|
-
readonly type: "bytes32";
|
422
|
-
readonly internalType: "ResourceId";
|
423
|
-
};
|
424
|
-
readonly systemFunctionSelector: {
|
425
|
-
readonly type: "bytes4";
|
426
|
-
readonly internalType: "bytes4";
|
427
|
-
};
|
428
|
-
};
|
429
|
-
readonly key: readonly ["worldFunctionSelector"];
|
430
|
-
readonly codegen: {
|
431
|
-
readonly outputDirectory: string;
|
432
|
-
readonly tableIdArgument: false;
|
433
|
-
readonly storeArgument: false;
|
434
|
-
readonly dataStruct: false;
|
435
|
-
};
|
436
|
-
readonly deploy: {
|
437
|
-
readonly disabled: false;
|
438
|
-
};
|
439
|
-
};
|
440
|
-
readonly world__FunctionSignatures: {
|
441
|
-
readonly label: "FunctionSignatures";
|
442
|
-
readonly namespaceLabel: "world";
|
443
|
-
readonly type: "offchainTable";
|
444
|
-
readonly namespace: string;
|
445
|
-
readonly name: string;
|
446
|
-
readonly tableId: `0x${string}`;
|
447
|
-
readonly schema: {
|
448
|
-
readonly functionSelector: {
|
449
|
-
readonly type: "bytes4";
|
450
|
-
readonly internalType: "bytes4";
|
451
|
-
};
|
452
|
-
readonly functionSignature: {
|
453
|
-
readonly type: "string";
|
454
|
-
readonly internalType: "string";
|
455
|
-
};
|
456
|
-
};
|
457
|
-
readonly key: readonly ["functionSelector"];
|
458
|
-
readonly codegen: {
|
459
|
-
readonly outputDirectory: string;
|
460
|
-
readonly tableIdArgument: false;
|
461
|
-
readonly storeArgument: false;
|
462
|
-
readonly dataStruct: boolean;
|
463
|
-
};
|
464
|
-
readonly deploy: {
|
465
|
-
readonly disabled: false;
|
466
|
-
};
|
467
|
-
};
|
468
|
-
readonly world__InitModuleAddress: {
|
469
|
-
readonly label: "InitModuleAddress";
|
470
|
-
readonly namespaceLabel: "world";
|
471
|
-
readonly type: "table";
|
472
|
-
readonly namespace: string;
|
473
|
-
readonly name: string;
|
474
|
-
readonly tableId: `0x${string}`;
|
475
|
-
readonly schema: {
|
476
|
-
readonly value: {
|
477
|
-
readonly type: "address";
|
478
|
-
readonly internalType: "address";
|
479
|
-
};
|
480
|
-
};
|
481
|
-
readonly key: readonly [];
|
482
|
-
readonly codegen: {
|
483
|
-
readonly outputDirectory: string;
|
484
|
-
readonly tableIdArgument: false;
|
485
|
-
readonly storeArgument: false;
|
486
|
-
readonly dataStruct: boolean;
|
487
|
-
};
|
488
|
-
readonly deploy: {
|
489
|
-
readonly disabled: false;
|
490
|
-
};
|
491
|
-
};
|
492
|
-
};
|
493
|
-
readonly sourceDirectory: "src";
|
494
|
-
readonly enums: {};
|
495
|
-
readonly multipleNamespaces: false;
|
496
|
-
readonly enumValues: {};
|
497
|
-
readonly namespaces: {
|
498
|
-
readonly world: {
|
499
|
-
readonly label: "world";
|
500
|
-
readonly namespace: string;
|
501
|
-
readonly tables: {
|
502
|
-
readonly NamespaceOwner: {
|
503
|
-
readonly label: "NamespaceOwner";
|
504
|
-
readonly namespaceLabel: "world";
|
505
|
-
readonly type: "table";
|
506
|
-
readonly namespace: string;
|
507
|
-
readonly name: string;
|
508
|
-
readonly tableId: `0x${string}`;
|
509
|
-
readonly schema: {
|
510
|
-
readonly namespaceId: {
|
511
|
-
readonly type: "bytes32";
|
512
|
-
readonly internalType: "ResourceId";
|
513
|
-
};
|
514
|
-
readonly owner: {
|
515
|
-
readonly type: "address";
|
516
|
-
readonly internalType: "address";
|
517
|
-
};
|
518
|
-
};
|
519
|
-
readonly key: readonly ["namespaceId"];
|
520
|
-
readonly codegen: {
|
521
|
-
readonly outputDirectory: string;
|
522
|
-
readonly tableIdArgument: false;
|
523
|
-
readonly storeArgument: false;
|
524
|
-
readonly dataStruct: boolean;
|
525
|
-
};
|
526
|
-
readonly deploy: {
|
527
|
-
readonly disabled: false;
|
528
|
-
};
|
529
|
-
};
|
530
|
-
readonly ResourceAccess: {
|
531
|
-
readonly label: "ResourceAccess";
|
532
|
-
readonly namespaceLabel: "world";
|
533
|
-
readonly type: "table";
|
534
|
-
readonly namespace: string;
|
535
|
-
readonly name: string;
|
536
|
-
readonly tableId: `0x${string}`;
|
537
|
-
readonly schema: {
|
538
|
-
readonly resourceId: {
|
539
|
-
readonly type: "bytes32";
|
540
|
-
readonly internalType: "ResourceId";
|
541
|
-
};
|
542
|
-
readonly caller: {
|
543
|
-
readonly type: "address";
|
544
|
-
readonly internalType: "address";
|
545
|
-
};
|
546
|
-
readonly access: {
|
547
|
-
readonly type: "bool";
|
548
|
-
readonly internalType: "bool";
|
549
|
-
};
|
550
|
-
};
|
551
|
-
readonly key: readonly ["resourceId", "caller"];
|
552
|
-
readonly codegen: {
|
553
|
-
readonly outputDirectory: string;
|
554
|
-
readonly tableIdArgument: false;
|
555
|
-
readonly storeArgument: false;
|
556
|
-
readonly dataStruct: boolean;
|
557
|
-
};
|
558
|
-
readonly deploy: {
|
559
|
-
readonly disabled: false;
|
560
|
-
};
|
561
|
-
};
|
562
|
-
readonly InstalledModules: {
|
563
|
-
readonly label: "InstalledModules";
|
564
|
-
readonly namespaceLabel: "world";
|
565
|
-
readonly type: "table";
|
566
|
-
readonly namespace: string;
|
567
|
-
readonly name: string;
|
568
|
-
readonly tableId: `0x${string}`;
|
569
|
-
readonly schema: {
|
570
|
-
readonly moduleAddress: {
|
571
|
-
readonly type: "address";
|
572
|
-
readonly internalType: "address";
|
573
|
-
};
|
574
|
-
readonly argumentsHash: {
|
575
|
-
readonly type: "bytes32";
|
576
|
-
readonly internalType: "bytes32";
|
577
|
-
};
|
578
|
-
readonly isInstalled: {
|
579
|
-
readonly type: "bool";
|
580
|
-
readonly internalType: "bool";
|
581
|
-
};
|
582
|
-
};
|
583
|
-
readonly key: readonly ["moduleAddress", "argumentsHash"];
|
584
|
-
readonly codegen: {
|
585
|
-
readonly outputDirectory: string;
|
586
|
-
readonly tableIdArgument: false;
|
587
|
-
readonly storeArgument: false;
|
588
|
-
readonly dataStruct: boolean;
|
589
|
-
};
|
590
|
-
readonly deploy: {
|
591
|
-
readonly disabled: false;
|
592
|
-
};
|
593
|
-
};
|
594
|
-
readonly UserDelegationControl: {
|
595
|
-
readonly label: "UserDelegationControl";
|
596
|
-
readonly namespaceLabel: "world";
|
597
|
-
readonly type: "table";
|
598
|
-
readonly namespace: string;
|
599
|
-
readonly name: string;
|
600
|
-
readonly tableId: `0x${string}`;
|
601
|
-
readonly schema: {
|
602
|
-
readonly delegator: {
|
603
|
-
readonly type: "address";
|
604
|
-
readonly internalType: "address";
|
605
|
-
};
|
606
|
-
readonly delegatee: {
|
607
|
-
readonly type: "address";
|
608
|
-
readonly internalType: "address";
|
609
|
-
};
|
610
|
-
readonly delegationControlId: {
|
611
|
-
readonly type: "bytes32";
|
612
|
-
readonly internalType: "ResourceId";
|
613
|
-
};
|
614
|
-
};
|
615
|
-
readonly key: readonly ["delegator", "delegatee"];
|
616
|
-
readonly codegen: {
|
617
|
-
readonly outputDirectory: string;
|
618
|
-
readonly tableIdArgument: false;
|
619
|
-
readonly storeArgument: false;
|
620
|
-
readonly dataStruct: boolean;
|
621
|
-
};
|
622
|
-
readonly deploy: {
|
623
|
-
readonly disabled: false;
|
624
|
-
};
|
625
|
-
};
|
626
|
-
readonly NamespaceDelegationControl: {
|
627
|
-
readonly label: "NamespaceDelegationControl";
|
628
|
-
readonly namespaceLabel: "world";
|
629
|
-
readonly type: "table";
|
630
|
-
readonly namespace: string;
|
631
|
-
readonly name: string;
|
632
|
-
readonly tableId: `0x${string}`;
|
633
|
-
readonly schema: {
|
634
|
-
readonly namespaceId: {
|
635
|
-
readonly type: "bytes32";
|
636
|
-
readonly internalType: "ResourceId";
|
637
|
-
};
|
638
|
-
readonly delegationControlId: {
|
639
|
-
readonly type: "bytes32";
|
640
|
-
readonly internalType: "ResourceId";
|
641
|
-
};
|
642
|
-
};
|
643
|
-
readonly key: readonly ["namespaceId"];
|
644
|
-
readonly codegen: {
|
645
|
-
readonly outputDirectory: string;
|
646
|
-
readonly tableIdArgument: false;
|
647
|
-
readonly storeArgument: false;
|
648
|
-
readonly dataStruct: boolean;
|
649
|
-
};
|
650
|
-
readonly deploy: {
|
651
|
-
readonly disabled: false;
|
652
|
-
};
|
653
|
-
};
|
654
|
-
readonly Balances: {
|
655
|
-
readonly label: "Balances";
|
656
|
-
readonly namespaceLabel: "world";
|
657
|
-
readonly type: "table";
|
658
|
-
readonly namespace: string;
|
659
|
-
readonly name: string;
|
660
|
-
readonly tableId: `0x${string}`;
|
661
|
-
readonly schema: {
|
662
|
-
readonly namespaceId: {
|
663
|
-
readonly type: "bytes32";
|
664
|
-
readonly internalType: "ResourceId";
|
665
|
-
};
|
666
|
-
readonly balance: {
|
667
|
-
readonly type: "uint256";
|
668
|
-
readonly internalType: "uint256";
|
669
|
-
};
|
670
|
-
};
|
671
|
-
readonly key: readonly ["namespaceId"];
|
672
|
-
readonly codegen: {
|
673
|
-
readonly outputDirectory: string;
|
674
|
-
readonly tableIdArgument: false;
|
675
|
-
readonly storeArgument: false;
|
676
|
-
readonly dataStruct: boolean;
|
677
|
-
};
|
678
|
-
readonly deploy: {
|
679
|
-
readonly disabled: false;
|
680
|
-
};
|
681
|
-
};
|
682
|
-
readonly Systems: {
|
683
|
-
readonly label: "Systems";
|
684
|
-
readonly namespaceLabel: "world";
|
685
|
-
readonly type: "table";
|
686
|
-
readonly namespace: string;
|
687
|
-
readonly name: string;
|
688
|
-
readonly tableId: `0x${string}`;
|
689
|
-
readonly schema: {
|
690
|
-
readonly systemId: {
|
691
|
-
readonly type: "bytes32";
|
692
|
-
readonly internalType: "ResourceId";
|
693
|
-
};
|
694
|
-
readonly system: {
|
695
|
-
readonly type: "address";
|
696
|
-
readonly internalType: "address";
|
697
|
-
};
|
698
|
-
readonly publicAccess: {
|
699
|
-
readonly type: "bool";
|
700
|
-
readonly internalType: "bool";
|
701
|
-
};
|
702
|
-
};
|
703
|
-
readonly key: readonly ["systemId"];
|
704
|
-
readonly codegen: {
|
705
|
-
readonly outputDirectory: string;
|
706
|
-
readonly tableIdArgument: false;
|
707
|
-
readonly storeArgument: false;
|
708
|
-
readonly dataStruct: false;
|
709
|
-
};
|
710
|
-
readonly deploy: {
|
711
|
-
readonly disabled: false;
|
712
|
-
};
|
713
|
-
};
|
714
|
-
readonly SystemRegistry: {
|
715
|
-
readonly label: "SystemRegistry";
|
716
|
-
readonly namespaceLabel: "world";
|
717
|
-
readonly type: "table";
|
718
|
-
readonly namespace: string;
|
719
|
-
readonly name: string;
|
720
|
-
readonly tableId: `0x${string}`;
|
721
|
-
readonly schema: {
|
722
|
-
readonly system: {
|
723
|
-
readonly type: "address";
|
724
|
-
readonly internalType: "address";
|
725
|
-
};
|
726
|
-
readonly systemId: {
|
727
|
-
readonly type: "bytes32";
|
728
|
-
readonly internalType: "ResourceId";
|
729
|
-
};
|
730
|
-
};
|
731
|
-
readonly key: readonly ["system"];
|
732
|
-
readonly codegen: {
|
733
|
-
readonly outputDirectory: string;
|
734
|
-
readonly tableIdArgument: false;
|
735
|
-
readonly storeArgument: false;
|
736
|
-
readonly dataStruct: boolean;
|
737
|
-
};
|
738
|
-
readonly deploy: {
|
739
|
-
readonly disabled: false;
|
740
|
-
};
|
741
|
-
};
|
742
|
-
readonly SystemHooks: {
|
743
|
-
readonly label: "SystemHooks";
|
744
|
-
readonly namespaceLabel: "world";
|
745
|
-
readonly type: "table";
|
746
|
-
readonly namespace: string;
|
747
|
-
readonly name: string;
|
748
|
-
readonly tableId: `0x${string}`;
|
749
|
-
readonly schema: {
|
750
|
-
readonly systemId: {
|
751
|
-
readonly type: "bytes32";
|
752
|
-
readonly internalType: "ResourceId";
|
753
|
-
};
|
754
|
-
readonly value: {
|
755
|
-
readonly type: "bytes21[]";
|
756
|
-
readonly internalType: "bytes21[]";
|
757
|
-
};
|
758
|
-
};
|
759
|
-
readonly key: readonly ["systemId"];
|
760
|
-
readonly codegen: {
|
761
|
-
readonly outputDirectory: string;
|
762
|
-
readonly tableIdArgument: false;
|
763
|
-
readonly storeArgument: false;
|
764
|
-
readonly dataStruct: boolean;
|
765
|
-
};
|
766
|
-
readonly deploy: {
|
767
|
-
readonly disabled: false;
|
768
|
-
};
|
769
|
-
};
|
770
|
-
readonly FunctionSelectors: {
|
771
|
-
readonly label: "FunctionSelectors";
|
772
|
-
readonly namespaceLabel: "world";
|
773
|
-
readonly type: "table";
|
774
|
-
readonly namespace: string;
|
775
|
-
readonly name: string;
|
776
|
-
readonly tableId: `0x${string}`;
|
777
|
-
readonly schema: {
|
778
|
-
readonly worldFunctionSelector: {
|
779
|
-
readonly type: "bytes4";
|
780
|
-
readonly internalType: "bytes4";
|
781
|
-
};
|
782
|
-
readonly systemId: {
|
783
|
-
readonly type: "bytes32";
|
784
|
-
readonly internalType: "ResourceId";
|
785
|
-
};
|
786
|
-
readonly systemFunctionSelector: {
|
787
|
-
readonly type: "bytes4";
|
788
|
-
readonly internalType: "bytes4";
|
789
|
-
};
|
790
|
-
};
|
791
|
-
readonly key: readonly ["worldFunctionSelector"];
|
792
|
-
readonly codegen: {
|
793
|
-
readonly outputDirectory: string;
|
794
|
-
readonly tableIdArgument: false;
|
795
|
-
readonly storeArgument: false;
|
796
|
-
readonly dataStruct: false;
|
797
|
-
};
|
798
|
-
readonly deploy: {
|
799
|
-
readonly disabled: false;
|
800
|
-
};
|
801
|
-
};
|
802
|
-
readonly FunctionSignatures: {
|
803
|
-
readonly label: "FunctionSignatures";
|
804
|
-
readonly namespaceLabel: "world";
|
805
|
-
readonly type: "offchainTable";
|
806
|
-
readonly namespace: string;
|
807
|
-
readonly name: string;
|
808
|
-
readonly tableId: `0x${string}`;
|
809
|
-
readonly schema: {
|
810
|
-
readonly functionSelector: {
|
811
|
-
readonly type: "bytes4";
|
812
|
-
readonly internalType: "bytes4";
|
813
|
-
};
|
814
|
-
readonly functionSignature: {
|
815
|
-
readonly type: "string";
|
816
|
-
readonly internalType: "string";
|
817
|
-
};
|
818
|
-
};
|
819
|
-
readonly key: readonly ["functionSelector"];
|
820
|
-
readonly codegen: {
|
821
|
-
readonly outputDirectory: string;
|
822
|
-
readonly tableIdArgument: false;
|
823
|
-
readonly storeArgument: false;
|
824
|
-
readonly dataStruct: boolean;
|
825
|
-
};
|
826
|
-
readonly deploy: {
|
827
|
-
readonly disabled: false;
|
828
|
-
};
|
829
|
-
};
|
830
|
-
readonly InitModuleAddress: {
|
831
|
-
readonly label: "InitModuleAddress";
|
832
|
-
readonly namespaceLabel: "world";
|
833
|
-
readonly type: "table";
|
834
|
-
readonly namespace: string;
|
835
|
-
readonly name: string;
|
836
|
-
readonly tableId: `0x${string}`;
|
837
|
-
readonly schema: {
|
838
|
-
readonly value: {
|
839
|
-
readonly type: "address";
|
840
|
-
readonly internalType: "address";
|
841
|
-
};
|
842
|
-
};
|
843
|
-
readonly key: readonly [];
|
844
|
-
readonly codegen: {
|
845
|
-
readonly outputDirectory: string;
|
846
|
-
readonly tableIdArgument: false;
|
847
|
-
readonly storeArgument: false;
|
848
|
-
readonly dataStruct: boolean;
|
849
|
-
};
|
850
|
-
readonly deploy: {
|
851
|
-
readonly disabled: false;
|
852
|
-
};
|
853
|
-
};
|
854
|
-
};
|
855
|
-
readonly systems: {};
|
856
|
-
};
|
857
|
-
};
|
858
|
-
readonly systems: {};
|
859
|
-
readonly excludeSystems: readonly ["StoreRegistrationSystem"];
|
860
|
-
readonly modules: readonly [];
|
861
|
-
readonly deploy: {
|
862
|
-
readonly postDeployScript: "PostDeploy";
|
863
|
-
readonly deploysDirectory: "./deploys";
|
864
|
-
readonly worldsFile: "./worlds.json";
|
865
|
-
readonly upgradeableWorldImplementation: false;
|
866
|
-
};
|
867
|
-
};
|
868
|
-
|
869
|
-
export { configInput, _default as default };
|