Alchemy Logo

AccountLoupeActions

type AccountLoupeActions<TAccount> = object;

Defined in: account-kit/smart-contracts/dist/types/src/msca/account-loupe/decorator.d.ts:4

Type ParameterDefault type

TAccount extends SmartContractAccount | undefined

SmartContractAccount | undefined

getExecutionFunctionConfig(args): Promise<ExecutionFunctionConfig>;

Defined in: account-kit/smart-contracts/dist/types/src/msca/account-loupe/decorator.d.ts:5

Parameters

ParameterType

args

object & GetAccountParameter<TAccount>

Returns

Promise<ExecutionFunctionConfig>


getExecutionHooks(args): Promise<readonly ExecutionHooks[]>;

Defined in: account-kit/smart-contracts/dist/types/src/msca/account-loupe/decorator.d.ts:8

Parameters

ParameterType

args

object & GetAccountParameter<TAccount>

Returns

Promise<readonly ExecutionHooks[]>


getInstalledPlugins(args): Promise<readonly `0x${string}`[]>;

Defined in: account-kit/smart-contracts/dist/types/src/msca/account-loupe/decorator.d.ts:14

Parameters

ParameterType

args

GetAccountParameter<TAccount>

Returns

Promise<readonly `0x${string}`[]>


getPreValidationHooks(args): Promise<readonly [readonly `0x${string}`[], readonly `0x${string}`[]]>;

Defined in: account-kit/smart-contracts/dist/types/src/msca/account-loupe/decorator.d.ts:11

Parameters

ParameterType

args

object & GetAccountParameter<TAccount>

Returns

Promise<readonly [readonly `0x${string}`[], readonly `0x${string}`[]]>

Was this page helpful?