Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/earthstar/deps.ts>FingerprintTree#aggregateDown

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
method FingerprintTree.prototype.aggregateDown
Re-export
import { FingerprintTree } from "https://deno.land/x/earthstar@v10.0.0-beta.6/deps.ts";

Parameters

node: NodeType<ValueType, LiftedType> | null
y: ValueType
acc: CombinedLabel<ValueType, LiftedType>

Returns

{ label: CombinedLabel<ValueType, LiftedType>; nextTree: NodeType<ValueType, LiftedType> | null; }