Skip to content
Alchemy Logo

createMultiOwnerLightAccountAlchemyClient

function createMultiOwnerLightAccountAlchemyClient<TSigner>(
  params,
): Promise<
  AlchemySmartAccountClient<
    undefined | Chain,
    MultiOwnerLightAccount<TSigner>,
    MultiOwnerLightAccountClientActions<TSigner>
  >
>;

Defined in: account-kit/smart-contracts/src/light-account/clients/multiOwnerAlchemyClient.ts:25

Type ParameterDefault type

TSigner extends SmartAccountSigner<any>

SmartAccountSigner<any>

ParameterType

params

AlchemyMultiOwnerLightAccountClientConfig<TSigner>

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

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

Was this page helpful?