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

x/willow/src/wgps/decoding/setup.ts>decodeSetupBindReadCapability

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

Type Parameters

ReadCapability
SyncSignature
NamespaceId
SubspaceId

Parameters

getPrivy: (handle: bigint) => ReadCapPrivy<NamespaceId, SubspaceId>
decodeSignature: (bytes: GrowingBytes) => Promise<SyncSignature>