Data about desired post from Subsocial blockchain. If no corresponding post to given id
and
visibility
, undefined
is returned.
Find and load an array of information about posts from Subsocial blockchain by a given array of ids
and
visibility
filter.
An array of data about desired posts from Subsocial blockchain. If no corresponding posts to given array
of ids
and visibility
, an empty array is returned.
Find and load information about a reaction from Subsocial blockchain by a given id
.
Id of desired reaction.
Data about desired reaction from Subsocial blockchain. If no corresponding reaction to given id
,
undefined
is returned.
Find and load an array of information about reactions from Subsocial blockchain by a given array of ids
.
An array of ids of desired reactions.
An array of data about desired reactions from Subsocial blockchain. If no corresponding reactions to given
array of ids
, an empty array is returned.
Find and load information about a profile from Subsocial blockchain by a given id
.
Account id of desired profile.
Data about desired profile from Subsocial blockchain. If no corresponding profile to given id
,
undefined
is returned.
Find and load an array of information about social profiles from Subsocial blockchain by a given array of account
ids
.
An array of account ids of desired profiles.
An array of data about desired profiles from Subsocial blockchain. If no corresponding profiles to given
array of ids
, an empty array is returned.
Find and load information about a space from Subsocial blockchain by a given id
and visibility
filter.
Data about desired space from Subsocial blockchain. If no corresponding space to given id
and
visibility
, undefined
is returned.
Find and load an array of information about spaces from Subsocial blockchain by a given array of ids
and
visibility
filter.
An array of data about desired spaces from Subsocial blockchain. If no corresponding spaces to given array
of ids
and visibility
, an empty array is returned.
Find and load information about a post from Subsocial blockchain by a given
id
andvisibility
filter.