IsFollowingParams

Represents the parameters for the "isFollowing" function.

type IsFollowingParams = {
followerProfileId: AbiParameterToPrimitiveType<{
name: "followerProfileId";
type: "uint256";
}>;
};