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

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

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

A position in a space with dimensions of time, path, and subspace.

Type Parameters

SubspaceType
definition: { time: bigint; path: Path; subspace: SubspaceType; }