Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/earthstar/deps.ts>FingerprintTree#aggregateDown

Storage for private, distributed, offline-first applications.
Go to Latest
method FingerprintTree.prototype.aggregateDown
Re-export
import { FingerprintTree } from "https://deno.land/x/earthstar@v10.2.0/deps.ts";

Parameters

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

Returns

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