blockfrost-client-0.8.0.1: blockfrost.io basic client
Safe HaskellSafe-Inferred
LanguageHaskell2010

Blockfrost.Client.Cardano.Utils

Description

Utility queries

Synopsis

Documentation

deriveShelleyAddress Source #

Arguments

:: MonadBlockfrost m 
=> Text

Hexadecimal xpub

-> Integer

Account role

-> Integer

Address index

-> m DerivedAddress 

Derive Shelley address from xpub key

txEvaluate :: MonadBlockfrost m => CBORString -> m TxEval Source #

Submit a transaction for execution units evaluation

txEvaluateUTXOs :: MonadBlockfrost m => TxEvalInput -> m TxEval Source #

Submit a transaction for execution units evaluation (additional UTXO set)