| Copyright | (c) 2023 GYELD GMBH |
|---|---|
| License | Apache 2.0 |
| Maintainer | [email protected] |
| Stability | develop |
| Safe Haskell | None |
| Language | GHC2021 |
GeniusYield.Transaction.CoinSelection.Types
Description
Documentation
data CoinSelection (v :: PlutusVersion) #
Constructors
| CoinSelection | |
Fields
| |
Instances
| 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 # | |
| 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 # | |