Skip to main content Link Search Menu Expand Document (external link)

Nodes overview

Nodes are instances of the Engine participating in a swarm. Swarm mode must be enabled for these endpoints to work.

Added in v1.0.0


Table of contents


Errors

NodesError (class)

Signature

export declare class NodesError

Added in v1.0.0

isNodesError

Signature

export declare const isNodesError: (u: unknown) => u is NodesError

Added in v1.0.0

Layers

NodesLayer

Signature

export declare const NodesLayer: Layer.Layer<
  Nodes,
  never,
  HttpClient.HttpClient<HttpClientError.HttpClientError, Scope>
>

Added in v1.0.0

Tags

Nodes (class)

Nodes service

Signature

export declare class Nodes

Added in v1.0.0