Represents a shared space, meaning a space for which we have a delegation and consequently have limited authority over.

Hierarchy

  • SharedSpace

Constructors

Properties

Accessors

Methods

Constructors

Properties

model: {
    agent?: Agent<Service>;
    delegation: Delegation<Capabilities>;
    id: `did:key:${string}`;
    meta: {
        name?: string;
    };
}

Type declaration

Accessors

  • get meta(): {
        name?: string;
    }
  • Returns {
        name?: string;
    }

    • Optional name?: string
  • get name(): string
  • Returns string

Methods

  • Returns `did:key:${string}`

  • Parameters

    • name: string

    Returns SharedSpace

Generated using TypeDoc