Safe Haskell | None |
---|---|
Language | Haskell2010 |
Cardano Scripts responses
Synopsis
- data Script = Script { }
- data ScriptType
- data ScriptRedeemer = ScriptRedeemer { }
- newtype ScriptDatum = ScriptDatum { }
- newtype ScriptJSON = ScriptJSON { }
- newtype ScriptCBOR = ScriptCBOR { }
Documentation
Script info
Script | |
|
Instances
Eq Script Source # | |
Show Script Source # | |
Generic Script Source # | |
ToJSON Script Source # | |
FromJSON 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.4.0.1-A9W5au7R2kOUA8M8hTMe9" '
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 ScriptJSON Source #
Instances
newtype ScriptCBOR Source #