@latticexyz/world-modules 2.0.0-main-f99e8898 → 2.0.0-main-e4e7d774

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 (115) hide show
  1. package/out/AccessControl.sol/AccessControl.abi.json +1 -0
  2. package/out/AccessControl.sol/AccessControl.json +1651 -0
  3. package/out/ArrayLib.sol/ArrayLib.json +477 -477
  4. package/out/Balances.sol/Balances.abi.json +1 -0
  5. package/out/Balances.sol/Balances.json +13002 -0
  6. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +350 -350
  7. package/out/CallboundDelegations.sol/CallboundDelegations.json +4497 -4497
  8. package/out/DelegationControl.sol/DelegationControl.json +135 -135
  9. package/out/FunctionSelectors.sol/FunctionSelectors.abi.json +1 -0
  10. package/out/FunctionSelectors.sol/FunctionSelectors.json +17874 -0
  11. package/out/Hooks.sol/Hooks.json +45 -45
  12. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
  13. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
  14. package/out/IBaseWorld.sol/IBaseWorld.json +81 -81
  15. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +15 -15
  16. package/out/IDelegationControl.sol/IDelegationControl.json +7 -7
  17. package/out/ISystemHook.sol/ISystemHook.json +12 -12
  18. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +25 -25
  19. package/out/IWorldErrors.sol/IWorldErrors.json +19 -19
  20. package/out/IWorldKernel.sol/IWorldCall.json +10 -10
  21. package/out/IWorldKernel.sol/IWorldKernel.json +10 -10
  22. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +10 -10
  23. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +39 -39
  24. package/out/KeysInTable.sol/KeysInTable.json +18190 -18190
  25. package/out/KeysInTableHook.sol/KeysInTableHook.json +1407 -1407
  26. package/out/KeysInTableModule.sol/KeysInTableModule.json +838 -838
  27. package/out/KeysWithValue.sol/KeysWithValue.json +6631 -6631
  28. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1557 -1557
  29. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +650 -650
  30. package/out/Module.sol/Module.json +119 -119
  31. package/out/NamespaceOwner.sol/NamespaceOwner.abi.json +1 -0
  32. package/out/NamespaceOwner.sol/NamespaceOwner.json +13016 -0
  33. package/out/ResourceAccess.sol/ResourceAccess.abi.json +1 -0
  34. package/out/ResourceAccess.sol/ResourceAccess.json +17296 -0
  35. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  36. package/out/Schema.sol/SchemaInstance.json +30 -30
  37. package/out/Schema.sol/SchemaLib.json +30 -30
  38. package/out/SchemaType.sol/SchemaType.json +729 -729
  39. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +448 -448
  40. package/out/StoreHook.sol/StoreHook.json +639 -639
  41. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  42. package/out/System.sol/System.json +32 -32
  43. package/out/SystemHooks.sol/SystemHooks.abi.json +1 -0
  44. package/out/SystemHooks.sol/SystemHooks.json +32460 -0
  45. package/out/SystemSwitch.sol/SystemSwitch.abi.json +1 -0
  46. package/out/SystemSwitch.sol/SystemSwitch.json +2879 -0
  47. package/out/Systems.sol/Systems.abi.json +1 -0
  48. package/out/Systems.sol/Systems.json +18508 -0
  49. package/out/Tables.sol/Tables.json +73 -73
  50. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +183 -183
  51. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3474 -3474
  52. package/out/UniqueEntity.sol/UniqueEntity.json +2345 -2345
  53. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +482 -482
  54. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +128 -128
  55. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4590 -4590
  56. package/out/WorldContext.sol/WorldContextConsumer.json +14 -14
  57. package/out/WorldContext.sol/WorldContextConsumerLib.json +14 -14
  58. package/out/WorldContext.sol/WorldContextProviderLib.json +14 -14
  59. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
  60. package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
  61. package/out/constants.sol/constants.json +194 -194
  62. package/out/getKeysInTable.sol/getKeysInTable.json +918 -918
  63. package/out/getKeysWithValue.sol/getKeysWithValue.json +431 -431
  64. package/out/getTargetTableId.sol/getTargetTableId.json +272 -272
  65. package/out/getUniqueEntity.sol/getUniqueEntity.json +389 -240
  66. package/out/hasKey.sol/hasKey.json +215 -215
  67. package/out/index.sol/index.json +73 -73
  68. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +171 -171
  69. package/out/query.sol/query.json +1892 -1892
  70. package/out/revertWithBytes.sol/revertWithBytes.json +52 -52
  71. package/out/src/Bytes.sol/Bytes.json +3766 -3766
  72. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +1204 -1204
  73. package/out/src/FieldLayout.sol/FieldLayoutLib.json +1204 -1204
  74. package/out/src/Hook.sol/HookInstance.abi.json +1 -0
  75. package/out/src/Hook.sol/HookInstance.json +2823 -0
  76. package/out/src/Hook.sol/HookLib.abi.json +1 -0
  77. package/out/src/Hook.sol/HookLib.json +2823 -0
  78. package/out/src/IStore.sol/IStore.json +73 -73
  79. package/out/src/ISystemHook.sol/ISystemHook.abi.json +67 -0
  80. package/out/src/ISystemHook.sol/ISystemHook.abi.json.d.ts +68 -0
  81. package/out/src/ISystemHook.sol/ISystemHook.json +852 -0
  82. package/out/src/IWorldErrors.sol/IWorldErrors.abi.json +189 -0
  83. package/out/src/IWorldErrors.sol/IWorldErrors.abi.json.d.ts +190 -0
  84. package/out/src/IWorldErrors.sol/IWorldErrors.json +1463 -0
  85. package/out/src/IWorldKernel.sol/IWorldCall.json +258 -258
  86. package/out/src/IWorldKernel.sol/IWorldKernel.json +258 -258
  87. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +258 -258
  88. package/out/src/Memory.sol/Memory.json +242 -242
  89. package/out/src/PackedCounter.sol/PackedCounterInstance.json +1633 -1633
  90. package/out/src/PackedCounter.sol/PackedCounterLib.json +1633 -1633
  91. package/out/src/ResourceId.sol/ResourceIdInstance.json +206 -206
  92. package/out/src/ResourceId.sol/ResourceIdLib.json +206 -206
  93. package/out/src/Schema.sol/SchemaInstance.json +1351 -1351
  94. package/out/src/Schema.sol/SchemaLib.json +1351 -1351
  95. package/out/src/Slice.sol/SliceInstance.json +802 -802
  96. package/out/src/Slice.sol/SliceLib.json +802 -802
  97. package/out/src/StoreCore.sol/StoreCore.json +7412 -7412
  98. package/out/src/StoreCore.sol/StoreCoreInternal.json +7412 -7412
  99. package/out/src/StoreSwitch.sol/StoreSwitch.json +4064 -4064
  100. package/out/src/WorldContext.sol/WorldContextConsumer.json +805 -805
  101. package/out/src/WorldContext.sol/WorldContextConsumerLib.json +807 -807
  102. package/out/src/WorldContext.sol/WorldContextProviderLib.json +807 -807
  103. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +809 -809
  104. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +809 -809
  105. package/out/storeHookTypes.sol/storeHookTypes.json +204 -204
  106. package/out/storeResourceTypes.sol/storeResourceTypes.json +23 -23
  107. package/out/systemHookTypes.sol/systemHookTypes.json +270 -0
  108. package/out/tables/ResourceIds.sol/ResourceIds.json +2922 -2922
  109. package/out/tables/Tables.sol/Tables.json +12189 -12189
  110. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +6883 -6883
  111. package/out/types.sol/types.json +71 -71
  112. package/out/worldResourceTypes.sol/worldResourceTypes.json +92 -92
  113. package/package.json +8 -8
  114. package/src/modules/uniqueentity/getUniqueEntity.sol +5 -3
  115. package/src/utils/SystemSwitch.sol +82 -0
@@ -530,7 +530,7 @@
530
530
  23378
531
531
  ],
532
532
  "StoreSwitch": [
533
- 31292
533
+ 33808
534
534
  ],
535
535
  "WORLD_CONTEXT_CONSUMER_INTERFACE_ID": [
536
536
  23356
@@ -545,7 +545,7 @@
545
545
  23813
546
546
  ],
547
547
  "revertWithBytes": [
548
- 24388
548
+ 26707
549
549
  ]
550
550
  },
551
551
  "nodeType": "SourceUnit",
@@ -572,7 +572,7 @@
572
572
  "file": "@latticexyz/store/src/StoreSwitch.sol",
573
573
  "nameLocation": "-1:-1:-1",
574
574
  "scope": 23814,
575
- "sourceUnit": 31293,
575
+ "sourceUnit": 33809,
576
576
  "symbolAliases": [
577
577
  {
578
578
  "foreign": {
@@ -580,7 +580,7 @@
580
580
  "name": "StoreSwitch",
581
581
  "nodeType": "Identifier",
582
582
  "overloadedDeclarations": [],
583
- "referencedDeclaration": 31292,
583
+ "referencedDeclaration": 33808,
584
584
  "src": "68:11:40",
585
585
  "typeDescriptions": {}
586
586
  },
@@ -598,7 +598,7 @@
598
598
  "file": "./revertWithBytes.sol",
599
599
  "nameLocation": "-1:-1:-1",
600
600
  "scope": 23814,
601
- "sourceUnit": 24389,
601
+ "sourceUnit": 26708,
602
602
  "symbolAliases": [
603
603
  {
604
604
  "foreign": {
@@ -606,7 +606,7 @@
606
606
  "name": "revertWithBytes",
607
607
  "nodeType": "Identifier",
608
608
  "overloadedDeclarations": [],
609
- "referencedDeclaration": 24388,
609
+ "referencedDeclaration": 26707,
610
610
  "src": "137:15:40",
611
611
  "typeDescriptions": {}
612
612
  },
@@ -1036,10 +1036,10 @@
1036
1036
  "name": "StoreSwitch",
1037
1037
  "nodeType": "Identifier",
1038
1038
  "overloadedDeclarations": [],
1039
- "referencedDeclaration": 31292,
1039
+ "referencedDeclaration": 33808,
1040
1040
  "src": "1986:11:40",
1041
1041
  "typeDescriptions": {
1042
- "typeIdentifier": "t_type$_t_contract$_StoreSwitch_$31292_$",
1042
+ "typeIdentifier": "t_type$_t_contract$_StoreSwitch_$33808_$",
1043
1043
  "typeString": "type(library StoreSwitch)"
1044
1044
  }
1045
1045
  },
@@ -1051,7 +1051,7 @@
1051
1051
  "memberLocation": "1998:15:40",
1052
1052
  "memberName": "getStoreAddress",
1053
1053
  "nodeType": "MemberAccess",
1054
- "referencedDeclaration": 30036,
1054
+ "referencedDeclaration": 32552,
1055
1055
  "src": "1986:27:40",
1056
1056
  "typeDescriptions": {
1057
1057
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
@@ -1898,10 +1898,10 @@
1898
1898
  "name": "StoreSwitch",
1899
1899
  "nodeType": "Identifier",
1900
1900
  "overloadedDeclarations": [],
1901
- "referencedDeclaration": 31292,
1901
+ "referencedDeclaration": 33808,
1902
1902
  "src": "3894:11:40",
1903
1903
  "typeDescriptions": {
1904
- "typeIdentifier": "t_type$_t_contract$_StoreSwitch_$31292_$",
1904
+ "typeIdentifier": "t_type$_t_contract$_StoreSwitch_$33808_$",
1905
1905
  "typeString": "type(library StoreSwitch)"
1906
1906
  }
1907
1907
  },
@@ -1913,7 +1913,7 @@
1913
1913
  "memberLocation": "3906:15:40",
1914
1914
  "memberName": "getStoreAddress",
1915
1915
  "nodeType": "MemberAccess",
1916
- "referencedDeclaration": 30036,
1916
+ "referencedDeclaration": 32552,
1917
1917
  "src": "3894:27:40",
1918
1918
  "typeDescriptions": {
1919
1919
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
@@ -3370,7 +3370,7 @@
3370
3370
  "name": "revertWithBytes",
3371
3371
  "nodeType": "Identifier",
3372
3372
  "overloadedDeclarations": [],
3373
- "referencedDeclaration": 24388,
3373
+ "referencedDeclaration": 26707,
3374
3374
  "src": "7262:15:40",
3375
3375
  "typeDescriptions": {
3376
3376
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
@@ -3826,7 +3826,7 @@
3826
3826
  "name": "revertWithBytes",
3827
3827
  "nodeType": "Identifier",
3828
3828
  "overloadedDeclarations": [],
3829
- "referencedDeclaration": 24388,
3829
+ "referencedDeclaration": 26707,
3830
3830
  "src": "8140:15:40",
3831
3831
  "typeDescriptions": {
3832
3832
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
@@ -370,7 +370,7 @@
370
370
  23378
371
371
  ],
372
372
  "StoreSwitch": [
373
- 31292
373
+ 33808
374
374
  ],
375
375
  "WORLD_CONTEXT_CONSUMER_INTERFACE_ID": [
376
376
  23356
@@ -385,7 +385,7 @@
385
385
  23813
386
386
  ],
387
387
  "revertWithBytes": [
388
- 24388
388
+ 26707
389
389
  ]
390
390
  },
391
391
  "nodeType": "SourceUnit",
@@ -412,7 +412,7 @@
412
412
  "file": "@latticexyz/store/src/StoreSwitch.sol",
413
413
  "nameLocation": "-1:-1:-1",
414
414
  "scope": 23814,
415
- "sourceUnit": 31293,
415
+ "sourceUnit": 33809,
416
416
  "symbolAliases": [
417
417
  {
418
418
  "foreign": {
@@ -420,7 +420,7 @@
420
420
  "name": "StoreSwitch",
421
421
  "nodeType": "Identifier",
422
422
  "overloadedDeclarations": [],
423
- "referencedDeclaration": 31292,
423
+ "referencedDeclaration": 33808,
424
424
  "src": "68:11:40",
425
425
  "typeDescriptions": {}
426
426
  },
@@ -438,7 +438,7 @@
438
438
  "file": "./revertWithBytes.sol",
439
439
  "nameLocation": "-1:-1:-1",
440
440
  "scope": 23814,
441
- "sourceUnit": 24389,
441
+ "sourceUnit": 26708,
442
442
  "symbolAliases": [
443
443
  {
444
444
  "foreign": {
@@ -446,7 +446,7 @@
446
446
  "name": "revertWithBytes",
447
447
  "nodeType": "Identifier",
448
448
  "overloadedDeclarations": [],
449
- "referencedDeclaration": 24388,
449
+ "referencedDeclaration": 26707,
450
450
  "src": "137:15:40",
451
451
  "typeDescriptions": {}
452
452
  },
@@ -876,10 +876,10 @@
876
876
  "name": "StoreSwitch",
877
877
  "nodeType": "Identifier",
878
878
  "overloadedDeclarations": [],
879
- "referencedDeclaration": 31292,
879
+ "referencedDeclaration": 33808,
880
880
  "src": "1986:11:40",
881
881
  "typeDescriptions": {
882
- "typeIdentifier": "t_type$_t_contract$_StoreSwitch_$31292_$",
882
+ "typeIdentifier": "t_type$_t_contract$_StoreSwitch_$33808_$",
883
883
  "typeString": "type(library StoreSwitch)"
884
884
  }
885
885
  },
@@ -891,7 +891,7 @@
891
891
  "memberLocation": "1998:15:40",
892
892
  "memberName": "getStoreAddress",
893
893
  "nodeType": "MemberAccess",
894
- "referencedDeclaration": 30036,
894
+ "referencedDeclaration": 32552,
895
895
  "src": "1986:27:40",
896
896
  "typeDescriptions": {
897
897
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
@@ -1738,10 +1738,10 @@
1738
1738
  "name": "StoreSwitch",
1739
1739
  "nodeType": "Identifier",
1740
1740
  "overloadedDeclarations": [],
1741
- "referencedDeclaration": 31292,
1741
+ "referencedDeclaration": 33808,
1742
1742
  "src": "3894:11:40",
1743
1743
  "typeDescriptions": {
1744
- "typeIdentifier": "t_type$_t_contract$_StoreSwitch_$31292_$",
1744
+ "typeIdentifier": "t_type$_t_contract$_StoreSwitch_$33808_$",
1745
1745
  "typeString": "type(library StoreSwitch)"
1746
1746
  }
1747
1747
  },
@@ -1753,7 +1753,7 @@
1753
1753
  "memberLocation": "3906:15:40",
1754
1754
  "memberName": "getStoreAddress",
1755
1755
  "nodeType": "MemberAccess",
1756
- "referencedDeclaration": 30036,
1756
+ "referencedDeclaration": 32552,
1757
1757
  "src": "3894:27:40",
1758
1758
  "typeDescriptions": {
1759
1759
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
@@ -3210,7 +3210,7 @@
3210
3210
  "name": "revertWithBytes",
3211
3211
  "nodeType": "Identifier",
3212
3212
  "overloadedDeclarations": [],
3213
- "referencedDeclaration": 24388,
3213
+ "referencedDeclaration": 26707,
3214
3214
  "src": "7262:15:40",
3215
3215
  "typeDescriptions": {
3216
3216
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
@@ -3666,7 +3666,7 @@
3666
3666
  "name": "revertWithBytes",
3667
3667
  "nodeType": "Identifier",
3668
3668
  "overloadedDeclarations": [],
3669
- "referencedDeclaration": 24388,
3669
+ "referencedDeclaration": 26707,
3670
3670
  "src": "8140:15:40",
3671
3671
  "typeDescriptions": {
3672
3672
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
@@ -370,7 +370,7 @@
370
370
  23378
371
371
  ],
372
372
  "StoreSwitch": [
373
- 31292
373
+ 33808
374
374
  ],
375
375
  "WORLD_CONTEXT_CONSUMER_INTERFACE_ID": [
376
376
  23356
@@ -385,7 +385,7 @@
385
385
  23813
386
386
  ],
387
387
  "revertWithBytes": [
388
- 24388
388
+ 26707
389
389
  ]
390
390
  },
391
391
  "nodeType": "SourceUnit",
@@ -412,7 +412,7 @@
412
412
  "file": "@latticexyz/store/src/StoreSwitch.sol",
413
413
  "nameLocation": "-1:-1:-1",
414
414
  "scope": 23814,
415
- "sourceUnit": 31293,
415
+ "sourceUnit": 33809,
416
416
  "symbolAliases": [
417
417
  {
418
418
  "foreign": {
@@ -420,7 +420,7 @@
420
420
  "name": "StoreSwitch",
421
421
  "nodeType": "Identifier",
422
422
  "overloadedDeclarations": [],
423
- "referencedDeclaration": 31292,
423
+ "referencedDeclaration": 33808,
424
424
  "src": "68:11:40",
425
425
  "typeDescriptions": {}
426
426
  },
@@ -438,7 +438,7 @@
438
438
  "file": "./revertWithBytes.sol",
439
439
  "nameLocation": "-1:-1:-1",
440
440
  "scope": 23814,
441
- "sourceUnit": 24389,
441
+ "sourceUnit": 26708,
442
442
  "symbolAliases": [
443
443
  {
444
444
  "foreign": {
@@ -446,7 +446,7 @@
446
446
  "name": "revertWithBytes",
447
447
  "nodeType": "Identifier",
448
448
  "overloadedDeclarations": [],
449
- "referencedDeclaration": 24388,
449
+ "referencedDeclaration": 26707,
450
450
  "src": "137:15:40",
451
451
  "typeDescriptions": {}
452
452
  },
@@ -876,10 +876,10 @@
876
876
  "name": "StoreSwitch",
877
877
  "nodeType": "Identifier",
878
878
  "overloadedDeclarations": [],
879
- "referencedDeclaration": 31292,
879
+ "referencedDeclaration": 33808,
880
880
  "src": "1986:11:40",
881
881
  "typeDescriptions": {
882
- "typeIdentifier": "t_type$_t_contract$_StoreSwitch_$31292_$",
882
+ "typeIdentifier": "t_type$_t_contract$_StoreSwitch_$33808_$",
883
883
  "typeString": "type(library StoreSwitch)"
884
884
  }
885
885
  },
@@ -891,7 +891,7 @@
891
891
  "memberLocation": "1998:15:40",
892
892
  "memberName": "getStoreAddress",
893
893
  "nodeType": "MemberAccess",
894
- "referencedDeclaration": 30036,
894
+ "referencedDeclaration": 32552,
895
895
  "src": "1986:27:40",
896
896
  "typeDescriptions": {
897
897
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
@@ -1738,10 +1738,10 @@
1738
1738
  "name": "StoreSwitch",
1739
1739
  "nodeType": "Identifier",
1740
1740
  "overloadedDeclarations": [],
1741
- "referencedDeclaration": 31292,
1741
+ "referencedDeclaration": 33808,
1742
1742
  "src": "3894:11:40",
1743
1743
  "typeDescriptions": {
1744
- "typeIdentifier": "t_type$_t_contract$_StoreSwitch_$31292_$",
1744
+ "typeIdentifier": "t_type$_t_contract$_StoreSwitch_$33808_$",
1745
1745
  "typeString": "type(library StoreSwitch)"
1746
1746
  }
1747
1747
  },
@@ -1753,7 +1753,7 @@
1753
1753
  "memberLocation": "3906:15:40",
1754
1754
  "memberName": "getStoreAddress",
1755
1755
  "nodeType": "MemberAccess",
1756
- "referencedDeclaration": 30036,
1756
+ "referencedDeclaration": 32552,
1757
1757
  "src": "3894:27:40",
1758
1758
  "typeDescriptions": {
1759
1759
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
@@ -3210,7 +3210,7 @@
3210
3210
  "name": "revertWithBytes",
3211
3211
  "nodeType": "Identifier",
3212
3212
  "overloadedDeclarations": [],
3213
- "referencedDeclaration": 24388,
3213
+ "referencedDeclaration": 26707,
3214
3214
  "src": "7262:15:40",
3215
3215
  "typeDescriptions": {
3216
3216
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
@@ -3666,7 +3666,7 @@
3666
3666
  "name": "revertWithBytes",
3667
3667
  "nodeType": "Identifier",
3668
3668
  "overloadedDeclarations": [],
3669
- "referencedDeclaration": 24388,
3669
+ "referencedDeclaration": 26707,
3670
3670
  "src": "8140:15:40",
3671
3671
  "typeDescriptions": {
3672
3672
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",