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

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

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

Type Parameters

DynamicToken
NamespaceId
SubspaceId
PayloadDigest

Parameters

opts: { decodeNamespaceId: (bytes: GrowingBytes) => Promise<NamespaceId>; decodeSubspaceId: (bytes: GrowingBytes) => Promise<SubspaceId>; decodeDynamicToken: (bytes: GrowingBytes) => Promise<DynamicToken>; decodePayloadDigest: (bytes: GrowingBytes) => Promise<PayloadDigest>; pathScheme: PathScheme; getPrivy: () => ReconciliationPrivy<NamespaceId, SubspaceId, PayloadDigest>; }