cardano-wallet-core-2022.7.1: The Wallet Backend for a Cardano node.
Copyright © 2022 IOHK
License Apache-2.0
Safe Haskell None
Language Haskell2010

Cardano.Wallet.Primitive.Types.MinimumUTxO.Gen

Description

Defines generators and shrinkers for the MinimumUTxO data type.

Synopsis

Generators and shrinkers

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