createMultiOwnerLightAccountAlchemyClient

1function createMultiOwnerLightAccountAlchemyClient<TSigner>(
2 params,
3): Promise<
4 AlchemySmartAccountClient<
5 undefined | Chain,
6 MultiOwnerLightAccount<TSigner>,
7 MultiOwnerLightAccountClientActions<TSigner>
8 >
9>;

Defined in: account-kit/smart-contracts/dist/types/src/light-account/clients/multiOwnerAlchemyClient.d.ts:6

Type Parameters

Type ParameterDefault type

TSigner extends SmartAccountSigner<any>

SmartAccountSigner<any>

Parameters

ParameterType

params

AlchemyMultiOwnerLightAccountClientConfig<TSigner>

Returns

Promise<AlchemySmartAccountClient<undefined | Chain, MultiOwnerLightAccount<TSigner>, MultiOwnerLightAccountClientActions<TSigner>>>