Resolving Functionalities (RegistrarMain Contract)
Resolve SafleID: This method fetches the public address registered corresponding to a SafleID.
Parameters:
_safleId
- The SafleID to be resolved.Purpose: Provides the public address linked to a specific SafleID, enabling easy lookup and interaction.
Resolve User Address: This method fetches the SafleID corresponding to a public address.
Parameters:
_userAddress
- The public address to be resolved.Purpose: Allows users to retrieve the SafleID associated with a particular public address.
Last updated