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

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

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

Send a Fingerprint as part of 3d range-based set reconciliation.

Type Parameters

SubspaceId
Fingerprint
definition: Msg<MsgKind.ReconciliationSendFingerprint, { range: Range3d<SubspaceId>; fingerprint: Fingerprint; senderHandle: bigint; receiverHandle: bigint; covers: bigint | COVERS_NONE; }>