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

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

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

Type Parameters

DynamicToken
NamespaceId
SubspaceId
PayloadDigest

Parameters

opts: { privy: ReconciliationPrivy<NamespaceId, SubspaceId, PayloadDigest>; isEqualNamespace: (a: NamespaceId, b: NamespaceId) => boolean; orderSubspace: TotalOrder<SubspaceId>; encodeNamespaceId: (namespace: NamespaceId) => Uint8Array; encodeSubspaceId: (subspace: SubspaceId) => Uint8Array; encodePayloadDigest: (digest: PayloadDigest) => Uint8Array; encodeDynamicToken: (token: DynamicToken) => Uint8Array; pathScheme: PathScheme; }

Returns

Uint8Array