Fetch Follows
This section covers how to fetch follows on the Subsocial blockchain.
#
Check if a user is following a space or account#
isSpaceFollowerThis checks if an account is following a particular space.
Example:
#
isAccountFollowerThis checks if an account is following a particular account.
๐ AnyAccountId: AccountId | string
๐ ธ AnySpaceId: SpaceId | BN
#
Find and load a list of space followers#
spacesFollowedByAccountGet an array of space IDs that an account is following.
Example:
#
spaceFollowersGet an array of account IDs that follow a space.
Example:
#
Find and load the list of followers and followings#
accountFollowersGet an array of account IDs that follow an account.
#
accountsFollowedByAccountGet an array of account IDs that an account is following.