ElvSpace

new ElvSpace({
configUrl,
mainObjectId
})
ElvSpace

Instantiate the ElvSpace Object

Returns: New ElvSpace object connected to the specified content fabric and blockchain
Parameters:
Name Type Description
configUrl string

The Content Fabric configuration URL

mainObjectId string

The top-level Eluvio Live object ID

Source:

Methods

async SpaceNodes(
matchEndpoint,
matchNodeId
)

Return a list of nodes in the content space, optionally filtered by node ID or endpoint.

Parameters:
Name Type Description
matchEndpoint string

Only return nodes that have endpoints matching this string

matchNodeId string

Only return the node matching this nodeId

Source: