Skip to content
Alchemy Logo

createAlchemySmartAccountClient

function createAlchemySmartAccountClient<TChain, TAccount, TContext>(
  params,
): AlchemySmartAccountClient<TChain, TAccount, Record<string, never>, TContext>;

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

Type ParameterDefault type

TChain extends Chain

Chain

TAccount extends undefined | SmartContractAccount

undefined | SmartContractAccount

TContext extends undefined | UserOperationContext

undefined | UserOperationContext

ParameterType

params

AlchemySmartAccountClientConfig<TChain, TAccount, TContext>

AlchemySmartAccountClient<TChain, TAccount, Record<string, never>, TContext>

An instance of AlchemySmartAccountClient configured based on the provided options

Was this page helpful?