Client for interacting with the space/* capabilities.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

_agent: Agent
_serviceConf: ServiceConf

Methods

  • Get information about a space.

    Parameters

    • space: `did:${string}:${string}`

      DID of the space to retrieve info about.

    Returns Promise<Selectable<SpaceTable> & {
        error?: undefined;
    }>

Generated using TypeDoc