FollowValidationLib
Author: Lens Protocol
A library contract that verifies that a user is following another user and reverts if not.
Functions
validateIsFollowing
function validateIsFollowing(address hub, uint256 followerProfileId, uint256 followedProfileId) internal view;