⚠️ 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: "isModuleAttestedMock"
Checks if a module is mock attested to.
Usage
bool isAttested = isModuleAttestedMock({ module: module });Parameters
module
- Type:
address
The address of the module to check.
Returns
isAttested
- Type:
bool
True if the module is attested, false otherwise.