Skip to main content
Module

x/clarigen/mod.ts>ClarityAbiTypeTuple

Deno package for type-safe Clarinet tests
Go to Latest
type alias ClarityAbiTypeTuple
Re-export
import { type ClarityAbiTypeTuple } from "https://deno.land/x/clarigen@v0.4.4/mod.ts";
definition: { tuple: { name: string; type: ClarityAbiType; }[]; }