SDK ReferenceSmart contractsType AliasesCreateWebauthnModularAccountV2ClientParamsCopy page 1type CreateWebauthnModularAccountV2ClientParams<TTransport, TChain> =2 CreateWebauthnModularAccountV2Params<TTransport> &3 Omit<4 TTransport extends AlchemyTransport5 ? AlchemySmartAccountClientConfig<TChain>6 : SmartAccountClientConfig<TTransport, TChain>,7 "transport" | "account" | "chain"8 > &9 object; Defined in: account-kit/smart-contracts/src/ma-v2/client/client.ts:60 Type Declaration NameTypecredentialToWebAuthnAccountParameters["credential"]getFn?ToWebAuthnAccountParameters["getFn"]rpId?ToWebAuthnAccountParameters["rpId"] Type Parameters Type ParameterDefault typeTTransport extends | Transport | AlchemyTransportTransportTChain extends ChainChain