Glossary of types in the Registry.
ModuleRecord
The record of a module.
struct ModuleRecord { ResolverUID resolverUID; address sender; bytes metadata; }
ResolverUID | bytes32
The resolver UID of the module.
address
The creator of the module.
bytes
The additional metadata of the module.