Type Parameters
- TSmartAccount extends
| undefined
| object & Assign_<
SmartAccountImplementation<Abi, EntryPointVersion, object>,
{
address: `0x${string}`;
getNonce: (parameters?: { key?: bigint }) => Promise<bigint>;
isDeployed: () => Promise<boolean>;
type: "smart";
},
> & {
address: `0x${string}`;
getNonce: (parameters?: { key?: bigint }) => Promise<bigint>;
isDeployed: () => Promise<boolean>;
type: "smart";
}
Returns Promise<boolean>
A boolean indicating whether the module is installed.
Checks if a specific module is installed on a given smart account.