ytxp-plutarch-0.1.0: Control scripts, types, and utilities for the YTxP architecture
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.YTxP

Documentation

data YTxPParams Source #

Instances

Instances details
FromJSON YTxPParams Source # 
Instance details

Defined in Cardano.YTxP

Methods

parseJSON :: Value -> Parser YTxPParams

parseJSONList :: Value -> Parser [YTxPParams]

omittedField :: Maybe YTxPParams

ToJSON YTxPParams Source # 
Instance details

Defined in Cardano.YTxP

Methods

toJSON :: YTxPParams -> Value

toEncoding :: YTxPParams -> Encoding

toJSONList :: [YTxPParams] -> Value

toEncodingList :: [YTxPParams] -> Encoding

omitField :: YTxPParams -> Bool

Generic YTxPParams Source # 
Instance details

Defined in Cardano.YTxP

Associated Types

type Rep YTxPParams :: Type -> Type Source #

Show YTxPParams Source # 
Instance details

Defined in Cardano.YTxP

Eq YTxPParams Source # 
Instance details

Defined in Cardano.YTxP

type Rep YTxPParams Source # 
Instance details

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 #