getIsFollowing
Check if a user is following another user.
How to use?
const res = await orbis.getIsFollowing(userFollower, userFollowed);Parameters
userFollower- DID of a user who's followinguserFollowed(or not)userFollowed- DID of a user that's being (or not) followed
Returns
This method returns a boolean.
true || false