Marks a client as online in the specified swarm.

Throws an error if the swarm validation fails or if the operation fails.

  • Parameters

    • clientId: string

      The unique identifier of the client to mark as online.

    • swarmName: string

      The name of the swarm where the client is being marked online.

    Returns Promise<void>

    A promise that resolves when the client is successfully marked online.