createMultiOwnerLightAccountClient
Creates a multi-owner light account client using the provided parameters. It first creates a multi-owner light account and then creates a smart account client with the provided configurations.
Examples
Param
the configuration for creating the multi-owner light / alchemy account client with the provided parameters transport
Call Signature
Defined in: account-kit/smart-contracts/src/light-account/clients/multiOwnerLightAccount.ts:55
Type Parameters
Parameters
Returns
Promise<AlchemySmartAccountClient<undefined | Chain, MultiOwnerLightAccount<TSigner>, MultiOwnerLightAccountClientActions<TSigner>>>
Call Signature
Defined in: account-kit/smart-contracts/src/light-account/clients/multiOwnerLightAccount.ts:69
Type Parameters
Parameters
Returns
Promise<SmartAccountClient<CustomTransport, Chain, MultiOwnerLightAccount<TSigner>, SmartAccountClientActions<Chain, SmartContractAccount> & MultiOwnerLightAccountClientActions<TSigner, MultiOwnerLightAccount<TSigner>>>>