Skip to content
Alchemy Logo

AlchemyModularAccountClientConfig

type AlchemyModularAccountClientConfig<TSigner> = Omit<
  CreateMultiOwnerModularAccountParams<HttpTransport, TSigner>,
  "transport"
> &
  Omit<
    AlchemySmartAccountClientConfig<Chain, LightAccount<TSigner>>,
    "account"
  >;

Defined in: account-kit/smart-contracts/src/msca/client/alchemyClient.ts:17

Type ParameterDefault type

TSigner extends SmartAccountSigner

SmartAccountSigner

Was this page helpful?