Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Blockfrost.Types.Cardano.Utils
Description
Cardano Utils responses
Synopsis
- data DerivedAddress = DerivedAddress {}
- newtype TxEval = TxEval {
- _txEvalResult :: Either TxEvalFailure (Map TxEvalValidator TxEvalBudget)
- data TxEvalValidator = TxEvalValidator {}
- data TxEvalBudget = TxEvalBudget {}
- evalSample :: TxEval
- data TxEvalInput = TxEvalInput {}
Documentation
data DerivedAddress Source #
Derived Shelley address
Constructors
DerivedAddress | |
Fields
|
Instances
Transaction evaluation result wrapper
Constructors
TxEval | |
Fields
|
data TxEvalValidator Source #
Constructors
TxEvalValidator | |
Instances
data TxEvalBudget Source #
Constructors
TxEvalBudget | |
Fields
|
Instances
evalSample :: TxEval Source #
data TxEvalInput Source #
Transaction evaluation input for UTXO variant
Constructors
TxEvalInput | |
Fields
|