useIsAccountDeployed

Check if a account has been deployed for the given admin in the account factory contract

Example

const {
data: isAccountDeployed,
isLoading,
error,
} = useIsAccountDeployed(contract);

Parameters

Returns

A boolean indicating if a account has been deployed for the given admin