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

x/willow/mod.deno.ts>HandleType

Exploring Willow in the most efficient and sound programming language
Go to Latest
enum HandleType
Re-export
import { HandleType } from "https://deno.land/x/willow@0.2.1/mod.deno.ts";

Members

AreaOfInterestHandle

Resource handle for AreaOfInterests that peers wish to sync.

CapabilityHandle

Logical channel for controlling the binding of new CapabilityHandles.

IntersectionHandle

Resource handle for the private set intersection part of private area intersection. More precisely, an IntersectionHandle stores a PsiGroup member together with one of two possible states:

  • pending (waiting for the other peer to perform scalar multiplication),
  • completed (both peers performed scalar multiplication).
PayloadRequestHandle

Resource handle that controls the matching from Payload transmissions to Payload requests.

StaticTokenHandle

Resource handle for StaticTokens that peers need to transmit.