@latticexyz/world-modules 2.0.0-main-85218618 → 2.0.0-main-3086581a

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 (112) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +223 -223
  3. package/out/CallboundDelegations.sol/CallboundDelegations.json +2611 -2611
  4. package/out/DecodeSlice.sol/DecodeSlice.json +3155 -3155
  5. package/out/DelegationControl.sol/DelegationControl.json +104 -104
  6. package/out/EncodeArray.sol/EncodeArray.json +3250 -3250
  7. package/out/FieldLayout.sol/FieldLayoutInstance.json +51 -51
  8. package/out/FieldLayout.sol/FieldLayoutLib.json +51 -51
  9. package/out/Hook.sol/HookInstance.json +16 -16
  10. package/out/Hook.sol/HookLib.json +16 -16
  11. package/out/Hooks.sol/Hooks.json +96 -96
  12. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +61 -61
  13. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +53 -53
  14. package/out/IBaseWorld.sol/IBaseWorld.json +70 -70
  15. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +51 -51
  16. package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
  17. package/out/IDelegationControl.sol/IDelegationControl.json +66 -66
  18. package/out/IModule.sol/IModule.json +78 -78
  19. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +27 -27
  20. package/out/IStore.sol/IStore.json +4 -4
  21. package/out/IStoreData.sol/IStoreData.json +4 -4
  22. package/out/IStoreHook.sol/IStoreHook.json +4 -4
  23. package/out/IStoreRead.sol/IStoreRead.json +4 -4
  24. package/out/IStoreRegistration.sol/IStoreRegistration.json +4 -4
  25. package/out/IStoreWrite.sol/IStoreWrite.json +4 -4
  26. package/out/ISystemHook.sol/ISystemHook.json +90 -90
  27. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  28. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +71 -71
  29. package/out/IWorldErrors.sol/IWorldErrors.json +150 -150
  30. package/out/IWorldKernel.sol/IWorldCall.json +156 -156
  31. package/out/IWorldKernel.sol/IWorldKernel.json +156 -156
  32. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +156 -156
  33. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +201 -201
  34. package/out/KeysInTable.sol/KeysInTable.json +10684 -10684
  35. package/out/KeysInTableHook.sol/KeysInTableHook.json +879 -879
  36. package/out/KeysInTableModule.sol/KeysInTableModule.json +542 -542
  37. package/out/KeysWithValue.sol/KeysWithValue.json +3844 -3844
  38. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1005 -1005
  39. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +431 -431
  40. package/out/Memory.sol/Memory.json +8 -8
  41. package/out/Module.sol/Module.json +93 -93
  42. package/out/ResourceIds.sol/ResourceIds.json +70 -70
  43. package/out/Schema.sol/SchemaInstance.json +76 -76
  44. package/out/Schema.sol/SchemaLib.json +76 -76
  45. package/out/SchemaType.sol/SchemaType.json +276 -276
  46. package/out/Slice.sol/SliceInstance.json +8 -8
  47. package/out/Slice.sol/SliceLib.json +8 -8
  48. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +308 -308
  49. package/out/Storage.sol/Storage.json +11 -11
  50. package/out/StoreCore.sol/StoreCore.json +59 -59
  51. package/out/StoreCore.sol/StoreCoreInternal.json +59 -59
  52. package/out/StoreHook.sol/StoreHook.json +362 -362
  53. package/out/StoreHooks.sol/StoreHooks.json +97 -97
  54. package/out/StoreSwitch.sol/StoreSwitch.json +16 -16
  55. package/out/System.sol/System.json +38 -38
  56. package/out/Tables.sol/Tables.json +98 -98
  57. package/out/TightCoder.sol/TightCoder.json +128 -128
  58. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +127 -127
  59. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +2002 -2002
  60. package/out/UniqueEntity.sol/UniqueEntity.json +1418 -1418
  61. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +332 -332
  62. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +101 -101
  63. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2738 -2738
  64. package/out/WorldContext.sol/WorldContextConsumer.json +382 -382
  65. package/out/WorldContext.sol/WorldContextProvider.json +382 -382
  66. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +480 -480
  67. package/out/WorldResourceId.sol/WorldResourceIdLib.json +480 -480
  68. package/out/constants.sol/LayoutOffsets.json +164 -140
  69. package/out/constants.sol/constants.json +115 -115
  70. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  71. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  72. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  73. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  74. package/out/hasKey.sol/hasKey.json +130 -130
  75. package/out/index.sol/index.json +53 -53
  76. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +142 -142
  77. package/out/leftMask.sol/leftMask.json +61 -61
  78. package/out/query.sol/query.json +1154 -1154
  79. package/out/revertWithBytes.sol/revertWithBytes.json +51 -51
  80. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  81. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +701 -701
  82. package/out/src/FieldLayout.sol/FieldLayoutLib.json +701 -701
  83. package/out/src/IStore.sol/IStore.json +57 -57
  84. package/out/src/IWorldKernel.sol/IWorldCall.json +157 -157
  85. package/out/src/IWorldKernel.sol/IWorldKernel.json +157 -157
  86. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +157 -157
  87. package/out/src/Memory.sol/Memory.json +93 -93
  88. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  89. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  90. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  91. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  92. package/out/src/Schema.sol/SchemaInstance.json +791 -791
  93. package/out/src/Schema.sol/SchemaLib.json +791 -791
  94. package/out/src/Slice.sol/SliceInstance.json +433 -433
  95. package/out/src/Slice.sol/SliceLib.json +433 -433
  96. package/out/src/StoreCore.sol/StoreCore.json +4471 -4471
  97. package/out/src/StoreCore.sol/StoreCoreInternal.json +4471 -4471
  98. package/out/src/StoreSwitch.sol/StoreSwitch.json +2470 -2470
  99. package/out/src/WorldContext.sol/WorldContextConsumer.json +382 -382
  100. package/out/src/WorldContext.sol/WorldContextProvider.json +382 -382
  101. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +480 -480
  102. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +480 -480
  103. package/out/storeHookTypes.sol/storeHookTypes.json +202 -202
  104. package/out/storeResourceTypes.sol/storeResourceTypes.json +21 -21
  105. package/out/tables/ResourceIds.sol/ResourceIds.json +1762 -1762
  106. package/out/tables/Tables.sol/Tables.json +7304 -7304
  107. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3250 -3250
  108. package/out/types.sol/types.json +39 -39
  109. package/out/version.sol/version.json +12 -12
  110. package/out/world/src/IERC165.sol/IERC165.json +28 -28
  111. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  112. package/package.json +8 -8
@@ -11,7 +11,7 @@
11
11
  "linkReferences": {}
12
12
  },
13
13
  "methodIdentifiers": {},
14
- "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"Instance functions for Schema\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/store/src/Schema.sol\":\"SchemaInstance\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/store/src/Schema.sol\":{\"keccak256\":\"0x07c1468d1776e76c451d7ce1e94509bd02f664f89e6fc98d82925cf06ecce31d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://97bababaebe4bd8402fbff2db3395506f5277b8dcc53b88ceb636350f5438e3d\",\"dweb:/ipfs/QmP4dWkucmpgYztjv8HsXy21JqQYYn42nztzDAcSVuHSv1\"]},\"/home/runner/work/mud/mud/packages/store/src/constants.sol\":{\"keccak256\":\"0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961\",\"dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ\"]},\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]}},\"version\":1}",
14
+ "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"Instance functions for Schema\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/store/src/Schema.sol\":\"SchemaInstance\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/store/src/Schema.sol\":{\"keccak256\":\"0x07c1468d1776e76c451d7ce1e94509bd02f664f89e6fc98d82925cf06ecce31d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://97bababaebe4bd8402fbff2db3395506f5277b8dcc53b88ceb636350f5438e3d\",\"dweb:/ipfs/QmP4dWkucmpgYztjv8HsXy21JqQYYn42nztzDAcSVuHSv1\"]},\"/home/runner/work/mud/mud/packages/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]},\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]}},\"version\":1}",
15
15
  "metadata": {
16
16
  "compiler": {
17
17
  "version": "0.8.21+commit.d9974bed"
@@ -58,10 +58,10 @@
58
58
  "license": "MIT"
59
59
  },
60
60
  "/home/runner/work/mud/mud/packages/store/src/constants.sol": {
61
- "keccak256": "0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb",
61
+ "keccak256": "0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076",
62
62
  "urls": [
63
- "bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961",
64
- "dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ"
63
+ "bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793",
64
+ "dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC"
65
65
  ],
66
66
  "license": "MIT"
67
67
  },
@@ -81,16 +81,16 @@
81
81
  "id": 3405,
82
82
  "exportedSymbols": {
83
83
  "BYTE_TO_BITS": [
84
- 18141
84
+ 18144
85
85
  ],
86
86
  "LayoutOffsets": [
87
- 18181
87
+ 18191
88
88
  ],
89
89
  "MAX_DYNAMIC_FIELDS": [
90
- 18150
90
+ 18156
91
91
  ],
92
92
  "MAX_TOTAL_FIELDS": [
93
- 18144
93
+ 18148
94
94
  ],
95
95
  "Schema": [
96
96
  2939
@@ -102,10 +102,10 @@
102
102
  3092
103
103
  ],
104
104
  "SchemaType": [
105
- 24274
105
+ 24298
106
106
  ],
107
107
  "WORD_LAST_INDEX": [
108
- 18138
108
+ 18140
109
109
  ]
110
110
  },
111
111
  "nodeType": "SourceUnit",
@@ -132,7 +132,7 @@
132
132
  "file": "@latticexyz/schema-type/src/solidity/SchemaType.sol",
133
133
  "nameLocation": "-1:-1:-1",
134
134
  "scope": 3405,
135
- "sourceUnit": 24316,
135
+ "sourceUnit": 24340,
136
136
  "symbolAliases": [
137
137
  {
138
138
  "foreign": {
@@ -140,7 +140,7 @@
140
140
  "name": "SchemaType",
141
141
  "nodeType": "Identifier",
142
142
  "overloadedDeclarations": [],
143
- "referencedDeclaration": 24274,
143
+ "referencedDeclaration": 24298,
144
144
  "src": "68:10:15",
145
145
  "typeDescriptions": {}
146
146
  },
@@ -158,7 +158,7 @@
158
158
  "file": "./constants.sol",
159
159
  "nameLocation": "-1:-1:-1",
160
160
  "scope": 3405,
161
- "sourceUnit": 18182,
161
+ "sourceUnit": 18192,
162
162
  "symbolAliases": [
163
163
  {
164
164
  "foreign": {
@@ -166,7 +166,7 @@
166
166
  "name": "WORD_LAST_INDEX",
167
167
  "nodeType": "Identifier",
168
168
  "overloadedDeclarations": [],
169
- "referencedDeclaration": 18138,
169
+ "referencedDeclaration": 18140,
170
170
  "src": "151:15:15",
171
171
  "typeDescriptions": {}
172
172
  },
@@ -178,7 +178,7 @@
178
178
  "name": "BYTE_TO_BITS",
179
179
  "nodeType": "Identifier",
180
180
  "overloadedDeclarations": [],
181
- "referencedDeclaration": 18141,
181
+ "referencedDeclaration": 18144,
182
182
  "src": "168:12:15",
183
183
  "typeDescriptions": {}
184
184
  },
@@ -190,7 +190,7 @@
190
190
  "name": "MAX_TOTAL_FIELDS",
191
191
  "nodeType": "Identifier",
192
192
  "overloadedDeclarations": [],
193
- "referencedDeclaration": 18144,
193
+ "referencedDeclaration": 18148,
194
194
  "src": "182:16:15",
195
195
  "typeDescriptions": {}
196
196
  },
@@ -202,7 +202,7 @@
202
202
  "name": "MAX_DYNAMIC_FIELDS",
203
203
  "nodeType": "Identifier",
204
204
  "overloadedDeclarations": [],
205
- "referencedDeclaration": 18150,
205
+ "referencedDeclaration": 18156,
206
206
  "src": "200:18:15",
207
207
  "typeDescriptions": {}
208
208
  },
@@ -214,7 +214,7 @@
214
214
  "name": "LayoutOffsets",
215
215
  "nodeType": "Identifier",
216
216
  "overloadedDeclarations": [],
217
- "referencedDeclaration": 18181,
217
+ "referencedDeclaration": 18191,
218
218
  "src": "220:13:15",
219
219
  "typeDescriptions": {}
220
220
  },
@@ -373,7 +373,7 @@
373
373
  "referencedDeclaration": 2955,
374
374
  "src": "864:7:15",
375
375
  "typeDescriptions": {
376
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_memory_ptr",
376
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24298_$dyn_memory_ptr",
377
377
  "typeString": "enum SchemaType[] memory"
378
378
  }
379
379
  },
@@ -398,7 +398,7 @@
398
398
  "name": "MAX_TOTAL_FIELDS",
399
399
  "nodeType": "Identifier",
400
400
  "overloadedDeclarations": [],
401
- "referencedDeclaration": 18144,
401
+ "referencedDeclaration": 18148,
402
402
  "src": "881:16:15",
403
403
  "typeDescriptions": {
404
404
  "typeIdentifier": "t_uint256",
@@ -426,7 +426,7 @@
426
426
  "referencedDeclaration": 2955,
427
427
  "src": "930:7:15",
428
428
  "typeDescriptions": {
429
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_memory_ptr",
429
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24298_$dyn_memory_ptr",
430
430
  "typeString": "enum SchemaType[] memory"
431
431
  }
432
432
  },
@@ -648,7 +648,7 @@
648
648
  "referencedDeclaration": 2955,
649
649
  "src": "1229:7:15",
650
650
  "typeDescriptions": {
651
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_memory_ptr",
651
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24298_$dyn_memory_ptr",
652
652
  "typeString": "enum SchemaType[] memory"
653
653
  }
654
654
  },
@@ -672,7 +672,7 @@
672
672
  "nodeType": "IndexAccess",
673
673
  "src": "1229:10:15",
674
674
  "typeDescriptions": {
675
- "typeIdentifier": "t_enum$_SchemaType_$24274",
675
+ "typeIdentifier": "t_enum$_SchemaType_$24298",
676
676
  "typeString": "enum SchemaType"
677
677
  }
678
678
  },
@@ -684,10 +684,10 @@
684
684
  "memberLocation": "1240:19:15",
685
685
  "memberName": "getStaticByteLength",
686
686
  "nodeType": "MemberAccess",
687
- "referencedDeclaration": 24315,
687
+ "referencedDeclaration": 24339,
688
688
  "src": "1229:30:15",
689
689
  "typeDescriptions": {
690
- "typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24274_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24274_$",
690
+ "typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24298_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24298_$",
691
691
  "typeString": "function (enum SchemaType) pure returns (uint256)"
692
692
  }
693
693
  },
@@ -991,7 +991,7 @@
991
991
  "referencedDeclaration": 2955,
992
992
  "src": "2023:7:15",
993
993
  "typeDescriptions": {
994
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_memory_ptr",
994
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24298_$dyn_memory_ptr",
995
995
  "typeString": "enum SchemaType[] memory"
996
996
  }
997
997
  },
@@ -1015,7 +1015,7 @@
1015
1015
  "nodeType": "IndexAccess",
1016
1016
  "src": "2023:10:15",
1017
1017
  "typeDescriptions": {
1018
- "typeIdentifier": "t_enum$_SchemaType_$24274",
1018
+ "typeIdentifier": "t_enum$_SchemaType_$24298",
1019
1019
  "typeString": "enum SchemaType"
1020
1020
  }
1021
1021
  }
@@ -1023,7 +1023,7 @@
1023
1023
  "expression": {
1024
1024
  "argumentTypes": [
1025
1025
  {
1026
- "typeIdentifier": "t_enum$_SchemaType_$24274",
1026
+ "typeIdentifier": "t_enum$_SchemaType_$24298",
1027
1027
  "typeString": "enum SchemaType"
1028
1028
  }
1029
1029
  ],
@@ -1103,7 +1103,7 @@
1103
1103
  "name": "WORD_LAST_INDEX",
1104
1104
  "nodeType": "Identifier",
1105
1105
  "overloadedDeclarations": [],
1106
- "referencedDeclaration": 18138,
1106
+ "referencedDeclaration": 18140,
1107
1107
  "src": "2040:15:15",
1108
1108
  "typeDescriptions": {
1109
1109
  "typeIdentifier": "t_uint256",
@@ -1175,7 +1175,7 @@
1175
1175
  "name": "BYTE_TO_BITS",
1176
1176
  "nodeType": "Identifier",
1177
1177
  "overloadedDeclarations": [],
1178
- "referencedDeclaration": 18141,
1178
+ "referencedDeclaration": 18144,
1179
1179
  "src": "2067:12:15",
1180
1180
  "typeDescriptions": {
1181
1181
  "typeIdentifier": "t_uint256",
@@ -1287,7 +1287,7 @@
1287
1287
  "referencedDeclaration": 2955,
1288
1288
  "src": "1176:7:15",
1289
1289
  "typeDescriptions": {
1290
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_memory_ptr",
1290
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24298_$dyn_memory_ptr",
1291
1291
  "typeString": "enum SchemaType[] memory"
1292
1292
  }
1293
1293
  },
@@ -1398,7 +1398,7 @@
1398
1398
  "name": "MAX_DYNAMIC_FIELDS",
1399
1399
  "nodeType": "Identifier",
1400
1400
  "overloadedDeclarations": [],
1401
- "referencedDeclaration": 18150,
1401
+ "referencedDeclaration": 18156,
1402
1402
  "src": "2168:18:15",
1403
1403
  "typeDescriptions": {
1404
1404
  "typeIdentifier": "t_uint256",
@@ -1551,7 +1551,7 @@
1551
1551
  "referencedDeclaration": 2955,
1552
1552
  "src": "2333:7:15",
1553
1553
  "typeDescriptions": {
1554
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_memory_ptr",
1554
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24298_$dyn_memory_ptr",
1555
1555
  "typeString": "enum SchemaType[] memory"
1556
1556
  }
1557
1557
  },
@@ -1652,10 +1652,10 @@
1652
1652
  "name": "LayoutOffsets",
1653
1653
  "nodeType": "Identifier",
1654
1654
  "overloadedDeclarations": [],
1655
- "referencedDeclaration": 18181,
1655
+ "referencedDeclaration": 18191,
1656
1656
  "src": "2636:13:15",
1657
1657
  "typeDescriptions": {
1658
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
1658
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
1659
1659
  "typeString": "type(library LayoutOffsets)"
1660
1660
  }
1661
1661
  },
@@ -1667,7 +1667,7 @@
1667
1667
  "memberLocation": "2650:12:15",
1668
1668
  "memberName": "TOTAL_LENGTH",
1669
1669
  "nodeType": "MemberAccess",
1670
- "referencedDeclaration": 18158,
1670
+ "referencedDeclaration": 18166,
1671
1671
  "src": "2636:26:15",
1672
1672
  "typeDescriptions": {
1673
1673
  "typeIdentifier": "t_uint256",
@@ -1741,10 +1741,10 @@
1741
1741
  "name": "LayoutOffsets",
1742
1742
  "nodeType": "Identifier",
1743
1743
  "overloadedDeclarations": [],
1744
- "referencedDeclaration": 18181,
1744
+ "referencedDeclaration": 18191,
1745
1745
  "src": "2694:13:15",
1746
1746
  "typeDescriptions": {
1747
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
1747
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
1748
1748
  "typeString": "type(library LayoutOffsets)"
1749
1749
  }
1750
1750
  },
@@ -1756,7 +1756,7 @@
1756
1756
  "memberLocation": "2708:17:15",
1757
1757
  "memberName": "NUM_STATIC_FIELDS",
1758
1758
  "nodeType": "MemberAccess",
1759
- "referencedDeclaration": 18168,
1759
+ "referencedDeclaration": 18177,
1760
1760
  "src": "2694:31:15",
1761
1761
  "typeDescriptions": {
1762
1762
  "typeIdentifier": "t_uint256",
@@ -1830,10 +1830,10 @@
1830
1830
  "name": "LayoutOffsets",
1831
1831
  "nodeType": "Identifier",
1832
1832
  "overloadedDeclarations": [],
1833
- "referencedDeclaration": 18181,
1833
+ "referencedDeclaration": 18191,
1834
1834
  "src": "2758:13:15",
1835
1835
  "typeDescriptions": {
1836
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
1836
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
1837
1837
  "typeString": "type(library LayoutOffsets)"
1838
1838
  }
1839
1839
  },
@@ -1845,7 +1845,7 @@
1845
1845
  "memberLocation": "2772:18:15",
1846
1846
  "memberName": "NUM_DYNAMIC_FIELDS",
1847
1847
  "nodeType": "MemberAccess",
1848
- "referencedDeclaration": 18180,
1848
+ "referencedDeclaration": 18190,
1849
1849
  "src": "2758:32:15",
1850
1850
  "typeDescriptions": {
1851
1851
  "typeIdentifier": "t_uint256",
@@ -2012,7 +2012,7 @@
2012
2012
  "stateVariable": false,
2013
2013
  "storageLocation": "memory",
2014
2014
  "typeDescriptions": {
2015
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_memory_ptr",
2015
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24298_$dyn_memory_ptr",
2016
2016
  "typeString": "enum SchemaType[]"
2017
2017
  },
2018
2018
  "typeName": {
@@ -2026,13 +2026,13 @@
2026
2026
  "794:10:15"
2027
2027
  ],
2028
2028
  "nodeType": "IdentifierPath",
2029
- "referencedDeclaration": 24274,
2029
+ "referencedDeclaration": 24298,
2030
2030
  "src": "794:10:15"
2031
2031
  },
2032
- "referencedDeclaration": 24274,
2032
+ "referencedDeclaration": 24298,
2033
2033
  "src": "794:10:15",
2034
2034
  "typeDescriptions": {
2035
- "typeIdentifier": "t_enum$_SchemaType_$24274",
2035
+ "typeIdentifier": "t_enum$_SchemaType_$24298",
2036
2036
  "typeString": "enum SchemaType"
2037
2037
  }
2038
2038
  },
@@ -2040,7 +2040,7 @@
2040
2040
  "nodeType": "ArrayTypeName",
2041
2041
  "src": "794:12:15",
2042
2042
  "typeDescriptions": {
2043
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_storage_ptr",
2043
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24298_$dyn_storage_ptr",
2044
2044
  "typeString": "enum SchemaType[]"
2045
2045
  }
2046
2046
  },
@@ -2267,10 +2267,10 @@
2267
2267
  "name": "LayoutOffsets",
2268
2268
  "nodeType": "Identifier",
2269
2269
  "overloadedDeclarations": [],
2270
- "referencedDeclaration": 18181,
2270
+ "referencedDeclaration": 18191,
2271
2271
  "src": "3101:13:15",
2272
2272
  "typeDescriptions": {
2273
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
2273
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
2274
2274
  "typeString": "type(library LayoutOffsets)"
2275
2275
  }
2276
2276
  },
@@ -2282,7 +2282,7 @@
2282
2282
  "memberLocation": "3115:12:15",
2283
2283
  "memberName": "TOTAL_LENGTH",
2284
2284
  "nodeType": "MemberAccess",
2285
- "referencedDeclaration": 18158,
2285
+ "referencedDeclaration": 18166,
2286
2286
  "src": "3101:26:15",
2287
2287
  "typeDescriptions": {
2288
2288
  "typeIdentifier": "t_uint256",
@@ -2560,7 +2560,7 @@
2560
2560
  "name": "WORD_LAST_INDEX",
2561
2561
  "nodeType": "Identifier",
2562
2562
  "overloadedDeclarations": [],
2563
- "referencedDeclaration": 18138,
2563
+ "referencedDeclaration": 18140,
2564
2564
  "src": "3378:15:15",
2565
2565
  "typeDescriptions": {
2566
2566
  "typeIdentifier": "t_uint256",
@@ -2724,10 +2724,10 @@
2724
2724
  "name": "SchemaType",
2725
2725
  "nodeType": "Identifier",
2726
2726
  "overloadedDeclarations": [],
2727
- "referencedDeclaration": 24274,
2727
+ "referencedDeclaration": 24298,
2728
2728
  "src": "3331:10:15",
2729
2729
  "typeDescriptions": {
2730
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$24274_$",
2730
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$24298_$",
2731
2731
  "typeString": "type(enum SchemaType)"
2732
2732
  }
2733
2733
  },
@@ -2743,7 +2743,7 @@
2743
2743
  "src": "3331:82:15",
2744
2744
  "tryCall": false,
2745
2745
  "typeDescriptions": {
2746
- "typeIdentifier": "t_enum$_SchemaType_$24274",
2746
+ "typeIdentifier": "t_enum$_SchemaType_$24298",
2747
2747
  "typeString": "enum SchemaType"
2748
2748
  }
2749
2749
  },
@@ -2854,7 +2854,7 @@
2854
2854
  "stateVariable": false,
2855
2855
  "storageLocation": "default",
2856
2856
  "typeDescriptions": {
2857
- "typeIdentifier": "t_enum$_SchemaType_$24274",
2857
+ "typeIdentifier": "t_enum$_SchemaType_$24298",
2858
2858
  "typeString": "enum SchemaType"
2859
2859
  },
2860
2860
  "typeName": {
@@ -2867,13 +2867,13 @@
2867
2867
  "3288:10:15"
2868
2868
  ],
2869
2869
  "nodeType": "IdentifierPath",
2870
- "referencedDeclaration": 24274,
2870
+ "referencedDeclaration": 24298,
2871
2871
  "src": "3288:10:15"
2872
2872
  },
2873
- "referencedDeclaration": 24274,
2873
+ "referencedDeclaration": 24298,
2874
2874
  "src": "3288:10:15",
2875
2875
  "typeDescriptions": {
2876
- "typeIdentifier": "t_enum$_SchemaType_$24274",
2876
+ "typeIdentifier": "t_enum$_SchemaType_$24298",
2877
2877
  "typeString": "enum SchemaType"
2878
2878
  }
2879
2879
  },
@@ -3011,10 +3011,10 @@
3011
3011
  "name": "LayoutOffsets",
3012
3012
  "nodeType": "Identifier",
3013
3013
  "overloadedDeclarations": [],
3014
- "referencedDeclaration": 18181,
3014
+ "referencedDeclaration": 18191,
3015
3015
  "src": "3617:13:15",
3016
3016
  "typeDescriptions": {
3017
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
3017
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
3018
3018
  "typeString": "type(library LayoutOffsets)"
3019
3019
  }
3020
3020
  },
@@ -3026,7 +3026,7 @@
3026
3026
  "memberLocation": "3631:17:15",
3027
3027
  "memberName": "NUM_STATIC_FIELDS",
3028
3028
  "nodeType": "MemberAccess",
3029
- "referencedDeclaration": 18168,
3029
+ "referencedDeclaration": 18177,
3030
3030
  "src": "3617:31:15",
3031
3031
  "typeDescriptions": {
3032
3032
  "typeIdentifier": "t_uint256",
@@ -3307,10 +3307,10 @@
3307
3307
  "name": "LayoutOffsets",
3308
3308
  "nodeType": "Identifier",
3309
3309
  "overloadedDeclarations": [],
3310
- "referencedDeclaration": 18181,
3310
+ "referencedDeclaration": 18191,
3311
3311
  "src": "3856:13:15",
3312
3312
  "typeDescriptions": {
3313
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
3313
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
3314
3314
  "typeString": "type(library LayoutOffsets)"
3315
3315
  }
3316
3316
  },
@@ -3322,7 +3322,7 @@
3322
3322
  "memberLocation": "3870:18:15",
3323
3323
  "memberName": "NUM_DYNAMIC_FIELDS",
3324
3324
  "nodeType": "MemberAccess",
3325
- "referencedDeclaration": 18180,
3325
+ "referencedDeclaration": 18190,
3326
3326
  "src": "3856:32:15",
3327
3327
  "typeDescriptions": {
3328
3328
  "typeIdentifier": "t_uint256",
@@ -3618,10 +3618,10 @@
3618
3618
  "name": "LayoutOffsets",
3619
3619
  "nodeType": "Identifier",
3620
3620
  "overloadedDeclarations": [],
3621
- "referencedDeclaration": 18181,
3621
+ "referencedDeclaration": 18191,
3622
3622
  "src": "4106:13:15",
3623
3623
  "typeDescriptions": {
3624
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
3624
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
3625
3625
  "typeString": "type(library LayoutOffsets)"
3626
3626
  }
3627
3627
  },
@@ -3633,7 +3633,7 @@
3633
3633
  "memberLocation": "4120:17:15",
3634
3634
  "memberName": "NUM_STATIC_FIELDS",
3635
3635
  "nodeType": "MemberAccess",
3636
- "referencedDeclaration": 18168,
3636
+ "referencedDeclaration": 18177,
3637
3637
  "src": "4106:31:15",
3638
3638
  "typeDescriptions": {
3639
3639
  "typeIdentifier": "t_uint256",
@@ -3803,10 +3803,10 @@
3803
3803
  "name": "LayoutOffsets",
3804
3804
  "nodeType": "Identifier",
3805
3805
  "overloadedDeclarations": [],
3806
- "referencedDeclaration": 18181,
3806
+ "referencedDeclaration": 18191,
3807
3807
  "src": "4183:13:15",
3808
3808
  "typeDescriptions": {
3809
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
3809
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
3810
3810
  "typeString": "type(library LayoutOffsets)"
3811
3811
  }
3812
3812
  },
@@ -3818,7 +3818,7 @@
3818
3818
  "memberLocation": "4197:18:15",
3819
3819
  "memberName": "NUM_DYNAMIC_FIELDS",
3820
3820
  "nodeType": "MemberAccess",
3821
- "referencedDeclaration": 18180,
3821
+ "referencedDeclaration": 18190,
3822
3822
  "src": "4183:32:15",
3823
3823
  "typeDescriptions": {
3824
3824
  "typeIdentifier": "t_uint256",
@@ -4535,7 +4535,7 @@
4535
4535
  "name": "MAX_DYNAMIC_FIELDS",
4536
4536
  "nodeType": "Identifier",
4537
4537
  "overloadedDeclarations": [],
4538
- "referencedDeclaration": 18150,
4538
+ "referencedDeclaration": 18156,
4539
4539
  "src": "4729:18:15",
4540
4540
  "typeDescriptions": {
4541
4541
  "typeIdentifier": "t_uint256",
@@ -4815,7 +4815,7 @@
4815
4815
  "name": "MAX_TOTAL_FIELDS",
4816
4816
  "nodeType": "Identifier",
4817
4817
  "overloadedDeclarations": [],
4818
- "referencedDeclaration": 18144,
4818
+ "referencedDeclaration": 18148,
4819
4819
  "src": "5026:16:15",
4820
4820
  "typeDescriptions": {
4821
4821
  "typeIdentifier": "t_uint256",
@@ -5042,7 +5042,7 @@
5042
5042
  "referencedDeclaration": 3150,
5043
5043
  "src": "5274:14:15",
5044
5044
  "typeDescriptions": {
5045
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Schema_$2939_$_t_uint256_$returns$_t_enum$_SchemaType_$24274_$attached_to$_t_userDefinedValueType$_Schema_$2939_$",
5045
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Schema_$2939_$_t_uint256_$returns$_t_enum$_SchemaType_$24298_$attached_to$_t_userDefinedValueType$_Schema_$2939_$",
5046
5046
  "typeString": "function (Schema,uint256) pure returns (enum SchemaType)"
5047
5047
  }
5048
5048
  },
@@ -5058,7 +5058,7 @@
5058
5058
  "src": "5274:17:15",
5059
5059
  "tryCall": false,
5060
5060
  "typeDescriptions": {
5061
- "typeIdentifier": "t_enum$_SchemaType_$24274",
5061
+ "typeIdentifier": "t_enum$_SchemaType_$24298",
5062
5062
  "typeString": "enum SchemaType"
5063
5063
  }
5064
5064
  },
@@ -5070,10 +5070,10 @@
5070
5070
  "memberLocation": "5292:19:15",
5071
5071
  "memberName": "getStaticByteLength",
5072
5072
  "nodeType": "MemberAccess",
5073
- "referencedDeclaration": 24315,
5073
+ "referencedDeclaration": 24339,
5074
5074
  "src": "5274:37:15",
5075
5075
  "typeDescriptions": {
5076
- "typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24274_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24274_$",
5076
+ "typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24298_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24298_$",
5077
5077
  "typeString": "function (enum SchemaType) pure returns (uint256)"
5078
5078
  }
5079
5079
  },