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

x/willow/src/wgps/reconciliation/reconciler.ts>Reconciler

Exploring Willow in the most efficient and sound programming language
Go to Latest
class Reconciler
import { Reconciler } from "https://deno.land/x/willow@0.2.1/src/wgps/reconciliation/reconciler.ts";

Type Parameters

NamespaceId
SubspaceId
PayloadDigest
AuthorisationOpts
AuthorisationToken
Prefingerprint
Fingerprint

Properties

private
announceQueue: FIFO<{ range: Range3d<SubspaceId>; count: number; wantResponse: boolean; covers: bigint | COVERS_NONE; }>
private
fingerprintQueue: FIFO<{ range: Range3d<SubspaceId>; fingerprint: Fingerprint; covers: bigint | COVERS_NONE; }>
private
subspaceScheme: SubspaceScheme<SubspaceId>
range