Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
enum Role { ROLES_MANAGER, GOV, MANAGER }
struct Addresses { address gns; address gnsStaking; }
struct AddressStore { uint256 __deprecated; mapping(address => mapping(enum IAddressStore.Role => bool)) accessControl; struct IAddressStore.Addresses globalAddresses; uint256[8] __gap1; uint256[38] __gap2; }