type alias ScriptRe-exportimport { type Script } from "https://deno.land/x/lucid@0.7.6/mod.ts"; Plutus scripts need to be double Cbor encoded. Raw compiled scripts without any Cbor encoding do not work. definition: { type: ScriptType; script: string; }