Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Module to load and provide the Hydra scripts.
Synopsis
- blueprintJSON :: Value
- commitValidatorScript :: SerialisedScript
- initialValidatorScript :: SerialisedScript
Documentation
blueprintJSON :: Value Source #
Loads the "plutus.json" blueprint and provides the decoded JSON.
commitValidatorScript :: SerialisedScript Source #
Access the commit validator script from the blueprintJSON
.
initialValidatorScript :: SerialisedScript Source #
Access the initial validator script from the blueprintJSON
.