getDefaultMultiOwnerLightAccountFactoryAddress

1function getDefaultMultiOwnerLightAccountFactoryAddress(chain, version): any;

Defined in: account-kit/smart-contracts/src/light-account/utils.ts:109

Utility method returning the default multi owner light account factory address given a Chain object

Parameters

ParameterTypeDescription

chain

Chain

a Chain object

version

LightAccountVersion<"MultiOwnerLightAccount">

the version of the light account to get the factory address for

Returns

any

an Address for the given chain