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

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

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

Type Parameters

Fingerprint
NamespaceId
SubspaceId
PayloadDigest

Parameters

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