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

Description

Defines the MinimumUTxO type and related functions.

Synopsis

Types

data MinimumUTxO where Source #

Represents a function for computing minimum UTxO values.

Constructors

MinimumUTxONone

Fields

MinimumUTxOConstant

Fields

  • :: Coin
  • -> MinimumUTxO

    Indicates a constant minimum UTxO value. This constructor is useful for writing tests, where we often want to have precise control over the value that is chosen.

MinimumUTxOForShelleyBasedEraOf

Fields

Constructor functions