Alchemy Logo

getDefaultMultiOwnerLightAccountFactoryAddress

function 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

ParameterTypeDescription

chain

Chain

a Chain object

version

LightAccountVersion<"MultiOwnerLightAccount">

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

any

an Address for the given chain

Was this page helpful?