Tooling
ModuleKit
Reference
Building
Registry Adapter
Registry

⚠️ 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: "REGISTRY" sidebarTitle: "Registry"

An immutable argument inherited from ERC7484RegistryAdapter.

Usage

REGISTRY.checkForAccount({
    smartAccount: account,
    module: validatorAddress,
    moduleType: MODULE_TYPE_VALIDATOR
});

Parameters

None

Returns

REGISTRY

  • Type: IERC7484

The registry contract.