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

x/clarigen/src/types.ts>TypedAbiVariable

Deno package for type-safe Clarinet tests
Go to Latest
type alias TypedAbiVariable
import { type TypedAbiVariable } from "https://deno.land/x/clarigen@v0.4.10/src/types.ts";
definition: ClarityAbiVariable & { defaultValue: T; }