@latticexyz/world-modules 2.0.0-main-c07fa021 → 2.0.0-main-c4f49240

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 (104) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/Callbacks.sol/Callbacks.json +45 -45
  3. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +203 -203
  4. package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
  5. package/out/DelegationControl.sol/DelegationControl.json +83 -83
  6. package/out/Hooks.sol/Hooks.json +45 -45
  7. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
  8. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
  9. package/out/IBaseWorld.sol/IBaseWorld.json +64 -64
  10. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json +69 -0
  11. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json.d.ts +70 -0
  12. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +534 -0
  13. package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
  14. package/out/IDelegationControl.sol/IDelegationControl.json +60 -60
  15. package/out/IModule.sol/IModule.json +76 -76
  16. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +27 -27
  17. package/out/ISystemHook.sol/ISystemHook.json +82 -82
  18. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  19. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +67 -67
  20. package/out/IWorldErrors.sol/IWorldErrors.json +136 -136
  21. package/out/IWorldKernel.sol/IWorldCall.json +149 -149
  22. package/out/IWorldKernel.sol/IWorldKernel.json +149 -149
  23. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +149 -149
  24. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +175 -175
  25. package/out/KeyEncoding.sol/KeyEncoding.json +80 -80
  26. package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
  27. package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
  28. package/out/KeysInTableModule.sol/KeysInTableModule.json +534 -534
  29. package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
  30. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +996 -996
  31. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +423 -423
  32. package/out/Mixed.sol/Mixed.json +66 -66
  33. package/out/Module.sol/Module.json +73 -73
  34. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  35. package/out/Schema.sol/SchemaInstance.json +30 -30
  36. package/out/Schema.sol/SchemaLib.json +30 -30
  37. package/out/SchemaType.sol/SchemaType.json +276 -276
  38. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +300 -300
  39. package/out/StoreHook.sol/StoreHook.json +358 -358
  40. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  41. package/out/System.sol/System.json +18 -18
  42. package/out/Tables.sol/Tables.json +73 -73
  43. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +107 -107
  44. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
  45. package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
  46. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +324 -324
  47. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +81 -81
  48. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
  49. package/out/Vector2.sol/Vector2.json +52 -52
  50. package/out/WorldContext.sol/WorldContextConsumer.json +28 -28
  51. package/out/WorldContext.sol/WorldContextProvider.json +28 -28
  52. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
  53. package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
  54. package/out/constants.sol/constants.json +85 -85
  55. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  56. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  57. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  58. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  59. package/out/hasKey.sol/hasKey.json +130 -130
  60. package/out/index.sol/index.json +53 -53
  61. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +51 -15
  62. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +51 -15
  63. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +244 -171
  64. package/out/interfaces/IERC165.sol/IERC165.json +27 -27
  65. package/out/interfaces/IWorldKernel.sol/IWorldCall.json +151 -151
  66. package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +151 -151
  67. package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +151 -151
  68. package/out/query.sol/query.json +1154 -1154
  69. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  70. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  71. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
  72. package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
  73. package/out/src/IStore.sol/IStore.json +886 -886
  74. package/out/src/IStore.sol/IStoreData.json +886 -886
  75. package/out/src/IStore.sol/IStoreRead.json +886 -886
  76. package/out/src/IStore.sol/IStoreRegistration.json +886 -886
  77. package/out/src/IStore.sol/IStoreWrite.json +886 -886
  78. package/out/src/Memory.sol/Memory.json +89 -89
  79. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  80. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  81. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  82. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  83. package/out/src/Schema.sol/SchemaInstance.json +787 -787
  84. package/out/src/Schema.sol/SchemaLib.json +787 -787
  85. package/out/src/Slice.sol/SliceInstance.json +429 -429
  86. package/out/src/Slice.sol/SliceLib.json +429 -429
  87. package/out/src/StoreCore.sol/StoreCore.json +4461 -4461
  88. package/out/src/StoreCore.sol/StoreCoreInternal.json +4461 -4461
  89. package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
  90. package/out/src/WorldContext.sol/WorldContextConsumer.json +353 -353
  91. package/out/src/WorldContext.sol/WorldContextProvider.json +353 -353
  92. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +474 -474
  93. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +474 -474
  94. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  95. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  96. package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
  97. package/out/tables/Tables.sol/Tables.json +7288 -7288
  98. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
  99. package/out/types.sol/types.json +131 -23
  100. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  101. package/package.json +8 -8
  102. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json +0 -33
  103. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json.d.ts +0 -34
  104. package/out/ICallBatchSystem.sol/ICallBatchSystem.json +0 -334
@@ -368,7 +368,7 @@
368
368
  3053
369
369
  ],
370
370
  "SchemaType": [
371
- 33955
371
+ 33974
372
372
  ],
373
373
  "SliceLib": [
374
374
  3518
@@ -419,7 +419,7 @@
419
419
  "file": "@latticexyz/schema-type/src/solidity/SchemaType.sol",
420
420
  "nameLocation": "-1:-1:-1",
421
421
  "scope": 26418,
422
- "sourceUnit": 33997,
422
+ "sourceUnit": 34016,
423
423
  "symbolAliases": [
424
424
  {
425
425
  "foreign": {
@@ -427,7 +427,7 @@
427
427
  "name": "SchemaType",
428
428
  "nodeType": "Identifier",
429
429
  "overloadedDeclarations": [],
430
- "referencedDeclaration": 33955,
430
+ "referencedDeclaration": 33974,
431
431
  "src": "139:10:24",
432
432
  "typeDescriptions": {}
433
433
  },
@@ -1667,7 +1667,7 @@
1667
1667
  "stateVariable": false,
1668
1668
  "storageLocation": "memory",
1669
1669
  "typeDescriptions": {
1670
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1670
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1671
1671
  "typeString": "enum SchemaType[]"
1672
1672
  },
1673
1673
  "typeName": {
@@ -1681,13 +1681,13 @@
1681
1681
  "1804:10:24"
1682
1682
  ],
1683
1683
  "nodeType": "IdentifierPath",
1684
- "referencedDeclaration": 33955,
1684
+ "referencedDeclaration": 33974,
1685
1685
  "src": "1804:10:24"
1686
1686
  },
1687
- "referencedDeclaration": 33955,
1687
+ "referencedDeclaration": 33974,
1688
1688
  "src": "1804:10:24",
1689
1689
  "typeDescriptions": {
1690
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1690
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1691
1691
  "typeString": "enum SchemaType"
1692
1692
  }
1693
1693
  },
@@ -1695,7 +1695,7 @@
1695
1695
  "nodeType": "ArrayTypeName",
1696
1696
  "src": "1804:12:24",
1697
1697
  "typeDescriptions": {
1698
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_storage_ptr",
1698
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_storage_ptr",
1699
1699
  "typeString": "enum SchemaType[]"
1700
1700
  }
1701
1701
  },
@@ -1737,7 +1737,7 @@
1737
1737
  "nodeType": "NewExpression",
1738
1738
  "src": "1837:16:24",
1739
1739
  "typeDescriptions": {
1740
- "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr_$",
1740
+ "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr_$",
1741
1741
  "typeString": "function (uint256) pure returns (enum SchemaType[] memory)"
1742
1742
  },
1743
1743
  "typeName": {
@@ -1751,13 +1751,13 @@
1751
1751
  "1841:10:24"
1752
1752
  ],
1753
1753
  "nodeType": "IdentifierPath",
1754
- "referencedDeclaration": 33955,
1754
+ "referencedDeclaration": 33974,
1755
1755
  "src": "1841:10:24"
1756
1756
  },
1757
- "referencedDeclaration": 33955,
1757
+ "referencedDeclaration": 33974,
1758
1758
  "src": "1841:10:24",
1759
1759
  "typeDescriptions": {
1760
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1760
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1761
1761
  "typeString": "enum SchemaType"
1762
1762
  }
1763
1763
  },
@@ -1765,7 +1765,7 @@
1765
1765
  "nodeType": "ArrayTypeName",
1766
1766
  "src": "1841:12:24",
1767
1767
  "typeDescriptions": {
1768
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_storage_ptr",
1768
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_storage_ptr",
1769
1769
  "typeString": "enum SchemaType[]"
1770
1770
  }
1771
1771
  }
@@ -1782,7 +1782,7 @@
1782
1782
  "src": "1837:19:24",
1783
1783
  "tryCall": false,
1784
1784
  "typeDescriptions": {
1785
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1785
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1786
1786
  "typeString": "enum SchemaType[] memory"
1787
1787
  }
1788
1788
  },
@@ -1805,7 +1805,7 @@
1805
1805
  "referencedDeclaration": 22270,
1806
1806
  "src": "1862:10:24",
1807
1807
  "typeDescriptions": {
1808
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1808
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1809
1809
  "typeString": "enum SchemaType[] memory"
1810
1810
  }
1811
1811
  },
@@ -1833,7 +1833,7 @@
1833
1833
  "nodeType": "IndexAccess",
1834
1834
  "src": "1862:13:24",
1835
1835
  "typeDescriptions": {
1836
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1836
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1837
1837
  "typeString": "enum SchemaType"
1838
1838
  }
1839
1839
  },
@@ -1845,10 +1845,10 @@
1845
1845
  "name": "SchemaType",
1846
1846
  "nodeType": "Identifier",
1847
1847
  "overloadedDeclarations": [],
1848
- "referencedDeclaration": 33955,
1848
+ "referencedDeclaration": 33974,
1849
1849
  "src": "1878:10:24",
1850
1850
  "typeDescriptions": {
1851
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$33955_$",
1851
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$33974_$",
1852
1852
  "typeString": "type(enum SchemaType)"
1853
1853
  }
1854
1854
  },
@@ -1860,16 +1860,16 @@
1860
1860
  "memberLocation": "1889:7:24",
1861
1861
  "memberName": "BYTES32",
1862
1862
  "nodeType": "MemberAccess",
1863
- "referencedDeclaration": 33852,
1863
+ "referencedDeclaration": 33871,
1864
1864
  "src": "1878:18:24",
1865
1865
  "typeDescriptions": {
1866
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1866
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1867
1867
  "typeString": "enum SchemaType"
1868
1868
  }
1869
1869
  },
1870
1870
  "src": "1862:34:24",
1871
1871
  "typeDescriptions": {
1872
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1872
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1873
1873
  "typeString": "enum SchemaType"
1874
1874
  }
1875
1875
  },
@@ -1888,7 +1888,7 @@
1888
1888
  "referencedDeclaration": 22270,
1889
1889
  "src": "1927:10:24",
1890
1890
  "typeDescriptions": {
1891
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1891
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1892
1892
  "typeString": "enum SchemaType[] memory"
1893
1893
  }
1894
1894
  }
@@ -1896,7 +1896,7 @@
1896
1896
  "expression": {
1897
1897
  "argumentTypes": [
1898
1898
  {
1899
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1899
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1900
1900
  "typeString": "enum SchemaType[] memory"
1901
1901
  }
1902
1902
  ],
@@ -1923,7 +1923,7 @@
1923
1923
  "referencedDeclaration": 3052,
1924
1924
  "src": "1910:16:24",
1925
1925
  "typeDescriptions": {
1926
- "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2900_$",
1926
+ "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2900_$",
1927
1927
  "typeString": "function (enum SchemaType[] memory) pure returns (Schema)"
1928
1928
  }
1929
1929
  },
@@ -2044,7 +2044,7 @@
2044
2044
  "stateVariable": false,
2045
2045
  "storageLocation": "memory",
2046
2046
  "typeDescriptions": {
2047
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
2047
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
2048
2048
  "typeString": "enum SchemaType[]"
2049
2049
  },
2050
2050
  "typeName": {
@@ -2058,13 +2058,13 @@
2058
2058
  "2048:10:24"
2059
2059
  ],
2060
2060
  "nodeType": "IdentifierPath",
2061
- "referencedDeclaration": 33955,
2061
+ "referencedDeclaration": 33974,
2062
2062
  "src": "2048:10:24"
2063
2063
  },
2064
- "referencedDeclaration": 33955,
2064
+ "referencedDeclaration": 33974,
2065
2065
  "src": "2048:10:24",
2066
2066
  "typeDescriptions": {
2067
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2067
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2068
2068
  "typeString": "enum SchemaType"
2069
2069
  }
2070
2070
  },
@@ -2072,7 +2072,7 @@
2072
2072
  "nodeType": "ArrayTypeName",
2073
2073
  "src": "2048:12:24",
2074
2074
  "typeDescriptions": {
2075
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_storage_ptr",
2075
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_storage_ptr",
2076
2076
  "typeString": "enum SchemaType[]"
2077
2077
  }
2078
2078
  },
@@ -2114,7 +2114,7 @@
2114
2114
  "nodeType": "NewExpression",
2115
2115
  "src": "2083:16:24",
2116
2116
  "typeDescriptions": {
2117
- "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr_$",
2117
+ "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr_$",
2118
2118
  "typeString": "function (uint256) pure returns (enum SchemaType[] memory)"
2119
2119
  },
2120
2120
  "typeName": {
@@ -2128,13 +2128,13 @@
2128
2128
  "2087:10:24"
2129
2129
  ],
2130
2130
  "nodeType": "IdentifierPath",
2131
- "referencedDeclaration": 33955,
2131
+ "referencedDeclaration": 33974,
2132
2132
  "src": "2087:10:24"
2133
2133
  },
2134
- "referencedDeclaration": 33955,
2134
+ "referencedDeclaration": 33974,
2135
2135
  "src": "2087:10:24",
2136
2136
  "typeDescriptions": {
2137
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2137
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2138
2138
  "typeString": "enum SchemaType"
2139
2139
  }
2140
2140
  },
@@ -2142,7 +2142,7 @@
2142
2142
  "nodeType": "ArrayTypeName",
2143
2143
  "src": "2087:12:24",
2144
2144
  "typeDescriptions": {
2145
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_storage_ptr",
2145
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_storage_ptr",
2146
2146
  "typeString": "enum SchemaType[]"
2147
2147
  }
2148
2148
  }
@@ -2159,7 +2159,7 @@
2159
2159
  "src": "2083:19:24",
2160
2160
  "tryCall": false,
2161
2161
  "typeDescriptions": {
2162
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
2162
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
2163
2163
  "typeString": "enum SchemaType[] memory"
2164
2164
  }
2165
2165
  },
@@ -2182,7 +2182,7 @@
2182
2182
  "referencedDeclaration": 22302,
2183
2183
  "src": "2108:12:24",
2184
2184
  "typeDescriptions": {
2185
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
2185
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
2186
2186
  "typeString": "enum SchemaType[] memory"
2187
2187
  }
2188
2188
  },
@@ -2210,7 +2210,7 @@
2210
2210
  "nodeType": "IndexAccess",
2211
2211
  "src": "2108:15:24",
2212
2212
  "typeDescriptions": {
2213
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2213
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2214
2214
  "typeString": "enum SchemaType"
2215
2215
  }
2216
2216
  },
@@ -2222,10 +2222,10 @@
2222
2222
  "name": "SchemaType",
2223
2223
  "nodeType": "Identifier",
2224
2224
  "overloadedDeclarations": [],
2225
- "referencedDeclaration": 33955,
2225
+ "referencedDeclaration": 33974,
2226
2226
  "src": "2126:10:24",
2227
2227
  "typeDescriptions": {
2228
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$33955_$",
2228
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$33974_$",
2229
2229
  "typeString": "type(enum SchemaType)"
2230
2230
  }
2231
2231
  },
@@ -2237,16 +2237,16 @@
2237
2237
  "memberLocation": "2137:7:24",
2238
2238
  "memberName": "BYTES32",
2239
2239
  "nodeType": "MemberAccess",
2240
- "referencedDeclaration": 33852,
2240
+ "referencedDeclaration": 33871,
2241
2241
  "src": "2126:18:24",
2242
2242
  "typeDescriptions": {
2243
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2243
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2244
2244
  "typeString": "enum SchemaType"
2245
2245
  }
2246
2246
  },
2247
2247
  "src": "2108:36:24",
2248
2248
  "typeDescriptions": {
2249
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2249
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2250
2250
  "typeString": "enum SchemaType"
2251
2251
  }
2252
2252
  },
@@ -2270,7 +2270,7 @@
2270
2270
  "referencedDeclaration": 22302,
2271
2271
  "src": "2150:12:24",
2272
2272
  "typeDescriptions": {
2273
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
2273
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
2274
2274
  "typeString": "enum SchemaType[] memory"
2275
2275
  }
2276
2276
  },
@@ -2298,7 +2298,7 @@
2298
2298
  "nodeType": "IndexAccess",
2299
2299
  "src": "2150:15:24",
2300
2300
  "typeDescriptions": {
2301
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2301
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2302
2302
  "typeString": "enum SchemaType"
2303
2303
  }
2304
2304
  },
@@ -2310,10 +2310,10 @@
2310
2310
  "name": "SchemaType",
2311
2311
  "nodeType": "Identifier",
2312
2312
  "overloadedDeclarations": [],
2313
- "referencedDeclaration": 33955,
2313
+ "referencedDeclaration": 33974,
2314
2314
  "src": "2168:10:24",
2315
2315
  "typeDescriptions": {
2316
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$33955_$",
2316
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$33974_$",
2317
2317
  "typeString": "type(enum SchemaType)"
2318
2318
  }
2319
2319
  },
@@ -2325,16 +2325,16 @@
2325
2325
  "memberLocation": "2179:7:24",
2326
2326
  "memberName": "BYTES32",
2327
2327
  "nodeType": "MemberAccess",
2328
- "referencedDeclaration": 33852,
2328
+ "referencedDeclaration": 33871,
2329
2329
  "src": "2168:18:24",
2330
2330
  "typeDescriptions": {
2331
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2331
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2332
2332
  "typeString": "enum SchemaType"
2333
2333
  }
2334
2334
  },
2335
2335
  "src": "2150:36:24",
2336
2336
  "typeDescriptions": {
2337
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2337
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2338
2338
  "typeString": "enum SchemaType"
2339
2339
  }
2340
2340
  },
@@ -2358,7 +2358,7 @@
2358
2358
  "referencedDeclaration": 22302,
2359
2359
  "src": "2192:12:24",
2360
2360
  "typeDescriptions": {
2361
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
2361
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
2362
2362
  "typeString": "enum SchemaType[] memory"
2363
2363
  }
2364
2364
  },
@@ -2386,7 +2386,7 @@
2386
2386
  "nodeType": "IndexAccess",
2387
2387
  "src": "2192:15:24",
2388
2388
  "typeDescriptions": {
2389
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2389
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2390
2390
  "typeString": "enum SchemaType"
2391
2391
  }
2392
2392
  },
@@ -2398,10 +2398,10 @@
2398
2398
  "name": "SchemaType",
2399
2399
  "nodeType": "Identifier",
2400
2400
  "overloadedDeclarations": [],
2401
- "referencedDeclaration": 33955,
2401
+ "referencedDeclaration": 33974,
2402
2402
  "src": "2210:10:24",
2403
2403
  "typeDescriptions": {
2404
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$33955_$",
2404
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$33974_$",
2405
2405
  "typeString": "type(enum SchemaType)"
2406
2406
  }
2407
2407
  },
@@ -2413,16 +2413,16 @@
2413
2413
  "memberLocation": "2221:7:24",
2414
2414
  "memberName": "BYTES32",
2415
2415
  "nodeType": "MemberAccess",
2416
- "referencedDeclaration": 33852,
2416
+ "referencedDeclaration": 33871,
2417
2417
  "src": "2210:18:24",
2418
2418
  "typeDescriptions": {
2419
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2419
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2420
2420
  "typeString": "enum SchemaType"
2421
2421
  }
2422
2422
  },
2423
2423
  "src": "2192:36:24",
2424
2424
  "typeDescriptions": {
2425
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2425
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2426
2426
  "typeString": "enum SchemaType"
2427
2427
  }
2428
2428
  },
@@ -2446,7 +2446,7 @@
2446
2446
  "referencedDeclaration": 22302,
2447
2447
  "src": "2234:12:24",
2448
2448
  "typeDescriptions": {
2449
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
2449
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
2450
2450
  "typeString": "enum SchemaType[] memory"
2451
2451
  }
2452
2452
  },
@@ -2474,7 +2474,7 @@
2474
2474
  "nodeType": "IndexAccess",
2475
2475
  "src": "2234:15:24",
2476
2476
  "typeDescriptions": {
2477
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2477
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2478
2478
  "typeString": "enum SchemaType"
2479
2479
  }
2480
2480
  },
@@ -2486,10 +2486,10 @@
2486
2486
  "name": "SchemaType",
2487
2487
  "nodeType": "Identifier",
2488
2488
  "overloadedDeclarations": [],
2489
- "referencedDeclaration": 33955,
2489
+ "referencedDeclaration": 33974,
2490
2490
  "src": "2252:10:24",
2491
2491
  "typeDescriptions": {
2492
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$33955_$",
2492
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$33974_$",
2493
2493
  "typeString": "type(enum SchemaType)"
2494
2494
  }
2495
2495
  },
@@ -2501,16 +2501,16 @@
2501
2501
  "memberLocation": "2263:5:24",
2502
2502
  "memberName": "BYTES",
2503
2503
  "nodeType": "MemberAccess",
2504
- "referencedDeclaration": 33953,
2504
+ "referencedDeclaration": 33972,
2505
2505
  "src": "2252:16:24",
2506
2506
  "typeDescriptions": {
2507
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2507
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2508
2508
  "typeString": "enum SchemaType"
2509
2509
  }
2510
2510
  },
2511
2511
  "src": "2234:34:24",
2512
2512
  "typeDescriptions": {
2513
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2513
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2514
2514
  "typeString": "enum SchemaType"
2515
2515
  }
2516
2516
  },
@@ -2534,7 +2534,7 @@
2534
2534
  "referencedDeclaration": 22302,
2535
2535
  "src": "2274:12:24",
2536
2536
  "typeDescriptions": {
2537
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
2537
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
2538
2538
  "typeString": "enum SchemaType[] memory"
2539
2539
  }
2540
2540
  },
@@ -2562,7 +2562,7 @@
2562
2562
  "nodeType": "IndexAccess",
2563
2563
  "src": "2274:15:24",
2564
2564
  "typeDescriptions": {
2565
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2565
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2566
2566
  "typeString": "enum SchemaType"
2567
2567
  }
2568
2568
  },
@@ -2574,10 +2574,10 @@
2574
2574
  "name": "SchemaType",
2575
2575
  "nodeType": "Identifier",
2576
2576
  "overloadedDeclarations": [],
2577
- "referencedDeclaration": 33955,
2577
+ "referencedDeclaration": 33974,
2578
2578
  "src": "2292:10:24",
2579
2579
  "typeDescriptions": {
2580
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$33955_$",
2580
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$33974_$",
2581
2581
  "typeString": "type(enum SchemaType)"
2582
2582
  }
2583
2583
  },
@@ -2589,16 +2589,16 @@
2589
2589
  "memberLocation": "2303:5:24",
2590
2590
  "memberName": "BYTES",
2591
2591
  "nodeType": "MemberAccess",
2592
- "referencedDeclaration": 33953,
2592
+ "referencedDeclaration": 33972,
2593
2593
  "src": "2292:16:24",
2594
2594
  "typeDescriptions": {
2595
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2595
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2596
2596
  "typeString": "enum SchemaType"
2597
2597
  }
2598
2598
  },
2599
2599
  "src": "2274:34:24",
2600
2600
  "typeDescriptions": {
2601
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2601
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2602
2602
  "typeString": "enum SchemaType"
2603
2603
  }
2604
2604
  },
@@ -2617,7 +2617,7 @@
2617
2617
  "referencedDeclaration": 22302,
2618
2618
  "src": "2339:12:24",
2619
2619
  "typeDescriptions": {
2620
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
2620
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
2621
2621
  "typeString": "enum SchemaType[] memory"
2622
2622
  }
2623
2623
  }
@@ -2625,7 +2625,7 @@
2625
2625
  "expression": {
2626
2626
  "argumentTypes": [
2627
2627
  {
2628
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
2628
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
2629
2629
  "typeString": "enum SchemaType[] memory"
2630
2630
  }
2631
2631
  ],
@@ -2652,7 +2652,7 @@
2652
2652
  "referencedDeclaration": 3052,
2653
2653
  "src": "2322:16:24",
2654
2654
  "typeDescriptions": {
2655
- "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2900_$",
2655
+ "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2900_$",
2656
2656
  "typeString": "function (enum SchemaType[] memory) pure returns (Schema)"
2657
2657
  }
2658
2658
  },