blockfrost-client-0.2.0.0: blockfrost.io basic client
Safe HaskellNone
LanguageHaskell2010

Blockfrost.Client.Cardano.Scripts

Description

Script queries

Synopsis

Documentation

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.

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