Alchemy Logo

BaseAlchemyActions

type BaseAlchemyActions<chain, account, context> = SmartAccountClientActions<
  chain,
  account,
  context
> &
  AlchemySmartAccountClientActions<account, context>;

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

Type ParameterDefault type

chain extends Chain | undefined

Chain | undefined

account extends SmartContractAccount | undefined

SmartContractAccount | undefined

context extends UserOperationContext | undefined

UserOperationContext | undefined

Was this page helpful?