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

x/clarigen/src/chain.ts>TxValueType

Deno package for type-safe Clarinet tests
Go to Latest
type alias TxValueType
import { type TxValueType } from "https://deno.land/x/clarigen@v0.4.9/src/chain.ts";
definition: P extends TxCall<infer R, infer X> ? (X extends true ? OkType<R> : X extends false ? ErrType<R> : R) : never