Skip to content
Alchemy Logo

AlchemyMultisigAccountClientConfig

type AlchemyMultisigAccountClientConfig<TSigner> = Omit<
  CreateMultisigModularAccountParams<HttpTransport, TSigner>,
  "transport"
> &
  Omit<
    AlchemySmartAccountClientConfig<
      Chain,
      LightAccount<TSigner>,
      MultisigUserOperationContext
    >,
    "account"
  > &
  object;

Defined in: account-kit/smart-contracts/src/msca/client/multiSigAlchemyClient.ts:21

NameType

transport

AlchemyTransport

Type ParameterDefault type

TSigner extends SmartAccountSigner

SmartAccountSigner

Was this page helpful?