Skip to content
Alchemy Logo

AlchemySmartAccountClient

type AlchemySmartAccountClient<chain, account, actions, context> = Prettify<
  AlchemySmartAccountClient_Base<chain, account, actions, context>
>;

Defined in: account-kit/infra/src/client/smartAccountClient.ts:96

Type ParameterDefault type

chain extends Chain | undefined

Chain | undefined

account extends SmartContractAccount | undefined

SmartContractAccount | undefined

actions extends Record<string, unknown>

Record<string, unknown>

context extends UserOperationContext | undefined

UserOperationContext | undefined

Was this page helpful?