Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/clarigen/src/types.ts>ClarityAbiTypeTuple

Deno package for type-safe Clarinet tests
Latest
type alias ClarityAbiTypeTuple
import { type ClarityAbiTypeTuple } from "https://deno.land/x/clarigen@v0.5.5/src/types.ts";
definition: { tuple: readonly { name: string; type: ClarityAbiType; }[]; }