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
| Name | Type |
|---|---|
|
|
|
|
|
|