@latticexyz/world-modules 2.0.0-main-cf2104eb → 2.0.0-main-fe005ee0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/ArrayLib.sol/ArrayLib.json +255 -255
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +220 -220
- package/out/CallboundDelegations.sol/CallboundDelegations.json +4203 -4203
- package/out/DelegationControl.sol/DelegationControl.json +98 -98
- package/out/Hook.sol/HookInstance.json +13 -13
- package/out/Hook.sol/HookLib.json +13 -13
- package/out/Hooks.sol/Hooks.json +2917 -2917
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
- package/out/IBaseWorld.sol/IBaseWorld.json +75 -75
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +19 -19
- package/out/IDelegationControl.sol/IDelegationControl.json +7 -7
- package/out/ISystemHook.sol/ISystemHook.json +12 -12
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
- package/out/IWorldErrors.sol/IWorldErrors.json +19 -19
- package/out/IWorldKernel.sol/IWorldCall.json +10 -10
- package/out/IWorldKernel.sol/IWorldKernel.json +10 -10
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +10 -10
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +52 -52
- package/out/KeysInTable.sol/KeysInTable.json +17953 -17953
- package/out/KeysInTableHook.sol/KeysInTableHook.json +882 -882
- package/out/KeysInTableModule.sol/KeysInTableModule.json +549 -549
- package/out/KeysWithValue.sol/KeysWithValue.json +6427 -6427
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1008 -1008
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +434 -434
- package/out/Module.sol/Module.json +88 -88
- package/out/ResourceIds.sol/ResourceIds.json +964 -964
- package/out/Schema.sol/SchemaInstance.json +30 -30
- package/out/Schema.sol/SchemaLib.json +30 -30
- package/out/SchemaType.sol/SchemaType.json +276 -276
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +315 -315
- package/out/StoreCore.sol/StoreCore.json +13 -13
- package/out/StoreCore.sol/StoreCoreInternal.json +13 -13
- package/out/StoreHook.sol/StoreHook.json +368 -368
- package/out/StoreHooks.sol/StoreHooks.json +2692 -2692
- package/out/StoreSwitch.sol/StoreSwitch.json +13 -13
- package/out/System.sol/System.json +32 -32
- package/out/Tables.sol/Tables.json +4684 -4684
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +124 -124
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3210 -3210
- package/out/UniqueEntity.sol/UniqueEntity.json +2125 -2125
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +336 -336
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +98 -98
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4308 -4308
- package/out/WorldContext.sol/WorldContextConsumer.json +24 -24
- package/out/WorldContext.sol/WorldContextProvider.json +24 -24
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +96 -96
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +96 -96
- package/out/constants.sol/constants.json +35 -35
- package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
- package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
- package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
- package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
- package/out/hasKey.sol/hasKey.json +130 -130
- package/out/index.sol/index.json +53 -53
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +168 -168
- package/out/query.sol/query.json +1154 -1154
- package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
- package/out/src/Bytes.sol/Bytes.json +1332 -1332
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
- package/out/src/IStore.sol/IStore.json +52 -52
- package/out/src/IWorldKernel.sol/IWorldCall.json +150 -150
- package/out/src/IWorldKernel.sol/IWorldKernel.json +150 -150
- package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +150 -150
- package/out/src/Memory.sol/Memory.json +91 -91
- package/out/src/PackedCounter.sol/PackedCounterInstance.json +929 -929
- package/out/src/PackedCounter.sol/PackedCounterLib.json +929 -929
- package/out/src/ResourceId.sol/ResourceIdInstance.json +116 -116
- package/out/src/ResourceId.sol/ResourceIdLib.json +116 -116
- package/out/src/Schema.sol/SchemaInstance.json +790 -790
- package/out/src/Schema.sol/SchemaLib.json +790 -790
- package/out/src/Slice.sol/SliceInstance.json +430 -430
- package/out/src/Slice.sol/SliceLib.json +430 -430
- package/out/src/StoreCore.sol/StoreCore.json +4468 -4468
- package/out/src/StoreCore.sol/StoreCoreInternal.json +4468 -4468
- package/out/src/StoreSwitch.sol/StoreSwitch.json +2496 -2496
- package/out/src/WorldContext.sol/WorldContextConsumer.json +376 -376
- package/out/src/WorldContext.sol/WorldContextProvider.json +376 -376
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
- package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
- package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
- package/out/tables/ResourceIds.sol/ResourceIds.json +2665 -2665
- package/out/tables/Tables.sol/Tables.json +11899 -11899
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3345 -3345
- package/out/types.sol/types.json +60 -72
- package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
- package/package.json +8 -8
- package/src/interfaces/IBaseWorld.sol +3 -2
- package/src/modules/keysintable/tables/KeysInTable.sol +285 -135
- package/src/modules/keysintable/tables/UsedKeysIndex.sol +36 -12
- package/src/modules/keyswithvalue/tables/KeysWithValue.sol +114 -54
- package/src/modules/std-delegations/tables/CallboundDelegations.sol +36 -12
- package/src/modules/std-delegations/tables/TimeboundDelegations.sol +36 -12
- package/src/modules/uniqueentity/tables/UniqueEntity.sol +36 -12
@@ -102,7 +102,7 @@
|
|
102
102
|
3109
|
103
103
|
],
|
104
104
|
"SchemaType": [
|
105
|
-
|
105
|
+
24549
|
106
106
|
],
|
107
107
|
"WORD_LAST_INDEX": [
|
108
108
|
18193
|
@@ -132,7 +132,7 @@
|
|
132
132
|
"file": "@latticexyz/schema-type/src/solidity/SchemaType.sol",
|
133
133
|
"nameLocation": "-1:-1:-1",
|
134
134
|
"scope": 3423,
|
135
|
-
"sourceUnit":
|
135
|
+
"sourceUnit": 24591,
|
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":
|
143
|
+
"referencedDeclaration": 24549,
|
144
144
|
"src": "68:10:15",
|
145
145
|
"typeDescriptions": {}
|
146
146
|
},
|
@@ -385,7 +385,7 @@
|
|
385
385
|
"referencedDeclaration": 2972,
|
386
386
|
"src": "1333:7:15",
|
387
387
|
"typeDescriptions": {
|
388
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
388
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24549_$dyn_memory_ptr",
|
389
389
|
"typeString": "enum SchemaType[] memory"
|
390
390
|
}
|
391
391
|
},
|
@@ -438,7 +438,7 @@
|
|
438
438
|
"referencedDeclaration": 2972,
|
439
439
|
"src": "1399:7:15",
|
440
440
|
"typeDescriptions": {
|
441
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
441
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24549_$dyn_memory_ptr",
|
442
442
|
"typeString": "enum SchemaType[] memory"
|
443
443
|
}
|
444
444
|
},
|
@@ -660,7 +660,7 @@
|
|
660
660
|
"referencedDeclaration": 2972,
|
661
661
|
"src": "1698:7:15",
|
662
662
|
"typeDescriptions": {
|
663
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
663
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24549_$dyn_memory_ptr",
|
664
664
|
"typeString": "enum SchemaType[] memory"
|
665
665
|
}
|
666
666
|
},
|
@@ -684,7 +684,7 @@
|
|
684
684
|
"nodeType": "IndexAccess",
|
685
685
|
"src": "1698:10:15",
|
686
686
|
"typeDescriptions": {
|
687
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
687
|
+
"typeIdentifier": "t_enum$_SchemaType_$24549",
|
688
688
|
"typeString": "enum SchemaType"
|
689
689
|
}
|
690
690
|
},
|
@@ -696,10 +696,10 @@
|
|
696
696
|
"memberLocation": "1709:19:15",
|
697
697
|
"memberName": "getStaticByteLength",
|
698
698
|
"nodeType": "MemberAccess",
|
699
|
-
"referencedDeclaration":
|
699
|
+
"referencedDeclaration": 24590,
|
700
700
|
"src": "1698:30:15",
|
701
701
|
"typeDescriptions": {
|
702
|
-
"typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$
|
702
|
+
"typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24549_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24549_$",
|
703
703
|
"typeString": "function (enum SchemaType) pure returns (uint256)"
|
704
704
|
}
|
705
705
|
},
|
@@ -1003,7 +1003,7 @@
|
|
1003
1003
|
"referencedDeclaration": 2972,
|
1004
1004
|
"src": "2492:7:15",
|
1005
1005
|
"typeDescriptions": {
|
1006
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
1006
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24549_$dyn_memory_ptr",
|
1007
1007
|
"typeString": "enum SchemaType[] memory"
|
1008
1008
|
}
|
1009
1009
|
},
|
@@ -1027,7 +1027,7 @@
|
|
1027
1027
|
"nodeType": "IndexAccess",
|
1028
1028
|
"src": "2492:10:15",
|
1029
1029
|
"typeDescriptions": {
|
1030
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
1030
|
+
"typeIdentifier": "t_enum$_SchemaType_$24549",
|
1031
1031
|
"typeString": "enum SchemaType"
|
1032
1032
|
}
|
1033
1033
|
}
|
@@ -1035,7 +1035,7 @@
|
|
1035
1035
|
"expression": {
|
1036
1036
|
"argumentTypes": [
|
1037
1037
|
{
|
1038
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
1038
|
+
"typeIdentifier": "t_enum$_SchemaType_$24549",
|
1039
1039
|
"typeString": "enum SchemaType"
|
1040
1040
|
}
|
1041
1041
|
],
|
@@ -1299,7 +1299,7 @@
|
|
1299
1299
|
"referencedDeclaration": 2972,
|
1300
1300
|
"src": "1645:7:15",
|
1301
1301
|
"typeDescriptions": {
|
1302
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
1302
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24549_$dyn_memory_ptr",
|
1303
1303
|
"typeString": "enum SchemaType[] memory"
|
1304
1304
|
}
|
1305
1305
|
},
|
@@ -1563,7 +1563,7 @@
|
|
1563
1563
|
"referencedDeclaration": 2972,
|
1564
1564
|
"src": "2802:7:15",
|
1565
1565
|
"typeDescriptions": {
|
1566
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
1566
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24549_$dyn_memory_ptr",
|
1567
1567
|
"typeString": "enum SchemaType[] memory"
|
1568
1568
|
}
|
1569
1569
|
},
|
@@ -2024,7 +2024,7 @@
|
|
2024
2024
|
"stateVariable": false,
|
2025
2025
|
"storageLocation": "memory",
|
2026
2026
|
"typeDescriptions": {
|
2027
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
2027
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24549_$dyn_memory_ptr",
|
2028
2028
|
"typeString": "enum SchemaType[]"
|
2029
2029
|
},
|
2030
2030
|
"typeName": {
|
@@ -2038,13 +2038,13 @@
|
|
2038
2038
|
"1263:10:15"
|
2039
2039
|
],
|
2040
2040
|
"nodeType": "IdentifierPath",
|
2041
|
-
"referencedDeclaration":
|
2041
|
+
"referencedDeclaration": 24549,
|
2042
2042
|
"src": "1263:10:15"
|
2043
2043
|
},
|
2044
|
-
"referencedDeclaration":
|
2044
|
+
"referencedDeclaration": 24549,
|
2045
2045
|
"src": "1263:10:15",
|
2046
2046
|
"typeDescriptions": {
|
2047
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
2047
|
+
"typeIdentifier": "t_enum$_SchemaType_$24549",
|
2048
2048
|
"typeString": "enum SchemaType"
|
2049
2049
|
}
|
2050
2050
|
},
|
@@ -2052,7 +2052,7 @@
|
|
2052
2052
|
"nodeType": "ArrayTypeName",
|
2053
2053
|
"src": "1263:12:15",
|
2054
2054
|
"typeDescriptions": {
|
2055
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
2055
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24549_$dyn_storage_ptr",
|
2056
2056
|
"typeString": "enum SchemaType[]"
|
2057
2057
|
}
|
2058
2058
|
},
|
@@ -2736,10 +2736,10 @@
|
|
2736
2736
|
"name": "SchemaType",
|
2737
2737
|
"nodeType": "Identifier",
|
2738
2738
|
"overloadedDeclarations": [],
|
2739
|
-
"referencedDeclaration":
|
2739
|
+
"referencedDeclaration": 24549,
|
2740
2740
|
"src": "4061:10:15",
|
2741
2741
|
"typeDescriptions": {
|
2742
|
-
"typeIdentifier": "t_type$_t_enum$_SchemaType_$
|
2742
|
+
"typeIdentifier": "t_type$_t_enum$_SchemaType_$24549_$",
|
2743
2743
|
"typeString": "type(enum SchemaType)"
|
2744
2744
|
}
|
2745
2745
|
},
|
@@ -2755,7 +2755,7 @@
|
|
2755
2755
|
"src": "4061:82:15",
|
2756
2756
|
"tryCall": false,
|
2757
2757
|
"typeDescriptions": {
|
2758
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
2758
|
+
"typeIdentifier": "t_enum$_SchemaType_$24549",
|
2759
2759
|
"typeString": "enum SchemaType"
|
2760
2760
|
}
|
2761
2761
|
},
|
@@ -2866,7 +2866,7 @@
|
|
2866
2866
|
"stateVariable": false,
|
2867
2867
|
"storageLocation": "default",
|
2868
2868
|
"typeDescriptions": {
|
2869
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
2869
|
+
"typeIdentifier": "t_enum$_SchemaType_$24549",
|
2870
2870
|
"typeString": "enum SchemaType"
|
2871
2871
|
},
|
2872
2872
|
"typeName": {
|
@@ -2879,13 +2879,13 @@
|
|
2879
2879
|
"4018:10:15"
|
2880
2880
|
],
|
2881
2881
|
"nodeType": "IdentifierPath",
|
2882
|
-
"referencedDeclaration":
|
2882
|
+
"referencedDeclaration": 24549,
|
2883
2883
|
"src": "4018:10:15"
|
2884
2884
|
},
|
2885
|
-
"referencedDeclaration":
|
2885
|
+
"referencedDeclaration": 24549,
|
2886
2886
|
"src": "4018:10:15",
|
2887
2887
|
"typeDescriptions": {
|
2888
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
2888
|
+
"typeIdentifier": "t_enum$_SchemaType_$24549",
|
2889
2889
|
"typeString": "enum SchemaType"
|
2890
2890
|
}
|
2891
2891
|
},
|
@@ -5054,7 +5054,7 @@
|
|
5054
5054
|
"referencedDeclaration": 3167,
|
5055
5055
|
"src": "6562:14:15",
|
5056
5056
|
"typeDescriptions": {
|
5057
|
-
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Schema_$2954_$_t_uint256_$returns$_t_enum$_SchemaType_$
|
5057
|
+
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Schema_$2954_$_t_uint256_$returns$_t_enum$_SchemaType_$24549_$attached_to$_t_userDefinedValueType$_Schema_$2954_$",
|
5058
5058
|
"typeString": "function (Schema,uint256) pure returns (enum SchemaType)"
|
5059
5059
|
}
|
5060
5060
|
},
|
@@ -5070,7 +5070,7 @@
|
|
5070
5070
|
"src": "6562:17:15",
|
5071
5071
|
"tryCall": false,
|
5072
5072
|
"typeDescriptions": {
|
5073
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
5073
|
+
"typeIdentifier": "t_enum$_SchemaType_$24549",
|
5074
5074
|
"typeString": "enum SchemaType"
|
5075
5075
|
}
|
5076
5076
|
},
|
@@ -5082,10 +5082,10 @@
|
|
5082
5082
|
"memberLocation": "6580:19:15",
|
5083
5083
|
"memberName": "getStaticByteLength",
|
5084
5084
|
"nodeType": "MemberAccess",
|
5085
|
-
"referencedDeclaration":
|
5085
|
+
"referencedDeclaration": 24590,
|
5086
5086
|
"src": "6562:37:15",
|
5087
5087
|
"typeDescriptions": {
|
5088
|
-
"typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$
|
5088
|
+
"typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24549_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24549_$",
|
5089
5089
|
"typeString": "function (enum SchemaType) pure returns (uint256)"
|
5090
5090
|
}
|
5091
5091
|
},
|
@@ -136,7 +136,7 @@
|
|
136
136
|
3109
|
137
137
|
],
|
138
138
|
"SchemaType": [
|
139
|
-
|
139
|
+
24549
|
140
140
|
],
|
141
141
|
"WORD_LAST_INDEX": [
|
142
142
|
18193
|
@@ -166,7 +166,7 @@
|
|
166
166
|
"file": "@latticexyz/schema-type/src/solidity/SchemaType.sol",
|
167
167
|
"nameLocation": "-1:-1:-1",
|
168
168
|
"scope": 3423,
|
169
|
-
"sourceUnit":
|
169
|
+
"sourceUnit": 24591,
|
170
170
|
"symbolAliases": [
|
171
171
|
{
|
172
172
|
"foreign": {
|
@@ -174,7 +174,7 @@
|
|
174
174
|
"name": "SchemaType",
|
175
175
|
"nodeType": "Identifier",
|
176
176
|
"overloadedDeclarations": [],
|
177
|
-
"referencedDeclaration":
|
177
|
+
"referencedDeclaration": 24549,
|
178
178
|
"src": "68:10:15",
|
179
179
|
"typeDescriptions": {}
|
180
180
|
},
|
@@ -419,7 +419,7 @@
|
|
419
419
|
"referencedDeclaration": 2972,
|
420
420
|
"src": "1333:7:15",
|
421
421
|
"typeDescriptions": {
|
422
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
422
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24549_$dyn_memory_ptr",
|
423
423
|
"typeString": "enum SchemaType[] memory"
|
424
424
|
}
|
425
425
|
},
|
@@ -472,7 +472,7 @@
|
|
472
472
|
"referencedDeclaration": 2972,
|
473
473
|
"src": "1399:7:15",
|
474
474
|
"typeDescriptions": {
|
475
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
475
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24549_$dyn_memory_ptr",
|
476
476
|
"typeString": "enum SchemaType[] memory"
|
477
477
|
}
|
478
478
|
},
|
@@ -694,7 +694,7 @@
|
|
694
694
|
"referencedDeclaration": 2972,
|
695
695
|
"src": "1698:7:15",
|
696
696
|
"typeDescriptions": {
|
697
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
697
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24549_$dyn_memory_ptr",
|
698
698
|
"typeString": "enum SchemaType[] memory"
|
699
699
|
}
|
700
700
|
},
|
@@ -718,7 +718,7 @@
|
|
718
718
|
"nodeType": "IndexAccess",
|
719
719
|
"src": "1698:10:15",
|
720
720
|
"typeDescriptions": {
|
721
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
721
|
+
"typeIdentifier": "t_enum$_SchemaType_$24549",
|
722
722
|
"typeString": "enum SchemaType"
|
723
723
|
}
|
724
724
|
},
|
@@ -730,10 +730,10 @@
|
|
730
730
|
"memberLocation": "1709:19:15",
|
731
731
|
"memberName": "getStaticByteLength",
|
732
732
|
"nodeType": "MemberAccess",
|
733
|
-
"referencedDeclaration":
|
733
|
+
"referencedDeclaration": 24590,
|
734
734
|
"src": "1698:30:15",
|
735
735
|
"typeDescriptions": {
|
736
|
-
"typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$
|
736
|
+
"typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24549_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24549_$",
|
737
737
|
"typeString": "function (enum SchemaType) pure returns (uint256)"
|
738
738
|
}
|
739
739
|
},
|
@@ -1037,7 +1037,7 @@
|
|
1037
1037
|
"referencedDeclaration": 2972,
|
1038
1038
|
"src": "2492:7:15",
|
1039
1039
|
"typeDescriptions": {
|
1040
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
1040
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24549_$dyn_memory_ptr",
|
1041
1041
|
"typeString": "enum SchemaType[] memory"
|
1042
1042
|
}
|
1043
1043
|
},
|
@@ -1061,7 +1061,7 @@
|
|
1061
1061
|
"nodeType": "IndexAccess",
|
1062
1062
|
"src": "2492:10:15",
|
1063
1063
|
"typeDescriptions": {
|
1064
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
1064
|
+
"typeIdentifier": "t_enum$_SchemaType_$24549",
|
1065
1065
|
"typeString": "enum SchemaType"
|
1066
1066
|
}
|
1067
1067
|
}
|
@@ -1069,7 +1069,7 @@
|
|
1069
1069
|
"expression": {
|
1070
1070
|
"argumentTypes": [
|
1071
1071
|
{
|
1072
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
1072
|
+
"typeIdentifier": "t_enum$_SchemaType_$24549",
|
1073
1073
|
"typeString": "enum SchemaType"
|
1074
1074
|
}
|
1075
1075
|
],
|
@@ -1333,7 +1333,7 @@
|
|
1333
1333
|
"referencedDeclaration": 2972,
|
1334
1334
|
"src": "1645:7:15",
|
1335
1335
|
"typeDescriptions": {
|
1336
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
1336
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24549_$dyn_memory_ptr",
|
1337
1337
|
"typeString": "enum SchemaType[] memory"
|
1338
1338
|
}
|
1339
1339
|
},
|
@@ -1597,7 +1597,7 @@
|
|
1597
1597
|
"referencedDeclaration": 2972,
|
1598
1598
|
"src": "2802:7:15",
|
1599
1599
|
"typeDescriptions": {
|
1600
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
1600
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24549_$dyn_memory_ptr",
|
1601
1601
|
"typeString": "enum SchemaType[] memory"
|
1602
1602
|
}
|
1603
1603
|
},
|
@@ -2058,7 +2058,7 @@
|
|
2058
2058
|
"stateVariable": false,
|
2059
2059
|
"storageLocation": "memory",
|
2060
2060
|
"typeDescriptions": {
|
2061
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
2061
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24549_$dyn_memory_ptr",
|
2062
2062
|
"typeString": "enum SchemaType[]"
|
2063
2063
|
},
|
2064
2064
|
"typeName": {
|
@@ -2072,13 +2072,13 @@
|
|
2072
2072
|
"1263:10:15"
|
2073
2073
|
],
|
2074
2074
|
"nodeType": "IdentifierPath",
|
2075
|
-
"referencedDeclaration":
|
2075
|
+
"referencedDeclaration": 24549,
|
2076
2076
|
"src": "1263:10:15"
|
2077
2077
|
},
|
2078
|
-
"referencedDeclaration":
|
2078
|
+
"referencedDeclaration": 24549,
|
2079
2079
|
"src": "1263:10:15",
|
2080
2080
|
"typeDescriptions": {
|
2081
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
2081
|
+
"typeIdentifier": "t_enum$_SchemaType_$24549",
|
2082
2082
|
"typeString": "enum SchemaType"
|
2083
2083
|
}
|
2084
2084
|
},
|
@@ -2086,7 +2086,7 @@
|
|
2086
2086
|
"nodeType": "ArrayTypeName",
|
2087
2087
|
"src": "1263:12:15",
|
2088
2088
|
"typeDescriptions": {
|
2089
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
2089
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24549_$dyn_storage_ptr",
|
2090
2090
|
"typeString": "enum SchemaType[]"
|
2091
2091
|
}
|
2092
2092
|
},
|
@@ -2770,10 +2770,10 @@
|
|
2770
2770
|
"name": "SchemaType",
|
2771
2771
|
"nodeType": "Identifier",
|
2772
2772
|
"overloadedDeclarations": [],
|
2773
|
-
"referencedDeclaration":
|
2773
|
+
"referencedDeclaration": 24549,
|
2774
2774
|
"src": "4061:10:15",
|
2775
2775
|
"typeDescriptions": {
|
2776
|
-
"typeIdentifier": "t_type$_t_enum$_SchemaType_$
|
2776
|
+
"typeIdentifier": "t_type$_t_enum$_SchemaType_$24549_$",
|
2777
2777
|
"typeString": "type(enum SchemaType)"
|
2778
2778
|
}
|
2779
2779
|
},
|
@@ -2789,7 +2789,7 @@
|
|
2789
2789
|
"src": "4061:82:15",
|
2790
2790
|
"tryCall": false,
|
2791
2791
|
"typeDescriptions": {
|
2792
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
2792
|
+
"typeIdentifier": "t_enum$_SchemaType_$24549",
|
2793
2793
|
"typeString": "enum SchemaType"
|
2794
2794
|
}
|
2795
2795
|
},
|
@@ -2900,7 +2900,7 @@
|
|
2900
2900
|
"stateVariable": false,
|
2901
2901
|
"storageLocation": "default",
|
2902
2902
|
"typeDescriptions": {
|
2903
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
2903
|
+
"typeIdentifier": "t_enum$_SchemaType_$24549",
|
2904
2904
|
"typeString": "enum SchemaType"
|
2905
2905
|
},
|
2906
2906
|
"typeName": {
|
@@ -2913,13 +2913,13 @@
|
|
2913
2913
|
"4018:10:15"
|
2914
2914
|
],
|
2915
2915
|
"nodeType": "IdentifierPath",
|
2916
|
-
"referencedDeclaration":
|
2916
|
+
"referencedDeclaration": 24549,
|
2917
2917
|
"src": "4018:10:15"
|
2918
2918
|
},
|
2919
|
-
"referencedDeclaration":
|
2919
|
+
"referencedDeclaration": 24549,
|
2920
2920
|
"src": "4018:10:15",
|
2921
2921
|
"typeDescriptions": {
|
2922
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
2922
|
+
"typeIdentifier": "t_enum$_SchemaType_$24549",
|
2923
2923
|
"typeString": "enum SchemaType"
|
2924
2924
|
}
|
2925
2925
|
},
|
@@ -5088,7 +5088,7 @@
|
|
5088
5088
|
"referencedDeclaration": 3167,
|
5089
5089
|
"src": "6562:14:15",
|
5090
5090
|
"typeDescriptions": {
|
5091
|
-
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Schema_$2954_$_t_uint256_$returns$_t_enum$_SchemaType_$
|
5091
|
+
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Schema_$2954_$_t_uint256_$returns$_t_enum$_SchemaType_$24549_$attached_to$_t_userDefinedValueType$_Schema_$2954_$",
|
5092
5092
|
"typeString": "function (Schema,uint256) pure returns (enum SchemaType)"
|
5093
5093
|
}
|
5094
5094
|
},
|
@@ -5104,7 +5104,7 @@
|
|
5104
5104
|
"src": "6562:17:15",
|
5105
5105
|
"tryCall": false,
|
5106
5106
|
"typeDescriptions": {
|
5107
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
5107
|
+
"typeIdentifier": "t_enum$_SchemaType_$24549",
|
5108
5108
|
"typeString": "enum SchemaType"
|
5109
5109
|
}
|
5110
5110
|
},
|
@@ -5116,10 +5116,10 @@
|
|
5116
5116
|
"memberLocation": "6580:19:15",
|
5117
5117
|
"memberName": "getStaticByteLength",
|
5118
5118
|
"nodeType": "MemberAccess",
|
5119
|
-
"referencedDeclaration":
|
5119
|
+
"referencedDeclaration": 24590,
|
5120
5120
|
"src": "6562:37:15",
|
5121
5121
|
"typeDescriptions": {
|
5122
|
-
"typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$
|
5122
|
+
"typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24549_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24549_$",
|
5123
5123
|
"typeString": "function (enum SchemaType) pure returns (uint256)"
|
5124
5124
|
}
|
5125
5125
|
},
|