@latticexyz/world-modules 2.0.0-main-fd10cff6 → 2.0.0-main-fa74f25e

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 (87) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +244 -220
  3. package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
  4. package/out/DelegationControl.sol/DelegationControl.json +125 -101
  5. package/out/Hooks.sol/Hooks.json +45 -45
  6. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +64 -64
  7. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +53 -53
  8. package/out/IBaseWorld.sol/IBaseWorld.json +130 -85
  9. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +51 -51
  10. package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
  11. package/out/IDelegationControl.sol/IDelegationControl.json +50 -26
  12. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +20 -20
  13. package/out/ISystemHook.sol/ISystemHook.json +171 -131
  14. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  15. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +157 -109
  16. package/out/IWorldErrors.sol/IWorldErrors.json +345 -255
  17. package/out/IWorldKernel.sol/IWorldCall.json +294 -254
  18. package/out/IWorldKernel.sol/IWorldKernel.json +321 -258
  19. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +279 -253
  20. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +201 -201
  21. package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
  22. package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
  23. package/out/KeysInTableModule.sol/KeysInTableModule.json +573 -549
  24. package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
  25. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1011 -1011
  26. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +462 -438
  27. package/out/Module.sol/Module.json +109 -85
  28. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  29. package/out/Schema.sol/SchemaInstance.json +30 -30
  30. package/out/Schema.sol/SchemaLib.json +30 -30
  31. package/out/SchemaType.sol/SchemaType.json +276 -276
  32. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +339 -315
  33. package/out/StoreHook.sol/StoreHook.json +358 -358
  34. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  35. package/out/System.sol/System.json +84 -41
  36. package/out/Tables.sol/Tables.json +73 -73
  37. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +148 -124
  38. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
  39. package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
  40. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +366 -342
  41. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +138 -102
  42. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
  43. package/out/WorldContext.sol/WorldContextConsumer.json +774 -677
  44. package/out/WorldContext.sol/WorldContextProvider.json +737 -677
  45. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +777 -765
  46. package/out/WorldResourceId.sol/WorldResourceIdLib.json +777 -765
  47. package/out/constants.sol/constants.json +115 -115
  48. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  49. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  50. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  51. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  52. package/out/hasKey.sol/hasKey.json +130 -130
  53. package/out/index.sol/index.json +53 -53
  54. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +202 -157
  55. package/out/query.sol/query.json +1154 -1154
  56. package/out/revertWithBytes.sol/revertWithBytes.json +51 -51
  57. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  58. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
  59. package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
  60. package/out/src/IStore.sol/IStore.json +53 -53
  61. package/out/src/IWorldKernel.sol/IWorldCall.json +307 -267
  62. package/out/src/IWorldKernel.sol/IWorldKernel.json +334 -271
  63. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +292 -266
  64. package/out/src/Memory.sol/Memory.json +89 -89
  65. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  66. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  67. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  68. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  69. package/out/src/Schema.sol/SchemaInstance.json +787 -787
  70. package/out/src/Schema.sol/SchemaLib.json +787 -787
  71. package/out/src/Slice.sol/SliceInstance.json +429 -429
  72. package/out/src/Slice.sol/SliceLib.json +429 -429
  73. package/out/src/StoreCore.sol/StoreCore.json +4455 -4455
  74. package/out/src/StoreCore.sol/StoreCoreInternal.json +4455 -4455
  75. package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
  76. package/out/src/WorldContext.sol/WorldContextConsumer.json +780 -683
  77. package/out/src/WorldContext.sol/WorldContextProvider.json +743 -683
  78. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +777 -765
  79. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +777 -765
  80. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  81. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  82. package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
  83. package/out/tables/Tables.sol/Tables.json +7288 -7288
  84. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
  85. package/out/types.sol/types.json +39 -39
  86. package/out/worldResourceTypes.sol/worldResourceTypes.json +87 -87
  87. package/package.json +8 -8
@@ -70,7 +70,7 @@
70
70
  "revokeAccess(bytes32,address)": "8d53b208",
71
71
  "transferOwnership(bytes32,address)": "ef5d6bbb"
72
72
  },
73
- "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"grantee\",\"type\":\"address\"}],\"name\":\"grantAccess\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"grantee\",\"type\":\"address\"}],\"name\":\"revokeAccess\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IAccessManagementSystem.sol\":\"IAccessManagementSystem\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/world/src/WorldResourceId.sol\":{\"keccak256\":\"0x979e418af3d0d3a1866240bed58d2792f0718cc1803a1476ec8c93af5577cae3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c68cfe48ce67fe83f4b000c954891821d1fae31bfdd36de37a12637c8a1864f7\",\"dweb:/ipfs/QmUX9tHSMTeScbiacKX2T16gLV6aPKDU1Q3eDiNxqmVNa1\"]},\"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IAccessManagementSystem.sol\":{\"keccak256\":\"0x19c5c91d4abc5d9a121224954855d648cc9c0267ab0ba26313ab21cdddd7e13c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7ea88e4d1ec0bc4ba9e9342f83a2aa7e7787d27a35da5cc92621697b544527fc\",\"dweb:/ipfs/QmVjFupMVs6jRmS98Rxz8XBjd2kxvmXJGokFkKKxPn7FA9\"]},\"/home/runner/work/mud/mud/packages/world/src/constants.sol\":{\"keccak256\":\"0x36c772d51a5da46fcddf88831194d6d331083b8c8246fa79107c4b697c258d77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2d2656374c398a2b075d5f26d2ab2c3ea315c99912e52d8030d50f5f8fdda8ac\",\"dweb:/ipfs/QmSG8uJr2ZbFVnht5cTG6xb6XbB6f3kvnznks4BdeAMYET\"]},\"/home/runner/work/mud/mud/packages/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0x88f844f2c43757c819c8f140b30254f07c3484e12cce573879d43b2ee6a23f8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://55a9095094c2b7b1043020681696380cfc3cffd1f264a70bacb44fccd0fc0a8a\",\"dweb:/ipfs/QmfPdLPr9hfV8X8yfHhEf2HmEWAnA4d1c6EHEjHMdeM7ML\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x4a61aefe72d6035b1e9aca7841aab44ebd26f8706bdbb447f382046fa94753b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f715743739e4f8f8a98d78397025a92299ecb3b5dde88cc53bc1ab72bf531fa6\",\"dweb:/ipfs/QmVsYAupGWZUemE4t6xjLqztGHadQ8cyo9E4mT5ZDKUmTs\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xb2c27c7b8f974f1e3c70dd82c92f35f5bbd2887e16afe454e6dbc38300a51feb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6cbdbcc95835f67030eebdebeaf0bfd6faa612381179e7f7be8b9d3c00b20878\",\"dweb:/ipfs/QmNeZU5MmRQqhcLxN6BA2BQvgEst8yg67F4VQoPJEEK6kg\"]}},\"version\":1}",
73
+ "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"grantee\",\"type\":\"address\"}],\"name\":\"grantAccess\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"grantee\",\"type\":\"address\"}],\"name\":\"revokeAccess\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IAccessManagementSystem.sol\":\"IAccessManagementSystem\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb\",\"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK\"]},\"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IAccessManagementSystem.sol\":{\"keccak256\":\"0x19c5c91d4abc5d9a121224954855d648cc9c0267ab0ba26313ab21cdddd7e13c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7ea88e4d1ec0bc4ba9e9342f83a2aa7e7787d27a35da5cc92621697b544527fc\",\"dweb:/ipfs/QmVjFupMVs6jRmS98Rxz8XBjd2kxvmXJGokFkKKxPn7FA9\"]},\"/home/runner/work/mud/mud/packages/world/src/constants.sol\":{\"keccak256\":\"0x36c772d51a5da46fcddf88831194d6d331083b8c8246fa79107c4b697c258d77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2d2656374c398a2b075d5f26d2ab2c3ea315c99912e52d8030d50f5f8fdda8ac\",\"dweb:/ipfs/QmSG8uJr2ZbFVnht5cTG6xb6XbB6f3kvnznks4BdeAMYET\"]},\"/home/runner/work/mud/mud/packages/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2\",\"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x4a61aefe72d6035b1e9aca7841aab44ebd26f8706bdbb447f382046fa94753b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f715743739e4f8f8a98d78397025a92299ecb3b5dde88cc53bc1ab72bf531fa6\",\"dweb:/ipfs/QmVsYAupGWZUemE4t6xjLqztGHadQ8cyo9E4mT5ZDKUmTs\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xb2c27c7b8f974f1e3c70dd82c92f35f5bbd2887e16afe454e6dbc38300a51feb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6cbdbcc95835f67030eebdebeaf0bfd6faa612381179e7f7be8b9d3c00b20878\",\"dweb:/ipfs/QmNeZU5MmRQqhcLxN6BA2BQvgEst8yg67F4VQoPJEEK6kg\"]}},\"version\":1}",
74
74
  "metadata": {
75
75
  "compiler": {
76
76
  "version": "0.8.21+commit.d9974bed"
@@ -161,10 +161,10 @@
161
161
  },
162
162
  "sources": {
163
163
  "/home/runner/work/mud/mud/packages/world/src/WorldResourceId.sol": {
164
- "keccak256": "0x979e418af3d0d3a1866240bed58d2792f0718cc1803a1476ec8c93af5577cae3",
164
+ "keccak256": "0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417",
165
165
  "urls": [
166
- "bzz-raw://c68cfe48ce67fe83f4b000c954891821d1fae31bfdd36de37a12637c8a1864f7",
167
- "dweb:/ipfs/QmUX9tHSMTeScbiacKX2T16gLV6aPKDU1Q3eDiNxqmVNa1"
166
+ "bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb",
167
+ "dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK"
168
168
  ],
169
169
  "license": "MIT"
170
170
  },
@@ -185,10 +185,10 @@
185
185
  "license": "MIT"
186
186
  },
187
187
  "/home/runner/work/mud/mud/packages/world/src/worldResourceTypes.sol": {
188
- "keccak256": "0x88f844f2c43757c819c8f140b30254f07c3484e12cce573879d43b2ee6a23f8b",
188
+ "keccak256": "0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746",
189
189
  "urls": [
190
- "bzz-raw://55a9095094c2b7b1043020681696380cfc3cffd1f264a70bacb44fccd0fc0a8a",
191
- "dweb:/ipfs/QmfPdLPr9hfV8X8yfHhEf2HmEWAnA4d1c6EHEjHMdeM7ML"
190
+ "bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2",
191
+ "dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9"
192
192
  ],
193
193
  "license": "MIT"
194
194
  },
@@ -221,20 +221,20 @@
221
221
  },
222
222
  "ast": {
223
223
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IAccessManagementSystem.sol",
224
- "id": 23749,
224
+ "id": 23788,
225
225
  "exportedSymbols": {
226
226
  "IAccessManagementSystem": [
227
- 23748
227
+ 23787
228
228
  ],
229
229
  "ResourceId": [
230
- 26198
230
+ 26238
231
231
  ]
232
232
  },
233
233
  "nodeType": "SourceUnit",
234
234
  "src": "32:403:42",
235
235
  "nodes": [
236
236
  {
237
- "id": 23721,
237
+ "id": 23760,
238
238
  "nodeType": "PragmaDirective",
239
239
  "src": "32:25:42",
240
240
  "nodes": [],
@@ -246,23 +246,23 @@
246
246
  ]
247
247
  },
248
248
  {
249
- "id": 23723,
249
+ "id": 23762,
250
250
  "nodeType": "ImportDirective",
251
251
  "src": "108:57:42",
252
252
  "nodes": [],
253
253
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/WorldResourceId.sol",
254
254
  "file": "./../../WorldResourceId.sol",
255
255
  "nameLocation": "-1:-1:-1",
256
- "scope": 23749,
257
- "sourceUnit": 23720,
256
+ "scope": 23788,
257
+ "sourceUnit": 23759,
258
258
  "symbolAliases": [
259
259
  {
260
260
  "foreign": {
261
- "id": 23722,
261
+ "id": 23761,
262
262
  "name": "ResourceId",
263
263
  "nodeType": "Identifier",
264
264
  "overloadedDeclarations": [],
265
- "referencedDeclaration": 26198,
265
+ "referencedDeclaration": 26238,
266
266
  "src": "117:10:42",
267
267
  "typeDescriptions": {}
268
268
  },
@@ -272,12 +272,12 @@
272
272
  "unitAlias": ""
273
273
  },
274
274
  {
275
- "id": 23748,
275
+ "id": 23787,
276
276
  "nodeType": "ContractDefinition",
277
277
  "src": "167:267:42",
278
278
  "nodes": [
279
279
  {
280
- "id": 23731,
280
+ "id": 23770,
281
281
  "nodeType": "FunctionDefinition",
282
282
  "src": "205:70:42",
283
283
  "nodes": [],
@@ -288,41 +288,41 @@
288
288
  "name": "grantAccess",
289
289
  "nameLocation": "214:11:42",
290
290
  "parameters": {
291
- "id": 23729,
291
+ "id": 23768,
292
292
  "nodeType": "ParameterList",
293
293
  "parameters": [
294
294
  {
295
295
  "constant": false,
296
- "id": 23726,
296
+ "id": 23765,
297
297
  "mutability": "mutable",
298
298
  "name": "resourceId",
299
299
  "nameLocation": "237:10:42",
300
300
  "nodeType": "VariableDeclaration",
301
- "scope": 23731,
301
+ "scope": 23770,
302
302
  "src": "226:21:42",
303
303
  "stateVariable": false,
304
304
  "storageLocation": "default",
305
305
  "typeDescriptions": {
306
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
306
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
307
307
  "typeString": "ResourceId"
308
308
  },
309
309
  "typeName": {
310
- "id": 23725,
310
+ "id": 23764,
311
311
  "nodeType": "UserDefinedTypeName",
312
312
  "pathNode": {
313
- "id": 23724,
313
+ "id": 23763,
314
314
  "name": "ResourceId",
315
315
  "nameLocations": [
316
316
  "226:10:42"
317
317
  ],
318
318
  "nodeType": "IdentifierPath",
319
- "referencedDeclaration": 26198,
319
+ "referencedDeclaration": 26238,
320
320
  "src": "226:10:42"
321
321
  },
322
- "referencedDeclaration": 26198,
322
+ "referencedDeclaration": 26238,
323
323
  "src": "226:10:42",
324
324
  "typeDescriptions": {
325
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
325
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
326
326
  "typeString": "ResourceId"
327
327
  }
328
328
  },
@@ -330,12 +330,12 @@
330
330
  },
331
331
  {
332
332
  "constant": false,
333
- "id": 23728,
333
+ "id": 23767,
334
334
  "mutability": "mutable",
335
335
  "name": "grantee",
336
336
  "nameLocation": "257:7:42",
337
337
  "nodeType": "VariableDeclaration",
338
- "scope": 23731,
338
+ "scope": 23770,
339
339
  "src": "249:15:42",
340
340
  "stateVariable": false,
341
341
  "storageLocation": "default",
@@ -344,7 +344,7 @@
344
344
  "typeString": "address"
345
345
  },
346
346
  "typeName": {
347
- "id": 23727,
347
+ "id": 23766,
348
348
  "name": "address",
349
349
  "nodeType": "ElementaryTypeName",
350
350
  "src": "249:7:42",
@@ -360,18 +360,18 @@
360
360
  "src": "225:40:42"
361
361
  },
362
362
  "returnParameters": {
363
- "id": 23730,
363
+ "id": 23769,
364
364
  "nodeType": "ParameterList",
365
365
  "parameters": [],
366
366
  "src": "274:0:42"
367
367
  },
368
- "scope": 23748,
368
+ "scope": 23787,
369
369
  "stateMutability": "nonpayable",
370
370
  "virtual": false,
371
371
  "visibility": "external"
372
372
  },
373
373
  {
374
- "id": 23739,
374
+ "id": 23778,
375
375
  "nodeType": "FunctionDefinition",
376
376
  "src": "279:71:42",
377
377
  "nodes": [],
@@ -382,41 +382,41 @@
382
382
  "name": "revokeAccess",
383
383
  "nameLocation": "288:12:42",
384
384
  "parameters": {
385
- "id": 23737,
385
+ "id": 23776,
386
386
  "nodeType": "ParameterList",
387
387
  "parameters": [
388
388
  {
389
389
  "constant": false,
390
- "id": 23734,
390
+ "id": 23773,
391
391
  "mutability": "mutable",
392
392
  "name": "resourceId",
393
393
  "nameLocation": "312:10:42",
394
394
  "nodeType": "VariableDeclaration",
395
- "scope": 23739,
395
+ "scope": 23778,
396
396
  "src": "301:21:42",
397
397
  "stateVariable": false,
398
398
  "storageLocation": "default",
399
399
  "typeDescriptions": {
400
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
400
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
401
401
  "typeString": "ResourceId"
402
402
  },
403
403
  "typeName": {
404
- "id": 23733,
404
+ "id": 23772,
405
405
  "nodeType": "UserDefinedTypeName",
406
406
  "pathNode": {
407
- "id": 23732,
407
+ "id": 23771,
408
408
  "name": "ResourceId",
409
409
  "nameLocations": [
410
410
  "301:10:42"
411
411
  ],
412
412
  "nodeType": "IdentifierPath",
413
- "referencedDeclaration": 26198,
413
+ "referencedDeclaration": 26238,
414
414
  "src": "301:10:42"
415
415
  },
416
- "referencedDeclaration": 26198,
416
+ "referencedDeclaration": 26238,
417
417
  "src": "301:10:42",
418
418
  "typeDescriptions": {
419
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
419
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
420
420
  "typeString": "ResourceId"
421
421
  }
422
422
  },
@@ -424,12 +424,12 @@
424
424
  },
425
425
  {
426
426
  "constant": false,
427
- "id": 23736,
427
+ "id": 23775,
428
428
  "mutability": "mutable",
429
429
  "name": "grantee",
430
430
  "nameLocation": "332:7:42",
431
431
  "nodeType": "VariableDeclaration",
432
- "scope": 23739,
432
+ "scope": 23778,
433
433
  "src": "324:15:42",
434
434
  "stateVariable": false,
435
435
  "storageLocation": "default",
@@ -438,7 +438,7 @@
438
438
  "typeString": "address"
439
439
  },
440
440
  "typeName": {
441
- "id": 23735,
441
+ "id": 23774,
442
442
  "name": "address",
443
443
  "nodeType": "ElementaryTypeName",
444
444
  "src": "324:7:42",
@@ -454,18 +454,18 @@
454
454
  "src": "300:40:42"
455
455
  },
456
456
  "returnParameters": {
457
- "id": 23738,
457
+ "id": 23777,
458
458
  "nodeType": "ParameterList",
459
459
  "parameters": [],
460
460
  "src": "349:0:42"
461
461
  },
462
- "scope": 23748,
462
+ "scope": 23787,
463
463
  "stateMutability": "nonpayable",
464
464
  "virtual": false,
465
465
  "visibility": "external"
466
466
  },
467
467
  {
468
- "id": 23747,
468
+ "id": 23786,
469
469
  "nodeType": "FunctionDefinition",
470
470
  "src": "354:78:42",
471
471
  "nodes": [],
@@ -476,41 +476,41 @@
476
476
  "name": "transferOwnership",
477
477
  "nameLocation": "363:17:42",
478
478
  "parameters": {
479
- "id": 23745,
479
+ "id": 23784,
480
480
  "nodeType": "ParameterList",
481
481
  "parameters": [
482
482
  {
483
483
  "constant": false,
484
- "id": 23742,
484
+ "id": 23781,
485
485
  "mutability": "mutable",
486
486
  "name": "namespaceId",
487
487
  "nameLocation": "392:11:42",
488
488
  "nodeType": "VariableDeclaration",
489
- "scope": 23747,
489
+ "scope": 23786,
490
490
  "src": "381:22:42",
491
491
  "stateVariable": false,
492
492
  "storageLocation": "default",
493
493
  "typeDescriptions": {
494
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
494
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
495
495
  "typeString": "ResourceId"
496
496
  },
497
497
  "typeName": {
498
- "id": 23741,
498
+ "id": 23780,
499
499
  "nodeType": "UserDefinedTypeName",
500
500
  "pathNode": {
501
- "id": 23740,
501
+ "id": 23779,
502
502
  "name": "ResourceId",
503
503
  "nameLocations": [
504
504
  "381:10:42"
505
505
  ],
506
506
  "nodeType": "IdentifierPath",
507
- "referencedDeclaration": 26198,
507
+ "referencedDeclaration": 26238,
508
508
  "src": "381:10:42"
509
509
  },
510
- "referencedDeclaration": 26198,
510
+ "referencedDeclaration": 26238,
511
511
  "src": "381:10:42",
512
512
  "typeDescriptions": {
513
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
513
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
514
514
  "typeString": "ResourceId"
515
515
  }
516
516
  },
@@ -518,12 +518,12 @@
518
518
  },
519
519
  {
520
520
  "constant": false,
521
- "id": 23744,
521
+ "id": 23783,
522
522
  "mutability": "mutable",
523
523
  "name": "newOwner",
524
524
  "nameLocation": "413:8:42",
525
525
  "nodeType": "VariableDeclaration",
526
- "scope": 23747,
526
+ "scope": 23786,
527
527
  "src": "405:16:42",
528
528
  "stateVariable": false,
529
529
  "storageLocation": "default",
@@ -532,7 +532,7 @@
532
532
  "typeString": "address"
533
533
  },
534
534
  "typeName": {
535
- "id": 23743,
535
+ "id": 23782,
536
536
  "name": "address",
537
537
  "nodeType": "ElementaryTypeName",
538
538
  "src": "405:7:42",
@@ -548,12 +548,12 @@
548
548
  "src": "380:42:42"
549
549
  },
550
550
  "returnParameters": {
551
- "id": 23746,
551
+ "id": 23785,
552
552
  "nodeType": "ParameterList",
553
553
  "parameters": [],
554
554
  "src": "431:0:42"
555
555
  },
556
- "scope": 23748,
556
+ "scope": 23787,
557
557
  "stateMutability": "nonpayable",
558
558
  "virtual": false,
559
559
  "visibility": "external"
@@ -566,11 +566,11 @@
566
566
  "contractKind": "interface",
567
567
  "fullyImplemented": false,
568
568
  "linearizedBaseContracts": [
569
- 23748
569
+ 23787
570
570
  ],
571
571
  "name": "IAccessManagementSystem",
572
572
  "nameLocation": "177:23:42",
573
- "scope": 23749,
573
+ "scope": 23788,
574
574
  "usedErrors": [],
575
575
  "usedEvents": []
576
576
  }