Skip to content
Alchemy Logo

CreateWebauthnModularAccountV2ClientParams

type CreateWebauthnModularAccountV2ClientParams<TTransport, TChain> =
  CreateWebauthnModularAccountV2Params<TTransport> &
    Omit<
      TTransport extends AlchemyTransport
        ? AlchemySmartAccountClientConfig<TChain>
        : SmartAccountClientConfig<TTransport, TChain>,
      "transport" | "account" | "chain"
    > &
    object;

Defined in: account-kit/smart-contracts/src/ma-v2/client/client.ts:58

NameType

credential

ToWebAuthnAccountParameters["credential"]

getFn?

ToWebAuthnAccountParameters["getFn"]

rpId?

ToWebAuthnAccountParameters["rpId"]

Type ParameterDefault type

TTransport extends Transport | AlchemyTransport

Transport

TChain extends Chain

Chain

Was this page helpful?