type AlchemyModularAccountClientConfig<TSigner> = Omit<
CreateMultiOwnerModularAccountParams<HttpTransport, TSigner>,
"transport"
> &
Omit<
AlchemySmartAccountClientConfig<Chain, LightAccount<TSigner>>,
"account"
>;Defined in: account-kit/smart-contracts/src/msca/client/alchemyClient.ts:17
| Type Parameter | Default type |
|---|---|
|
|