Skip to content
Alchemy Logo

AlchemyMultiOwnerLightAccountClientConfig

type AlchemyMultiOwnerLightAccountClientConfig<TSigner> = Omit<
  CreateMultiOwnerLightAccountParams<HttpTransport, TSigner>,
  "transport" | "type"
> &
  Omit<
    AlchemySmartAccountClientConfig<Chain, MultiOwnerLightAccount<TSigner>>,
    "account"
  >;

Defined in: account-kit/smart-contracts/src/light-account/clients/multiOwnerAlchemyClient.ts:14

Type ParameterDefault type

TSigner extends SmartAccountSigner

SmartAccountSigner

Was this page helpful?