Module

x/jucid/mod.ts>UTxO

jucid is JSHy's fork of Lucid (jshy + lucid = jucid)
Latest
type alias UTxO
import { type UTxO } from "https://dotland.deno.dev/x/jucid@1.0.0-alpha.1/mod.ts";
definition: { txHash: TxHash; outputIndex: number; assets: Assets; address: Address; datumHash?: DatumHash | null; datum?: Datum | null; scriptRef?: Script | null; }
import UTxO
import { UTxO } from "https://dotland.deno.dev/x/jucid@1.0.0-alpha.1/mod.ts";