| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
PlutusCore.Executable.Blueprint
Synopsis
- data BlueprintValidator = BlueprintValidator {}
- readBlueprint ∷ Input → IO ([BlueprintValidator], Value)
- writeBlueprint ∷ Output → Value → [UplcProg ann] → IO ()
Documentation
readBlueprint ∷ Input → IO ([BlueprintValidator], Value) Source #
Reads a blueprint file, extracts the validators, and returns (validators, entire json).