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/src/light-account/clients/multiOwnerAlchemyClient.ts:25

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>>>

A promise that resolves to an AlchemySmartAccountClient object containing the created account information and methods