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

x/willow/src/wgps/types.ts>MsgReconciliationAnnounceEntries

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

Prepare transmission of the LengthyEntries a peer has in a 3dRange as part of 3d range-based set reconciliation.

Type Parameters

SubspaceId
definition: Msg<MsgKind.ReconciliationAnnounceEntries, { range: Range3d<SubspaceId>; count: bigint; wantResponse: boolean; willSort: boolean; senderHandle: bigint; receiverHandle: bigint; covers: bigint | COVERS_NONE; }>