Copyright | © 2022 IOHK |
---|---|
License | Apache-2.0 |
Safe Haskell | None |
Language | Haskell2010 |
Defines generators and shrinkers for the
MinimumUTxO
data type.
Synopsis
- genMinimumUTxO :: Gen MinimumUTxO
- genMinimumUTxOForShelleyBasedEra :: Gen MinimumUTxOForShelleyBasedEra
- shrinkMinimumUTxO :: MinimumUTxO -> [ MinimumUTxO ]
- shrinkMinimumUTxOForShelleyBasedEra :: MinimumUTxOForShelleyBasedEra -> [ MinimumUTxOForShelleyBasedEra ]
- testParameter_minUTxOValue_Shelley :: Coin
- testParameter_minUTxOValue_Allegra :: Coin
- testParameter_minUTxOValue_Mary :: Coin
- testParameter_coinsPerUTxOWord_Alonzo :: Coin
- testParameter_coinsPerUTxOByte_Babbage :: Coin
Generators and shrinkers
shrinkMinimumUTxO :: MinimumUTxO -> [ MinimumUTxO ] Source #
shrinkMinimumUTxOForShelleyBasedEra :: MinimumUTxOForShelleyBasedEra -> [ MinimumUTxOForShelleyBasedEra ] Source #
Test protocol parameter values
testParameter_minUTxOValue_Shelley :: Coin Source #
A test value of the Shelley-era
minUTxOValue
parameter.
Value derived from 'mainnet-shelley-genesis.json'.
testParameter_minUTxOValue_Allegra :: Coin Source #
A test value of the Allegra-era
minUTxOValue
parameter.
Value derived from 'mainnet-shelley-genesis.json'.
testParameter_minUTxOValue_Mary :: Coin Source #
A test value of the Mary-era
minUTxOValue
parameter.
Value derived from 'mainnet-shelley-genesis.json'.
testParameter_coinsPerUTxOWord_Alonzo :: Coin Source #
A test value of the Alonzo-era
coinsPerUTxOWord
parameter.
Value derived from 'mainnet-alonzo-genesis.json'.
testParameter_coinsPerUTxOByte_Babbage :: Coin Source #
A test value of the Babbage-era
coinsPerUTxOByte
parameter.
Value derived from 'mainnet-alonzo-genesis.json':
>>> 34_482
div
8 == 4_310