Address Registry
Overview
The LegionAddressRegistry
contract maintains a registry of key addresses used in the Legion protocol. It allows for the storage and retrieval of addresses associated with unique identifiers, ensuring that all critical addresses are managed and accessible in a centralized registry.
Key Functions
setLegionAddress
: Sets an address in the registry.getLegionAddress
: Retrieves an address from the registry.
Last updated