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

x/willow/src/wgps/cap_finder.ts>CapFinder

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

Helps you get capabilities for given entries

Type Parameters

ReadCapability
Receiver
SyncSignature
ReceiverSecretKey
NamespaceId
SubspaceId
PayloadDigest

Properties

private
namespaceMap: Map<string, Set<bigint>>

Methods

private
getNamespaceKey(namespace: NamespaceId): string
addCap(handle: bigint)
findCapHandle(entry: Entry<NamespaceId, SubspaceId, PayloadDigest>): bigint | undefined