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

x/clarigen/src/factory-types.ts>FullContract

Deno package for type-safe Clarinet tests
Latest
type alias FullContract
import { type FullContract } from "https://deno.land/x/clarigen@v0.5.5/src/factory-types.ts";
definition: T extends TypedAbi ? FunctionsToContractCalls<T["functions"]> & T & { identifier: string; } : never