The schema ID.
An arbitrary bag of attributes you wish to add to the metadata.
List of authors email addresses.
Markdown formatted description of the module.
It should explain what this module does, how to use it, examples just like you would if you were building an NPM package. The more detail the better to allow dApp to easily integrate it.
The Solidity JSON ABI as JSON-string describing the initialization function calldata.
This will be used to encode the calldata for the initialization function.
It will also be used by the consumers of this module to decode the initialization calldata so to infer the initialization criteria.
Optional
initializeThe Solidity JSON ABI as JSON-string describing the initialization result data.
This will be used by the consumers of this module to decode the result data from the initialization function so to infer the initialization result state.
The name of the module.
The Solidity JSON ABI as JSON-string describing the process function calldata.
This will be used to encode the calldata for the process function.
Some modules might non need to return any initialization result data.
The human-friendly title for the module.
The metadata standard for Lens Modules