Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
class Show a => ToBlockfrostScriptHash a where Source #
Nothing
toBlockfrostScriptHash :: a -> ScriptHash Source #
Instances
class Show a => ToBlockfrostDatumHash a where Source #
Nothing
toBlockfrostDatumHash :: a -> DatumHash Source #
Instances
toBlockfrostTxHash :: TxId -> TxHash Source #
toBlockfrostTxHashes :: [ TxId ] -> [ TxHash ] Source #
textToDatumHash :: Text -> DatumHash Source #
textToScriptHash :: Text -> ScriptHash Source #
toCardanoAddress :: Address -> Either String ( AddressInEra BabbageEra ) Source #
credentialToAddress :: NetworkId -> Credential -> Address Source #
txHashToTxId :: TxHash -> TxId Source #
utxoToRef :: AddressUtxo -> TxOutRef Source #
utxoToTxId :: AddressUtxo -> TxId Source #
amountsToValue :: [ Amount ] -> Value Source #
blfAmountToValue :: Amount -> Value Source #
lovelacesToValue :: Lovelaces -> Value Source #
textToSlot :: Text -> Slot Source #