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