Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cardano.YTxP
Documentation
data YTxPParams Source #
Instances
FromJSON YTxPParams Source # | |
Defined in Cardano.YTxP | |
ToJSON YTxPParams Source # | |
Defined in Cardano.YTxP Methods toJSON :: YTxPParams -> Value toEncoding :: YTxPParams -> Encoding toJSONList :: [YTxPParams] -> Value toEncodingList :: [YTxPParams] -> Encoding omitField :: YTxPParams -> Bool | |
Generic YTxPParams Source # | |
Defined in Cardano.YTxP | |
Show YTxPParams Source # | |
Defined in Cardano.YTxP | |
Eq YTxPParams Source # | |
Defined in Cardano.YTxP Methods (==) :: YTxPParams -> YTxPParams -> Bool Source # (/=) :: YTxPParams -> YTxPParams -> Bool Source # | |
type Rep YTxPParams Source # | |
Defined in Cardano.YTxP type Rep YTxPParams = D1 ('MetaData "YTxPParams" "Cardano.YTxP" "ytxp-plutarch-0.1.0-B6ap1x8UFi7IOd7qlOwhiu" 'False) (C1 ('MetaCons "YTxPParams" 'PrefixI 'True) (S1 ('MetaSel ('Just "params") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SdkParameters) :*: S1 ('MetaSel ('Just "commitHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
validatorLinker :: Linker SdkParameters (ScriptExport SdkParameters) Source #
stakeValidatorLinker :: Linker SdkParameters (ScriptExport SdkParameters) Source #
mintingPolicyLinker :: Linker SdkParameters (ScriptExport SdkParameters) Source #