getDefaultMultiOwnerLightAccountFactoryAddress

1const getDefaultMultiOwnerLightAccountFactoryAddress: (
2 chain,
3 version,
4) => `0x${string}`;

Defined in: account-kit/smart-contracts/dist/types/src/light-account/utils.d.ts:33

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

`0x${string}`

an Address for the given chain