| Copyright | (c) 2023 GYELD GMBH |
|---|---|
| License | Apache 2.0 |
| Maintainer | support@geniusyield.co |
| Stability | develop |
| Safe Haskell | None |
| Language | Haskell2010 |
GeniusYield.Transaction.CoinSelection.Types
Description
Documentation
data CoinSelection v #
Constructors
| CoinSelection | |
Fields
| |
Instances
| Semigroup (CoinSelection v) # | |
Defined in GeniusYield.Transaction.CoinSelection.Types Methods (<>) ∷ CoinSelection v → CoinSelection v → CoinSelection v # sconcat ∷ NonEmpty (CoinSelection v) → CoinSelection v # stimes ∷ Integral b ⇒ b → CoinSelection v → CoinSelection v # | |
| Monoid (CoinSelection v) # | |
Defined in GeniusYield.Transaction.CoinSelection.Types Methods mempty ∷ CoinSelection v # mappend ∷ CoinSelection v → CoinSelection v → CoinSelection v # mconcat ∷ [CoinSelection v] → CoinSelection v # | |