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

x/clarigen/src/index.ts>ClarityAbiTypeResponse

Deno package for type-safe Clarinet tests
Go to Latest
type alias ClarityAbiTypeResponse
Re-export
import { type ClarityAbiTypeResponse } from "https://deno.land/x/clarigen@v0.4.8/src/index.ts";
definition: { response: { ok: ClarityAbiType; error: ClarityAbiType; }; }