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

x/willow/src/wgps/decoding/reconciliation.ts>decodeReconciliationAnnounceEntries

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

Type Parameters

NamespaceId
SubspaceId
PayloadDigest

Parameters

opts: { decodeSubspaceId: (bytes: GrowingBytes) => Promise<SubspaceId>; pathScheme: PathScheme; getPrivy: () => ReconciliationPrivy<NamespaceId, SubspaceId, PayloadDigest>; aoiHandlesToRange3d: (senderAoiHandle: bigint, receiverAoiHandle: bigint) => Promise<Range3d<SubspaceId>>; }