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

x/clarigen/src/types.ts>ClarityAbiFunction

Deno package for type-safe Clarinet tests
Go to Latest
interface ClarityAbiFunction
import { type ClarityAbiFunction } from "https://deno.land/x/clarigen@v0.4.10/src/types.ts";

Properties

name: string
access: "private" | "public" | "read_only"
outputs: { type: ClarityAbiType; }