const accountLoupeActions: <TTransport, TChain, TAccount>(
client,
) => AccountLoupeActions<TAccount>;Defined in: account-kit/smart-contracts/dist/types/src/msca/account-loupe/decorator.d.ts:31
Provides a set of actions for account loupe operations using the specified client. NOTE: this is already added to the client when using any of the Modular Account Clients.
import { accountLoupeActions } from "@account-kit/smart-contracts";
import { createSmartAccountClient } from "@aa-sdk/core";
const client = createSmartAccountClient(...).extend(accountLoupeActions);| Type Parameter | Default type |
|---|---|
|
|
|
|
|
|
| Parameter | Type | Description |
|---|---|---|
|
| the client to be used for executing the account loupe actions |
AccountLoupeActions<TAccount>
an object containing account loupe actions like getExecutionFunctionConfig, getExecutionHooks, getPreValidationHooks, and getInstalledPlugins