Hyperlinkv0.8.0-beta.28

Hyperlink

Hyperlink.distributedconstsrc/Hyperlink.ts:4884
<T extends PipeableTag>(tag: T): T

Stamp a discoverable empty Node set (D3) — .pipe(Hyperlink.distributed)nodes([]). peersLayer then reads Lookup Directory.nodesServing.

For a fixed fleet list, use nodes([A, B]) (not this pipe). Identity-shaped like identity so class extends Tag()(…).pipe(Hyperlink.distributed) type-checks.

Source src/Hyperlink.ts:48842 lines
export const distributed = <T extends PipeableTag>(tag: T): T =>
  nodes(tag as unknown as HyperlinkTag<any, any, any>, []) as unknown as T;