| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Hydra.Contract
Description
Things related to the Hydra smart contracts / script validators.
Synopsis
- data HydraScriptCatalogue = HydraScriptCatalogue {
- mintingScriptHash :: ScriptHash
- mintingScriptSize :: Int
- headScriptHash :: ScriptHash
- headScriptSize :: Int
- depositScriptHash :: ScriptHash
- depositScriptSize :: Int
- crsScriptHash :: ScriptHash
- crsScriptSize :: Int
- hydraScriptCatalogue :: HydraScriptCatalogue
Documentation
data HydraScriptCatalogue Source #
Information about relevant Hydra scripts.
Constructors
| HydraScriptCatalogue | |
Fields
| |
Instances
hydraScriptCatalogue :: HydraScriptCatalogue Source #
Gather HydraScriptCatalogue from the current Hydra scripts. This is useful to
determine changes in between version of 'hydra-plutus'.