AlchemySmartAccountClient

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

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

Type Parameters

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