SDK ReferenceSmart contractsType AliasesAlchemyMultisigAccountClientConfigCopy page 1type AlchemyMultisigAccountClientConfig<TSigner> = Omit<2 CreateMultisigModularAccountParams<HttpTransport, TSigner>,3 "transport"4> &5 Omit<6 AlchemySmartAccountClientConfig<7 Chain,8 LightAccount<TSigner>,9 MultisigUserOperationContext10 >,11 "account"12 > &13 object; Defined in: account-kit/smart-contracts/src/msca/client/multiSigAlchemyClient.ts:21 Type Declaration NameTypetransportAlchemyTransport Type Parameters Type ParameterDefault typeTSigner extends SmartAccountSignerSmartAccountSigner