Skip to main content
Module

x/lucid/mod.ts>SpendingValidator

Lucid is a library, which allows you to create Cardano transactions and off-chain code for your Plutus contracts in JavaScript, Deno and Node.js.
Very Popular
Go to Latest
type alias SpendingValidator
Re-export
import { type SpendingValidator } from "https://deno.land/x/lucid@0.7.7/mod.ts";

Plutus scripts need to be double Cbor encoded. Raw compiled scripts without any Cbor encoding do not work.

definition: Script