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

x/willow/src/wgps/encoding/data.ts>encodeDataBindPayloadRequest

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

Type Parameters

NamespaceId
SubspaceId
PayloadDigest

Parameters

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

Returns

Uint8Array