import { type Validator } from "https://deno.land/x/lucid@0.8.6/src/types/mod.ts";
Plutus scripts need to be double Cbor encoded. Raw compiled scripts without any Cbor encoding do not work.
import { type Validator } from "https://deno.land/x/lucid@0.8.6/src/types/mod.ts";
Plutus scripts need to be double Cbor encoded. Raw compiled scripts without any Cbor encoding do not work.