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

x/willow_utils/src/ranges/types.ts>Range3d

TypeScript typings and utilities for the Willow protocol.
Go to Latest
type alias Range3d
import { type Range3d } from "https://deno.land/x/willow_utils@0.8.0/src/ranges/types.ts";

A three-dimensional with dimension of time, path, and subspace.

Type Parameters

SubspaceType
definition: { timeRange: Range<bigint>; pathRange: Range<Path>; subspaceRange: Range<SubspaceType>; }