type AlchemyMultiOwnerLightAccountClientConfig<TSigner> = Omit<
CreateMultiOwnerLightAccountParams<HttpTransport, TSigner>,
"transport" | "type"
> &
Omit<
AlchemySmartAccountClientConfig<Chain, MultiOwnerLightAccount<TSigner>>,
"account"
>;Defined in: account-kit/smart-contracts/src/light-account/clients/multiOwnerAlchemyClient.ts:14
| Type Parameter | Default type |
|---|---|
|
|