Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cardano Scripts responses
Synopsis
- data Script = Script {}
- data ScriptType
- data ScriptRedeemer = ScriptRedeemer {}
- newtype ScriptDatum = ScriptDatum {}
- newtype ScriptDatumCBOR = ScriptDatumCBOR {}
- newtype InlineDatum = InlineDatum {}
- newtype ScriptJSON = ScriptJSON {}
- newtype ScriptCBOR = ScriptCBOR {}
Documentation
Script info
Script | |
|
Instances
FromJSON Script Source # | |
Defined in Blockfrost.Types.Cardano.Scripts | |
ToJSON Script Source # | |
Generic Script Source # | |
Show Script Source # | |
Eq Script Source # | |
ToSample Script Source # | |
type Rep Script Source # | |
Defined in Blockfrost.Types.Cardano.Scripts type Rep Script = D1 ('MetaData "Script" "Blockfrost.Types.Cardano.Scripts" "blockfrost-api-0.9.0.0-8ngpFk1tydG8f8exKNUWo7" 'False) (C1 ('MetaCons "Script" 'PrefixI 'True) (S1 ('MetaSel ('Just "_scriptScriptHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ScriptHash) :*: (S1 ('MetaSel ('Just "_scriptType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ScriptType) :*: S1 ('MetaSel ('Just "_scriptSerialisedSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Integer))))) |
data ScriptType Source #
Script type
Instances
data ScriptRedeemer Source #
Script redeemer
ScriptRedeemer | |
|
Instances
newtype ScriptDatum Source #
Instances
newtype ScriptDatumCBOR Source #
Instances
newtype InlineDatum Source #
Instances
newtype ScriptJSON Source #
Instances
newtype ScriptCBOR Source #