WebauthnModularAccountV2Client

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

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

Type Parameters

Type ParameterDefault type

TChain extends Chain

Chain

TTransport extends | Transport | AlchemyTransport

Transport