Getting Reactions
Find and load an array of information about reactions from the Subsocial blockchain by a given array of IDs.
#
Get reaction IDsquery
allows for the querying of multiple storage entries and the combination into a single result.
This is a very optimal way to make multiple queries since it only makes a single connection to the node and retrieves the data over one subscription.
#
Get reactionsGet reactions (upvotes/downvotes) on posts or comments by reaction IDs (use multi request from blockchain).
๐ AnyReactionId: ReactionId | BN
๐ ธ Reaction
#
Example#
Get a reaction by post ID and accountExample:
๐ AnyReactionId: ReactionId | BN
๐ ธ ReactionId