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