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

x/clarigen/src/index.ts>ContractFunctions

Deno package for type-safe Clarinet tests
Go to Latest
type alias ContractFunctions
Re-export
import { type ContractFunctions } from "https://deno.land/x/clarigen@v0.4.3/src/index.ts";
definition: { [key: string]: TypedAbiFunction<UnknownArgs, unknown>; }