Skip to main content
Module

x/lucid/mod.ts>Validator

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 Validator
Re-export
import { type Validator } 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:
| MintingPolicy
| SpendingValidator
| CertificateValidator
| WithdrawalValidator