@latticexyz/world-modules 2.0.0-main-c07fa021 → 2.0.0-main-5741d53d

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
@@ -377,7 +377,7 @@
377
377
  3053
378
378
  ],
379
379
  "SchemaType": [
380
- 33955
380
+ 33974
381
381
  ],
382
382
  "SliceLib": [
383
383
  3518
@@ -419,7 +419,7 @@
419
419
  "file": "@latticexyz/schema-type/src/solidity/SchemaType.sol",
420
420
  "nameLocation": "-1:-1:-1",
421
421
  "scope": 18608,
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:21",
432
432
  "typeDescriptions": {}
433
433
  },
@@ -1541,7 +1541,7 @@
1541
1541
  "stateVariable": false,
1542
1542
  "storageLocation": "memory",
1543
1543
  "typeDescriptions": {
1544
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1544
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1545
1545
  "typeString": "enum SchemaType[]"
1546
1546
  },
1547
1547
  "typeName": {
@@ -1555,13 +1555,13 @@
1555
1555
  "1556:10:21"
1556
1556
  ],
1557
1557
  "nodeType": "IdentifierPath",
1558
- "referencedDeclaration": 33955,
1558
+ "referencedDeclaration": 33974,
1559
1559
  "src": "1556:10:21"
1560
1560
  },
1561
- "referencedDeclaration": 33955,
1561
+ "referencedDeclaration": 33974,
1562
1562
  "src": "1556:10:21",
1563
1563
  "typeDescriptions": {
1564
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1564
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1565
1565
  "typeString": "enum SchemaType"
1566
1566
  }
1567
1567
  },
@@ -1569,7 +1569,7 @@
1569
1569
  "nodeType": "ArrayTypeName",
1570
1570
  "src": "1556:12:21",
1571
1571
  "typeDescriptions": {
1572
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_storage_ptr",
1572
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_storage_ptr",
1573
1573
  "typeString": "enum SchemaType[]"
1574
1574
  }
1575
1575
  },
@@ -1611,7 +1611,7 @@
1611
1611
  "nodeType": "NewExpression",
1612
1612
  "src": "1589:16:21",
1613
1613
  "typeDescriptions": {
1614
- "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr_$",
1614
+ "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr_$",
1615
1615
  "typeString": "function (uint256) pure returns (enum SchemaType[] memory)"
1616
1616
  },
1617
1617
  "typeName": {
@@ -1625,13 +1625,13 @@
1625
1625
  "1593:10:21"
1626
1626
  ],
1627
1627
  "nodeType": "IdentifierPath",
1628
- "referencedDeclaration": 33955,
1628
+ "referencedDeclaration": 33974,
1629
1629
  "src": "1593:10:21"
1630
1630
  },
1631
- "referencedDeclaration": 33955,
1631
+ "referencedDeclaration": 33974,
1632
1632
  "src": "1593:10:21",
1633
1633
  "typeDescriptions": {
1634
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1634
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1635
1635
  "typeString": "enum SchemaType"
1636
1636
  }
1637
1637
  },
@@ -1639,7 +1639,7 @@
1639
1639
  "nodeType": "ArrayTypeName",
1640
1640
  "src": "1593:12:21",
1641
1641
  "typeDescriptions": {
1642
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_storage_ptr",
1642
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_storage_ptr",
1643
1643
  "typeString": "enum SchemaType[]"
1644
1644
  }
1645
1645
  }
@@ -1656,7 +1656,7 @@
1656
1656
  "src": "1589:19:21",
1657
1657
  "tryCall": false,
1658
1658
  "typeDescriptions": {
1659
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1659
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1660
1660
  "typeString": "enum SchemaType[] memory"
1661
1661
  }
1662
1662
  },
@@ -1679,7 +1679,7 @@
1679
1679
  "referencedDeclaration": 15072,
1680
1680
  "src": "1614:10:21",
1681
1681
  "typeDescriptions": {
1682
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1682
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1683
1683
  "typeString": "enum SchemaType[] memory"
1684
1684
  }
1685
1685
  },
@@ -1707,7 +1707,7 @@
1707
1707
  "nodeType": "IndexAccess",
1708
1708
  "src": "1614:13:21",
1709
1709
  "typeDescriptions": {
1710
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1710
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1711
1711
  "typeString": "enum SchemaType"
1712
1712
  }
1713
1713
  },
@@ -1719,10 +1719,10 @@
1719
1719
  "name": "SchemaType",
1720
1720
  "nodeType": "Identifier",
1721
1721
  "overloadedDeclarations": [],
1722
- "referencedDeclaration": 33955,
1722
+ "referencedDeclaration": 33974,
1723
1723
  "src": "1630:10:21",
1724
1724
  "typeDescriptions": {
1725
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$33955_$",
1725
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$33974_$",
1726
1726
  "typeString": "type(enum SchemaType)"
1727
1727
  }
1728
1728
  },
@@ -1734,16 +1734,16 @@
1734
1734
  "memberLocation": "1641:7:21",
1735
1735
  "memberName": "BYTES32",
1736
1736
  "nodeType": "MemberAccess",
1737
- "referencedDeclaration": 33852,
1737
+ "referencedDeclaration": 33871,
1738
1738
  "src": "1630:18:21",
1739
1739
  "typeDescriptions": {
1740
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1740
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1741
1741
  "typeString": "enum SchemaType"
1742
1742
  }
1743
1743
  },
1744
1744
  "src": "1614:34:21",
1745
1745
  "typeDescriptions": {
1746
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1746
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1747
1747
  "typeString": "enum SchemaType"
1748
1748
  }
1749
1749
  },
@@ -1762,7 +1762,7 @@
1762
1762
  "referencedDeclaration": 15072,
1763
1763
  "src": "1679:10:21",
1764
1764
  "typeDescriptions": {
1765
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1765
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1766
1766
  "typeString": "enum SchemaType[] memory"
1767
1767
  }
1768
1768
  }
@@ -1770,7 +1770,7 @@
1770
1770
  "expression": {
1771
1771
  "argumentTypes": [
1772
1772
  {
1773
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1773
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1774
1774
  "typeString": "enum SchemaType[] memory"
1775
1775
  }
1776
1776
  ],
@@ -1797,7 +1797,7 @@
1797
1797
  "referencedDeclaration": 3052,
1798
1798
  "src": "1662:16:21",
1799
1799
  "typeDescriptions": {
1800
- "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2900_$",
1800
+ "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2900_$",
1801
1801
  "typeString": "function (enum SchemaType[] memory) pure returns (Schema)"
1802
1802
  }
1803
1803
  },
@@ -1918,7 +1918,7 @@
1918
1918
  "stateVariable": false,
1919
1919
  "storageLocation": "memory",
1920
1920
  "typeDescriptions": {
1921
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1921
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1922
1922
  "typeString": "enum SchemaType[]"
1923
1923
  },
1924
1924
  "typeName": {
@@ -1932,13 +1932,13 @@
1932
1932
  "1800:10:21"
1933
1933
  ],
1934
1934
  "nodeType": "IdentifierPath",
1935
- "referencedDeclaration": 33955,
1935
+ "referencedDeclaration": 33974,
1936
1936
  "src": "1800:10:21"
1937
1937
  },
1938
- "referencedDeclaration": 33955,
1938
+ "referencedDeclaration": 33974,
1939
1939
  "src": "1800:10:21",
1940
1940
  "typeDescriptions": {
1941
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1941
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1942
1942
  "typeString": "enum SchemaType"
1943
1943
  }
1944
1944
  },
@@ -1946,7 +1946,7 @@
1946
1946
  "nodeType": "ArrayTypeName",
1947
1947
  "src": "1800:12:21",
1948
1948
  "typeDescriptions": {
1949
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_storage_ptr",
1949
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_storage_ptr",
1950
1950
  "typeString": "enum SchemaType[]"
1951
1951
  }
1952
1952
  },
@@ -1988,7 +1988,7 @@
1988
1988
  "nodeType": "NewExpression",
1989
1989
  "src": "1835:16:21",
1990
1990
  "typeDescriptions": {
1991
- "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr_$",
1991
+ "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr_$",
1992
1992
  "typeString": "function (uint256) pure returns (enum SchemaType[] memory)"
1993
1993
  },
1994
1994
  "typeName": {
@@ -2002,13 +2002,13 @@
2002
2002
  "1839:10:21"
2003
2003
  ],
2004
2004
  "nodeType": "IdentifierPath",
2005
- "referencedDeclaration": 33955,
2005
+ "referencedDeclaration": 33974,
2006
2006
  "src": "1839:10:21"
2007
2007
  },
2008
- "referencedDeclaration": 33955,
2008
+ "referencedDeclaration": 33974,
2009
2009
  "src": "1839:10:21",
2010
2010
  "typeDescriptions": {
2011
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2011
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2012
2012
  "typeString": "enum SchemaType"
2013
2013
  }
2014
2014
  },
@@ -2016,7 +2016,7 @@
2016
2016
  "nodeType": "ArrayTypeName",
2017
2017
  "src": "1839:12:21",
2018
2018
  "typeDescriptions": {
2019
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_storage_ptr",
2019
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_storage_ptr",
2020
2020
  "typeString": "enum SchemaType[]"
2021
2021
  }
2022
2022
  }
@@ -2033,7 +2033,7 @@
2033
2033
  "src": "1835:19:21",
2034
2034
  "tryCall": false,
2035
2035
  "typeDescriptions": {
2036
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
2036
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
2037
2037
  "typeString": "enum SchemaType[] memory"
2038
2038
  }
2039
2039
  },
@@ -2056,7 +2056,7 @@
2056
2056
  "referencedDeclaration": 15104,
2057
2057
  "src": "1860:12:21",
2058
2058
  "typeDescriptions": {
2059
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
2059
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
2060
2060
  "typeString": "enum SchemaType[] memory"
2061
2061
  }
2062
2062
  },
@@ -2084,7 +2084,7 @@
2084
2084
  "nodeType": "IndexAccess",
2085
2085
  "src": "1860:15:21",
2086
2086
  "typeDescriptions": {
2087
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2087
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2088
2088
  "typeString": "enum SchemaType"
2089
2089
  }
2090
2090
  },
@@ -2096,10 +2096,10 @@
2096
2096
  "name": "SchemaType",
2097
2097
  "nodeType": "Identifier",
2098
2098
  "overloadedDeclarations": [],
2099
- "referencedDeclaration": 33955,
2099
+ "referencedDeclaration": 33974,
2100
2100
  "src": "1878:10:21",
2101
2101
  "typeDescriptions": {
2102
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$33955_$",
2102
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$33974_$",
2103
2103
  "typeString": "type(enum SchemaType)"
2104
2104
  }
2105
2105
  },
@@ -2111,16 +2111,16 @@
2111
2111
  "memberLocation": "1889:6:21",
2112
2112
  "memberName": "UINT32",
2113
2113
  "nodeType": "MemberAccess",
2114
- "referencedDeclaration": 33760,
2114
+ "referencedDeclaration": 33779,
2115
2115
  "src": "1878:17:21",
2116
2116
  "typeDescriptions": {
2117
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2117
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2118
2118
  "typeString": "enum SchemaType"
2119
2119
  }
2120
2120
  },
2121
2121
  "src": "1860:35:21",
2122
2122
  "typeDescriptions": {
2123
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2123
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2124
2124
  "typeString": "enum SchemaType"
2125
2125
  }
2126
2126
  },
@@ -2144,7 +2144,7 @@
2144
2144
  "referencedDeclaration": 15104,
2145
2145
  "src": "1901:12:21",
2146
2146
  "typeDescriptions": {
2147
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
2147
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
2148
2148
  "typeString": "enum SchemaType[] memory"
2149
2149
  }
2150
2150
  },
@@ -2172,7 +2172,7 @@
2172
2172
  "nodeType": "IndexAccess",
2173
2173
  "src": "1901:15:21",
2174
2174
  "typeDescriptions": {
2175
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2175
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2176
2176
  "typeString": "enum SchemaType"
2177
2177
  }
2178
2178
  },
@@ -2184,10 +2184,10 @@
2184
2184
  "name": "SchemaType",
2185
2185
  "nodeType": "Identifier",
2186
2186
  "overloadedDeclarations": [],
2187
- "referencedDeclaration": 33955,
2187
+ "referencedDeclaration": 33974,
2188
2188
  "src": "1919:10:21",
2189
2189
  "typeDescriptions": {
2190
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$33955_$",
2190
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$33974_$",
2191
2191
  "typeString": "type(enum SchemaType)"
2192
2192
  }
2193
2193
  },
@@ -2199,16 +2199,16 @@
2199
2199
  "memberLocation": "1930:7:21",
2200
2200
  "memberName": "UINT128",
2201
2201
  "nodeType": "MemberAccess",
2202
- "referencedDeclaration": 33772,
2202
+ "referencedDeclaration": 33791,
2203
2203
  "src": "1919:18:21",
2204
2204
  "typeDescriptions": {
2205
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2205
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2206
2206
  "typeString": "enum SchemaType"
2207
2207
  }
2208
2208
  },
2209
2209
  "src": "1901:36:21",
2210
2210
  "typeDescriptions": {
2211
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2211
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2212
2212
  "typeString": "enum SchemaType"
2213
2213
  }
2214
2214
  },
@@ -2232,7 +2232,7 @@
2232
2232
  "referencedDeclaration": 15104,
2233
2233
  "src": "1943:12:21",
2234
2234
  "typeDescriptions": {
2235
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
2235
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
2236
2236
  "typeString": "enum SchemaType[] memory"
2237
2237
  }
2238
2238
  },
@@ -2260,7 +2260,7 @@
2260
2260
  "nodeType": "IndexAccess",
2261
2261
  "src": "1943:15:21",
2262
2262
  "typeDescriptions": {
2263
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2263
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2264
2264
  "typeString": "enum SchemaType"
2265
2265
  }
2266
2266
  },
@@ -2272,10 +2272,10 @@
2272
2272
  "name": "SchemaType",
2273
2273
  "nodeType": "Identifier",
2274
2274
  "overloadedDeclarations": [],
2275
- "referencedDeclaration": 33955,
2275
+ "referencedDeclaration": 33974,
2276
2276
  "src": "1961:10:21",
2277
2277
  "typeDescriptions": {
2278
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$33955_$",
2278
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$33974_$",
2279
2279
  "typeString": "type(enum SchemaType)"
2280
2280
  }
2281
2281
  },
@@ -2287,16 +2287,16 @@
2287
2287
  "memberLocation": "1972:12:21",
2288
2288
  "memberName": "UINT32_ARRAY",
2289
2289
  "nodeType": "MemberAccess",
2290
- "referencedDeclaration": 33858,
2290
+ "referencedDeclaration": 33877,
2291
2291
  "src": "1961:23:21",
2292
2292
  "typeDescriptions": {
2293
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2293
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2294
2294
  "typeString": "enum SchemaType"
2295
2295
  }
2296
2296
  },
2297
2297
  "src": "1943:41:21",
2298
2298
  "typeDescriptions": {
2299
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2299
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2300
2300
  "typeString": "enum SchemaType"
2301
2301
  }
2302
2302
  },
@@ -2320,7 +2320,7 @@
2320
2320
  "referencedDeclaration": 15104,
2321
2321
  "src": "1990:12:21",
2322
2322
  "typeDescriptions": {
2323
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
2323
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
2324
2324
  "typeString": "enum SchemaType[] memory"
2325
2325
  }
2326
2326
  },
@@ -2348,7 +2348,7 @@
2348
2348
  "nodeType": "IndexAccess",
2349
2349
  "src": "1990:15:21",
2350
2350
  "typeDescriptions": {
2351
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2351
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2352
2352
  "typeString": "enum SchemaType"
2353
2353
  }
2354
2354
  },
@@ -2360,10 +2360,10 @@
2360
2360
  "name": "SchemaType",
2361
2361
  "nodeType": "Identifier",
2362
2362
  "overloadedDeclarations": [],
2363
- "referencedDeclaration": 33955,
2363
+ "referencedDeclaration": 33974,
2364
2364
  "src": "2008:10:21",
2365
2365
  "typeDescriptions": {
2366
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$33955_$",
2366
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$33974_$",
2367
2367
  "typeString": "type(enum SchemaType)"
2368
2368
  }
2369
2369
  },
@@ -2375,16 +2375,16 @@
2375
2375
  "memberLocation": "2019:6:21",
2376
2376
  "memberName": "STRING",
2377
2377
  "nodeType": "MemberAccess",
2378
- "referencedDeclaration": 33954,
2378
+ "referencedDeclaration": 33973,
2379
2379
  "src": "2008:17:21",
2380
2380
  "typeDescriptions": {
2381
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2381
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2382
2382
  "typeString": "enum SchemaType"
2383
2383
  }
2384
2384
  },
2385
2385
  "src": "1990:35:21",
2386
2386
  "typeDescriptions": {
2387
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2387
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2388
2388
  "typeString": "enum SchemaType"
2389
2389
  }
2390
2390
  },
@@ -2403,7 +2403,7 @@
2403
2403
  "referencedDeclaration": 15104,
2404
2404
  "src": "2056:12:21",
2405
2405
  "typeDescriptions": {
2406
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
2406
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
2407
2407
  "typeString": "enum SchemaType[] memory"
2408
2408
  }
2409
2409
  }
@@ -2411,7 +2411,7 @@
2411
2411
  "expression": {
2412
2412
  "argumentTypes": [
2413
2413
  {
2414
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
2414
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
2415
2415
  "typeString": "enum SchemaType[] memory"
2416
2416
  }
2417
2417
  ],
@@ -2438,7 +2438,7 @@
2438
2438
  "referencedDeclaration": 3052,
2439
2439
  "src": "2039:16:21",
2440
2440
  "typeDescriptions": {
2441
- "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2900_$",
2441
+ "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2900_$",
2442
2442
  "typeString": "function (enum SchemaType[] memory) pure returns (Schema)"
2443
2443
  }
2444
2444
  },