Copyright | (c) 2023 GYELD GMBH |
---|---|
License | Apache 2.0 |
Maintainer | [email protected] |
Stability | develop |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Documentation
data CoinSelection v #
CoinSelection | |
|
Instances
Monoid (CoinSelection v) # | |
Defined in GeniusYield.Transaction.CoinSelection.Types mempty ∷ CoinSelection v # mappend ∷ CoinSelection v → CoinSelection v → CoinSelection v # mconcat ∷ [CoinSelection v] → CoinSelection v # | |
Semigroup (CoinSelection v) # | |
Defined in GeniusYield.Transaction.CoinSelection.Types (<>) ∷ CoinSelection v → CoinSelection v → CoinSelection v # sconcat ∷ NonEmpty (CoinSelection v) → CoinSelection v # stimes ∷ Integral b ⇒ b → CoinSelection v → CoinSelection v # |