hydra-node-0.21.0: The Hydra node
Safe HaskellSafe-Inferred
LanguageGHC2021

Hydra.Chain.Blockfrost.Client

Contents

Synopsis

Documentation

runBlockfrostM :: (MonadIO m, MonadThrow m) => Project -> BlockfrostClientT IO a -> m a Source #

publishHydraScripts Source #

Arguments

:: FilePath

The path where the Blockfrost project token hash is stored.

-> SigningKey PaymentKey

Keys assumed to hold funds to pay for the publishing transaction.

-> IO [TxId] 

scriptTypeToPlutusVersion :: ScriptType -> Maybe Language Source #

toCardanoPoolId :: PoolId -> Hash StakePoolKey Source #

toCardanoUTxO :: [AddressUtxo] -> AddressInEra -> UTxO' (TxOut CtxUTxO) Source #

toCardanoTxIn :: AddressUtxo -> TxIn Source #

toCardanoTxOut :: AddressUtxo -> AddressInEra -> TxOut CtxUTxO Source #

toCardanoValue :: [Amount] -> Value Source #

Helpers

unwrapAddress :: AddressInEra -> Text Source #

textAddrOf :: NetworkId -> VerificationKey PaymentKey -> Text Source #

data BlockfrostConversion Source #

Constructors

BlockfrostConversion 

Fields

toCardanoPParams :: MonadIO m => BlockfrostClientT m (PParams LedgerEra) Source #

toCardanoGenesisParameters :: Genesis -> GenesisParameters ShelleyEra Source #

mkEraHistory :: Genesis -> EraHistory Source #