Skip to main content
Module

x/clarigen/mod.ts>TypedBlock

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

Type Parameters

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