type CreateModularAccountV2AlchemyClientParams<TTransport, TChain, TSigner> =
Omit<
CreateModularAccountV2ClientParams<TTransport, TChain, TSigner>,
"transport"
> &
Omit<
AlchemySmartAccountClientConfig<TChain, LightAccount<TSigner>>,
"account"
> &
object;Defined in: account-kit/smart-contracts/dist/types/src/ma-v2/client/client.d.ts:16
| Name | Type |
|---|---|
|
|
|
|
| Type Parameter | Default type |
|---|---|
|
|
|
|
|
|