Alchemy Logo

WebauthnModularAccountV2Client

type WebauthnModularAccountV2Client<TChain, TTransport> =
  TTransport extends AlchemyTransport
    ? AlchemySmartAccountClient<TChain, WebauthnModularAccountV2>
    : SmartAccountClient<TTransport, TChain, WebauthnModularAccountV2>;

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

Type ParameterDefault type

TChain extends Chain

Chain

TTransport extends | Transport | AlchemyTransport

Transport

Was this page helpful?