⚠️ Deprecation Notice
ModuleKit was developed by Rhinestone and is no longer actively supported. If you're building modules and need assistance, reach out to Rhinestone at gm@rhinestone.dev
title: "name"
Get the name of the module.
Usage
/**
* The name of the module
*
* @return name The name of the module
*/
function name() external pure returns (string memory) {
return "ModuleExample";
}Parameters
None
Returns
name
- Type:
string
The name of the module.