Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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
DerivedAddress | |
|
Instances
Transaction evaluation result wrapper
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 #
TxEvalBudget | |
|
Instances
data TxEvalResult Source #
Transaction evaluation result
TxEvalResult | |
|
Instances
evalSample :: TxEval Source #
data TxEvalInput Source #
Transaction evaluation input for UTXO variant
TxEvalInput | |
|