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

x/willow/src/wgps/encoding/reconciliation.ts>encodeReconciliationAnnounceEntries

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

Type Parameters

NamespaceId
SubspaceId
PayloadDigest

Parameters

opts: { privy: ReconciliationPrivy<NamespaceId, SubspaceId, PayloadDigest>; orderSubspace: TotalOrder<SubspaceId>; encodeSubspaceId: (subspace: SubspaceId) => Uint8Array; pathScheme: PathScheme; }

Returns

Uint8Array