useMutualFollowers is a paginated hook that lets you fetch mutual followers between two profiles.
useMutualFollowers
Optional
The order by which to sort the profiles
const { data, loading, error } = useMutualFollowers({ observer: '0x123', viewing: '0x456',}); Copy
const { data, loading, error } = useMutualFollowers({ observer: '0x123', viewing: '0x456',});
useMutualFollowers
is a paginated hook that lets you fetch mutual followers between two profiles.