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