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

x/clarigen/src/index.ts>TypedAbiFunction

Deno package for type-safe Clarinet tests
Latest
type alias TypedAbiFunction
Re-export
import { type TypedAbiFunction } from "https://deno.land/x/clarigen@v0.5.5/src/index.ts";

Type Parameters

T extends TypedAbiArg<unknown, string>[]
R
definition: ClarityAbiFunction & { _t?: T; _r?: R; }