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

x/willow_utils/src/parameters/types.ts>PathScheme

TypeScript typings and utilities for the Willow protocol.
Latest
type alias PathScheme
import { type PathScheme } from "https://deno.land/x/willow_utils@1.0.0/src/parameters/types.ts";

A set of limits for Paths.

definition: { maxComponentCount: number; maxComponentLength: number; maxPathLength: number; }