useIsAccountDeployed
Check if a account has been deployed for the given admin
Example
const {
data: isAccountDeployed,
isLoading,
error,
} = useIsAccountDeployed(contract);
Parameters
Returns
a boolean indicating if a account has been deployed for the given admin