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

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

Deno package for type-safe Clarinet tests
Go to Latest
type alias ContractFactory
import { type ContractFactory } from "https://deno.land/x/clarigen@v0.4.9/src/factory-types.ts";
definition: [key in keyof T]: FullContract<T[key]>