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

x/clarigen/src/index.ts>TypedBlock

Deno package for type-safe Clarinet tests
Latest
type alias TypedBlock
import { type TypedBlock } from "https://deno.land/x/clarigen@v0.5.5/src/index.ts";

Type Parameters

T extends readonly unknown[]
definition: Omit<Block, "receipts"> & { receipts: Readonly<Receipts<T>>; }