UNPKG

@hirosystems/clarinet-sdk

Version:

A SDK to interact with Clarity Smart Contracts in node.js

21 lines (19 loc) 473 B
import type { Simnet } from "../../dist/esm/node/src"; declare global { var simnet: Simnet; var testEnvironment: string; var coverageReports: string[]; var costsReports: string[]; var options: { clarinet: { manifestPath: string; initBeforeEach: boolean; coverage: boolean; coverageFilename: string; costs: boolean; costsFilename: string; includeBootContracts: boolean; bootContractsPath: string; }; }; }