Checks if a module is mock attested to.
bool isAttested = isModuleAttestedMock({ module: module });
address
The address of the module to check.
bool
True if the module is attested, false otherwise.