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

x/willow/mod.universal.ts>MsgReconciliationSendEntry

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

Transmit a LengthyEntry as part of 3d range-based set reconciliation.

Type Parameters

DynamicToken
NamespaceId
SubspaceId
PayloadDigest
definition: Msg<MsgKind.ReconciliationSendEntry, { entry: LengthyEntry<NamespaceId, SubspaceId, PayloadDigest>; staticTokenHandle: bigint; dynamicToken: DynamicToken; }>