import { type WithdrawalValidator } from "https://deno.land/x/lucid@0.7.6/src/types/mod.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/mod.ts>WithdrawalValidator
import { type WithdrawalValidator } from "https://deno.land/x/lucid@0.7.6/src/types/mod.ts";
Plutus scripts need to be double Cbor encoded. Raw compiled scripts without any Cbor encoding do not work.