import { C } from "https://deno.land/x/lucid@0.10.1/src/core/mod.ts";
const { PlutusScript } = C;
Methods
Static Methods
__wrap(ptr)
from_bytes(bytes)
new(bytes)
- Creates a new Plutus script from the RAW bytes of the compiled script.
- This does NOT include any CBOR encoding around these bytes (e.g. from "cborBytes" in cardano-cli)
- If you creating this from those you should use PlutusScript::from_bytes() instead.