Accessors for privat field _substrate
Find and load all posts
Find and all spaces
Find and load single post
Find and load post with their extension and owner's profile and space (if defined).
Find and load post with their extension and owner's profile (if defined).
Find and load an array of posts
Find and load posts with their extension, owner's profile and space (if defined).
Find and load posts with their extension and owner's profile (if defined).
Find and load single profile
Find and load an array of profiles
Find and load information about a public post from Subsocial blockchain and IPFS using post id.
Post is considered public if it meets the next conditions:
hidden
field on it's blockchain structure is false
.Id of desired post.
Data about desired post aggregated from blockchain and IPFS. If no corresponding post to given id,
undefined
is returned.
Find and load posts that have hidden == false
field in Substrate struct and their IPFS content is not empty with their extension and owner's profile and space (if defined).
Find and load post that have hidden == false
field in Substrate struct and their IPFS content is not empty with their extension and owner's profile (if defined).
Find and load an array of information about public posts from Subsocial blockchain and IPFS by a given array of
post ids
.
Post is considered public if it meets the next conditions:
hidden
field on its' blockchain structure is false
.An array of ids of desired posts.
An array of data about desired posts aggregated from Subsocial blockchain and IPFS. If no corresponding
posts to given array of ids
, an empty array is returned.
Find and load posts that have hidden == false
field in Substrate struct and their IPFS content is not empty with their extension and owner's profile and space (if defined).
Find and load posts that have hidden == false
field in Substrate struct and their IPFS content is not empty with their extension and owner's profile (if defined).
Find and load information about a public space from Subsocial blockchain and IPFS using space id.
Space is considered public if it meets these conditions:
hidden
field on it's blockchain structure is false
.Id of desired space.
Data about desired space aggregated from blockchain and IPFS. If no corresponding space to given id,
undefined
is returned.
Find and load an array of information about public spaces from Subsocial blockchain and IPFS by a given array of
space ids
.
Space is considered public if it meets the next conditions:
hidden
field on its' blockchain structure is false
.An array of ids of desired spaces.
An array of data about desired spaces aggregated from Subsocial blockchain and IPFS. If no corresponding
spaces to given array of ids
, an empty array is returned.
Find and load single space
Find and load an array of spaces
Find and load information about an unlisted post from blockchain and from IPFS by a given post id.
Post is considered unlisted if it meets either of these conditions:
hidden
field on it's blockchain structure is true
.Id of desired post.
Data about desired post aggregated from blockchain and IPFS. If no corresponding post to given id,
undefined
is returned.
Find and load posts that have hidden == true
field in Substrate struct and their IPFS content is not empty with their extension and owner's profile and space (if defined).
Find and load post that have hidden == true
field in Substrate struct and their IPFS content is not empty with their extension and owner's profile (if defined).
Find and load an array of information about unlisted posts from Subsocial blockchain and IPFS by a given array of
post ids
.
Post is considered unlisted if it meets either of these conditions:
hidden
field on it's blockchain structure is true
.An array of ids of desired posts
An array of data about desired posts aggregated from Subsocial blockchain and IPFS. If no corresponding
posts to given array of ids
, an empty array is returned.
Find and load posts that have hidden == true
field in Substrate struct and their IPFS content is not empty with their extension and owner's profile and space (if defined).
Find and load posts that have hidden == true
field in Substrate struct and their IPFS content is not empty with their extension and owner's profile (if defined).
Find and load information about an unlisted space from blockchain and from IPFS by a given space id.
Space is considered unlisted if it meets either of these conditions:
hidden
field on it's blockchain structure is true
.Id of desired space.
Data about a desired space aggregated from blockchain and IPFS. If no corresponding space to given id,
undefined
is returned.
Find and load an array of information about unlisted spaces from Subsocial blockchain and IPFS by a given array of
space ids
.
Space is considered unlisted if it meets either of these conditions:
hidden
field on it's blockchain structure is true
.An array of ids of desired spaces.
An array of data about desired spaces aggregated from Subsocial blockchain and IPFS. If no corresponding
spaces to given array of ids
, an empty array is returned.
Accessors for privat field _ipfs