plutus-ledger-api-1.61.0.0: Interface to the Plutus ledger for the Cardano ledger.
Safe HaskellSafe-Inferred
LanguageHaskell2010

PlutusCore.Executable.Blueprint

Synopsis

Documentation

data BlueprintValidator Source #

A validator in a blueprint.

Constructors

BlueprintValidator 

Fields

readBlueprintInputIO ([BlueprintValidator], Value) Source #

Reads a blueprint file, extracts the validators, and returns (validators, entire json).

writeBlueprintOutput → Value → [UplcProg ann] → IO () Source #