@latticexyz/world-modules 2.0.0-main-071aadb9 → 2.0.0-main-7987c94d
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/out/ArrayLib.sol/ArrayLib.json +255 -255
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +215 -215
- package/out/CallboundDelegations.sol/CallboundDelegations.json +2599 -2599
- package/out/DecodeSlice.sol/DecodeSlice.json +3250 -3250
- package/out/DelegationControl.sol/DelegationControl.json +94 -94
- package/out/EncodeArray.sol/EncodeArray.json +3345 -3345
- package/out/FieldLayout.sol/FieldLayoutInstance.json +47 -47
- package/out/FieldLayout.sol/FieldLayoutLib.json +47 -47
- package/out/Hook.sol/HookInstance.json +13 -13
- package/out/Hook.sol/HookLib.json +13 -13
- package/out/Hooks.sol/Hooks.json +3393 -3393
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +58 -58
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +54 -54
- package/out/IBaseWorld.sol/IBaseWorld.json +64 -64
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +52 -52
- package/out/ICoreSystem.sol/ICoreSystem.json +7 -7
- package/out/IDelegationControl.sol/IDelegationControl.json +62 -62
- package/out/IModule.sol/IModule.json +78 -78
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +28 -28
- package/out/ISystemHook.sol/ISystemHook.json +86 -86
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +71 -71
- package/out/IWorldErrors.sol/IWorldErrors.json +152 -152
- package/out/IWorldKernel.sol/IWorldCall.json +154 -154
- package/out/IWorldKernel.sol/IWorldKernel.json +154 -154
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +154 -154
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +190 -190
- package/out/KeysInTable.sol/KeysInTable.json +10672 -10672
- package/out/KeysInTableHook.sol/KeysInTableHook.json +867 -867
- package/out/KeysInTableModule.sol/KeysInTableModule.json +538 -538
- package/out/KeysWithValue.sol/KeysWithValue.json +3832 -3832
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +993 -993
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +426 -426
- package/out/Memory.sol/Memory.json +4 -4
- package/out/Module.sol/Module.json +84 -84
- package/out/ResourceIds.sol/ResourceIds.json +1363 -1363
- package/out/Schema.sol/SchemaInstance.json +72 -72
- package/out/Schema.sol/SchemaLib.json +72 -72
- package/out/SchemaType.sol/SchemaType.json +276 -276
- package/out/Slice.sol/SliceInstance.json +4 -4
- package/out/Slice.sol/SliceLib.json +4 -4
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +303 -303
- package/out/Storage.sol/Storage.json +7 -7
- package/out/StoreCore.sol/StoreCore.json +708 -737
- package/out/StoreCore.sol/StoreCoreInternal.json +710 -739
- package/out/StoreHook.sol/StoreHook.json +368 -368
- package/out/StoreHooks.sol/StoreHooks.json +3232 -3232
- package/out/StoreSwitch.sol/StoreSwitch.json +1885 -1885
- package/out/System.sol/System.json +31 -31
- package/out/Tables.sol/Tables.json +5585 -5585
- package/out/TightCoder.sol/TightCoder.json +124 -124
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +119 -119
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1990 -1990
- package/out/UniqueEntity.sol/UniqueEntity.json +1406 -1406
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +327 -327
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +93 -93
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2727 -2727
- package/out/WorldContext.sol/WorldContextConsumer.json +1380 -988
- package/out/WorldContext.sol/{WorldContextProvider.json → WorldContextConsumerLib.json} +1381 -989
- package/out/WorldContext.sol/WorldContextProviderLib.json +3910 -0
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
- package/out/constants.sol/LayoutOffsets.json +79 -79
- package/out/constants.sol/constants.json +115 -115
- package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
- package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
- package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
- package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
- package/out/hasKey.sol/hasKey.json +130 -130
- package/out/index.sol/index.json +53 -53
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +131 -131
- package/out/leftMask.sol/leftMask.json +31 -31
- package/out/query.sol/query.json +1154 -1154
- package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
- package/out/src/Bytes.sol/Bytes.json +1338 -1338
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +698 -698
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +698 -698
- package/out/src/IStore.sol/IStore.json +53 -53
- package/out/src/IWorldKernel.sol/IWorldCall.json +153 -153
- package/out/src/IWorldKernel.sol/IWorldKernel.json +153 -153
- package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +153 -153
- package/out/src/Memory.sol/Memory.json +91 -91
- package/out/src/PackedCounter.sol/PackedCounterInstance.json +929 -929
- package/out/src/PackedCounter.sol/PackedCounterLib.json +929 -929
- package/out/src/ResourceId.sol/ResourceIdInstance.json +116 -116
- package/out/src/ResourceId.sol/ResourceIdLib.json +116 -116
- package/out/src/Schema.sol/SchemaInstance.json +790 -790
- package/out/src/Schema.sol/SchemaLib.json +790 -790
- package/out/src/Slice.sol/SliceInstance.json +430 -430
- package/out/src/Slice.sol/SliceLib.json +430 -430
- package/out/src/StoreCore.sol/StoreCore.json +4695 -4724
- package/out/src/StoreCore.sol/StoreCoreInternal.json +4697 -4726
- package/out/src/StoreSwitch.sol/StoreSwitch.json +2487 -2487
- package/out/src/WorldContext.sol/WorldContextConsumer.json +1291 -899
- package/out/src/WorldContext.sol/WorldContextConsumerLib.abi.json +1 -0
- package/out/src/WorldContext.sol/{WorldContextProvider.json → WorldContextConsumerLib.json} +1292 -900
- package/out/src/WorldContext.sol/WorldContextProviderLib.abi.json +1 -0
- package/out/src/WorldContext.sol/WorldContextProviderLib.json +3910 -0
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
- package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
- package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
- package/out/tables/ResourceIds.sol/ResourceIds.json +1751 -1751
- package/out/tables/Tables.sol/Tables.json +7292 -7292
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3345 -3345
- package/out/types.sol/types.json +41 -41
- package/out/version.sol/version.json +7 -7
- package/out/world/src/IERC165.sol/IERC165.json +28 -28
- package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
- package/package.json +8 -8
- /package/out/WorldContext.sol/{WorldContextProvider.abi.json → WorldContextConsumerLib.abi.json} +0 -0
- /package/out/{src/WorldContext.sol/WorldContextProvider.abi.json → WorldContext.sol/WorldContextProviderLib.abi.json} +0 -0
@@ -10,20 +10,20 @@
|
|
10
10
|
},
|
11
11
|
"ast": {
|
12
12
|
"absolutePath": "node_modules/@latticexyz/store/src/storeResourceTypes.sol",
|
13
|
-
"id":
|
13
|
+
"id": 36671,
|
14
14
|
"exportedSymbols": {
|
15
15
|
"RESOURCE_OFFCHAIN_TABLE": [
|
16
|
-
|
16
|
+
36670
|
17
17
|
],
|
18
18
|
"RESOURCE_TABLE": [
|
19
|
-
|
19
|
+
36666
|
20
20
|
]
|
21
21
|
},
|
22
22
|
"nodeType": "SourceUnit",
|
23
23
|
"src": "32:417:82",
|
24
24
|
"nodes": [
|
25
25
|
{
|
26
|
-
"id":
|
26
|
+
"id": 36662,
|
27
27
|
"nodeType": "PragmaDirective",
|
28
28
|
"src": "32:25:82",
|
29
29
|
"nodes": [],
|
@@ -35,7 +35,7 @@
|
|
35
35
|
]
|
36
36
|
},
|
37
37
|
{
|
38
|
-
"id":
|
38
|
+
"id": 36666,
|
39
39
|
"nodeType": "VariableDeclaration",
|
40
40
|
"src": "309:37:82",
|
41
41
|
"nodes": [],
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"mutability": "constant",
|
44
44
|
"name": "RESOURCE_TABLE",
|
45
45
|
"nameLocation": "325:14:82",
|
46
|
-
"scope":
|
46
|
+
"scope": 36671,
|
47
47
|
"stateVariable": false,
|
48
48
|
"storageLocation": "default",
|
49
49
|
"typeDescriptions": {
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"typeString": "bytes2"
|
52
52
|
},
|
53
53
|
"typeName": {
|
54
|
-
"id":
|
54
|
+
"id": 36664,
|
55
55
|
"name": "bytes2",
|
56
56
|
"nodeType": "ElementaryTypeName",
|
57
57
|
"src": "309:6:82",
|
@@ -62,7 +62,7 @@
|
|
62
62
|
},
|
63
63
|
"value": {
|
64
64
|
"hexValue": "7462",
|
65
|
-
"id":
|
65
|
+
"id": 36665,
|
66
66
|
"isConstant": false,
|
67
67
|
"isLValue": false,
|
68
68
|
"isPure": true,
|
@@ -79,7 +79,7 @@
|
|
79
79
|
"visibility": "internal"
|
80
80
|
},
|
81
81
|
{
|
82
|
-
"id":
|
82
|
+
"id": 36670,
|
83
83
|
"nodeType": "VariableDeclaration",
|
84
84
|
"src": "401:46:82",
|
85
85
|
"nodes": [],
|
@@ -87,7 +87,7 @@
|
|
87
87
|
"mutability": "constant",
|
88
88
|
"name": "RESOURCE_OFFCHAIN_TABLE",
|
89
89
|
"nameLocation": "417:23:82",
|
90
|
-
"scope":
|
90
|
+
"scope": 36671,
|
91
91
|
"stateVariable": false,
|
92
92
|
"storageLocation": "default",
|
93
93
|
"typeDescriptions": {
|
@@ -95,7 +95,7 @@
|
|
95
95
|
"typeString": "bytes2"
|
96
96
|
},
|
97
97
|
"typeName": {
|
98
|
-
"id":
|
98
|
+
"id": 36668,
|
99
99
|
"name": "bytes2",
|
100
100
|
"nodeType": "ElementaryTypeName",
|
101
101
|
"src": "401:6:82",
|
@@ -106,7 +106,7 @@
|
|
106
106
|
},
|
107
107
|
"value": {
|
108
108
|
"hexValue": "6f74",
|
109
|
-
"id":
|
109
|
+
"id": 36669,
|
110
110
|
"isConstant": false,
|
111
111
|
"isLValue": false,
|
112
112
|
"isPure": true,
|