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