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

x/clarigen/artifacts/clarigen/index.ts>contracts

Deno package for type-safe Clarinet tests
Go to Latest
variable contracts
import { contracts } from "https://deno.land/x/clarigen@v0.4.11/artifacts/clarigen/index.ts";

type

{ counter: { functions: { decrement; increment; getCounter; }; maps; variables: { ERR_TEST; buffConst; testBuff; counter; }; constants: { ERR_TEST: { isOk: boolean; value: bigint; }; buffConst; testBuff: bigint; counter: bigint; }; non_fungible_tokens; fungible_tokens; clarity_version: string; contractName: string; }; ftTrait: { functions; maps; variables; constants; non_fungible_tokens; fungible_tokens; clarity_version: string; contractName: string; }; tester: { functions: { complexArgs; num; retError; getTup; mergeTuple; square; }; maps: { demoMap; }; variables: { ERR_UNAUTHORIZED; }; constants: { ERR_UNAUTHORIZED: { isOk: boolean; value: bigint; }; }; non_fungible_tokens: any[]; fungible_tokens; clarity_version: string; contractName: string; }; }