Rhinestone home page
Search...
⌘K
Ask AI
GitHub
Legacy Docs
Search...
Navigation
Querying
checkForAccount
Home
SDK
Build Modules
API Reference
Demos
Overview
Getting Started
Tutorials
Multi-Owner Validator
Auto-Swap Executor
Guides
Testing
Deploying
Migration Guide
Reference
Building
Testing
Deploying
Glossary
CheckNSignatures
ERC4337 Data Libs
ERC4337 Validation
ERC4337 Validation
Overview
Getting started
Simulator
Module Registry
Overview
Getting Started
Guides
Reference
Querying
check
checkForAccount
trustAttesters
findTrustedAttesters
Modules
Glossary
On this page
Usage
Parameters
smartAccount
module
moduleType (optional)
Returns
Querying
checkForAccount
Copy page
Copy page
Check if a module is attested by a sufficient number of attesters. The function will revert if this is not the case. This function uses the stored attesters for a provided account address.
Usage
Copy
Ask AI
registry.
check
(module);
Parameters
smartAccount
Type:
address
The address of the smart account to check for. This smart account should have stored attesters.
module
Type:
address
The address of the module to check.
moduleType (optional)
Type:
uint256 | ModuleType
The type of the module to check, according to
ERC-7579
.
Returns
None
check
trustAttesters
Assistant
Responses are generated using AI and may contain mistakes.