CreateWebauthnModularAccountV2ClientParams

1type CreateWebauthnModularAccountV2ClientParams<TTransport, TChain> =
2 CreateWebauthnModularAccountV2Params<TTransport> &
3 Omit<
4 TTransport extends AlchemyTransport
5 ? 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

NameType

credential

ToWebAuthnAccountParameters["credential"]

getFn?

ToWebAuthnAccountParameters["getFn"]

rpId?

ToWebAuthnAccountParameters["rpId"]

Type Parameters

Type ParameterDefault type

TTransport extends | Transport | AlchemyTransport

Transport

TChain extends Chain

Chain