Alchemy Logo

createMultiOwnerLightAccount

function createMultiOwnerLightAccount<
  TTransport,
  TSigner,
  TLightAccountVersion,
>(config): Promise<MultiOwnerLightAccount<TSigner, TLightAccountVersion>>;

Defined in: account-kit/smart-contracts/dist/types/src/light-account/accounts/multiOwner.d.ts:18

Type ParameterDefault type

TTransport extends Transport

Transport

TSigner extends SmartAccountSigner<any>

SmartAccountSigner<any>

TLightAccountVersion extends "v2.0.0"

"v2.0.0"

ParameterType

config

CreateMultiOwnerLightAccountParams<TTransport, TSigner, TLightAccountVersion>

Promise<MultiOwnerLightAccount<TSigner, TLightAccountVersion>>

Was this page helpful?