| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Blockfrost.Types.Cardano.Utils
Description
Cardano Utils responses
Synopsis
- data DerivedAddress = DerivedAddress {}
- newtype TxEval = TxEval {}
- data TxEvalBudget = TxEvalBudget {}
- data TxEvalResult = TxEvalResult {}
- evalSample :: TxEval
- resultSample :: TxEvalResult
- data TxEvalInput = TxEvalInput {}
Documentation
data DerivedAddress Source #
Derived Shelley address
Constructors
| DerivedAddress | |
Fields
| |
Instances
Transaction evaluation result wrapper
Constructors
| TxEval | |
Fields | |
Instances
| FromJSON TxEval Source # | |
Defined in Blockfrost.Types.Cardano.Utils | |
| ToJSON TxEval Source # | |
| Generic TxEval Source # | |
| Show TxEval Source # | |
| Eq TxEval Source # | |
| ToSample TxEval Source # | |
| type Rep TxEval Source # | |
Defined in Blockfrost.Types.Cardano.Utils type Rep TxEval = D1 ('MetaData "TxEval" "Blockfrost.Types.Cardano.Utils" "blockfrost-api-0.9.0.0-8ngpFk1tydG8f8exKNUWo7" 'True) (C1 ('MetaCons "TxEval" 'PrefixI 'True) (S1 ('MetaSel ('Just "_txEvalResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [TxEvalResult]))) | |
data TxEvalBudget Source #
Constructors
| TxEvalBudget | |
Fields
| |
Instances
data TxEvalResult Source #
Transaction evaluation result
Constructors
| TxEvalResult | |
Fields
| |
Instances
evalSample :: TxEval Source #
data TxEvalInput Source #
Transaction evaluation input for UTXO variant
Constructors
| TxEvalInput | |
Fields
| |