| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Blockfrost.Client.Cardano.Scripts
Description
Script queries
Synopsis
- listScripts :: BlockfrostClient [ScriptHash]
- listScripts' :: Paged -> SortOrder -> BlockfrostClient [ScriptHash]
- getScript :: ScriptHash -> BlockfrostClient Script
- getScriptRedeemers :: ScriptHash -> BlockfrostClient [ScriptRedeemer]
- getScriptRedeemers' :: ScriptHash -> Paged -> SortOrder -> BlockfrostClient [ScriptRedeemer]
- getScriptDatum :: DatumHash -> BlockfrostClient ScriptDatum
- getScriptJSON :: ScriptHash -> BlockfrostClient ScriptJSON
- getScriptCBOR :: ScriptHash -> BlockfrostClient ScriptCBOR
Documentation
listScripts :: BlockfrostClient [ScriptHash] Source #
List scripts
listScripts' :: Paged -> SortOrder -> BlockfrostClient [ScriptHash] Source #
List scripts
Allows custom paging and ordering using Paged and SortOrder.
getScript :: ScriptHash -> BlockfrostClient Script Source #
Get specific script information
getScriptRedeemers :: ScriptHash -> BlockfrostClient [ScriptRedeemer] Source #
Get redeemers of a specific script
getScriptRedeemers' :: ScriptHash -> Paged -> SortOrder -> BlockfrostClient [ScriptRedeemer] Source #
Get redeemers of a specific script
Allows custom paging and ordering using Paged and SortOrder.
getScriptDatum :: DatumHash -> BlockfrostClient ScriptDatum Source #
Get specific datum
getScriptJSON :: ScriptHash -> BlockfrostClient ScriptJSON Source #
Get a JSON representation of a timelock script
getScriptCBOR :: ScriptHash -> BlockfrostClient ScriptCBOR Source #
Get a CBOR representation of a plutus script