createMultiOwnerLightAccount

1function createMultiOwnerLightAccount<
2 TTransport,
3 TSigner,
4 TLightAccountVersion,
5>(config): Promise<MultiOwnerLightAccount<TSigner, TLightAccountVersion>>;

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

Type Parameters

Type ParameterDefault type

TTransport extends Transport

Transport

TSigner extends SmartAccountSigner<any>

SmartAccountSigner<any>

TLightAccountVersion extends "v2.0.0"

"v2.0.0"

Parameters

ParameterType

config

CreateMultiOwnerLightAccountParams<TTransport, TSigner, TLightAccountVersion>

Returns

Promise<MultiOwnerLightAccount<TSigner, TLightAccountVersion>>