Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/clarigen/src/index.ts>ReceiptValues

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

Type Parameters

T extends Readonly<unknown[]>
definition: readonly [I in keyof T]: TxValueType<T[I]>