Copyright | (c) 2023 GYELD GMBH |
---|---|
License | Apache 2.0 |
Maintainer | [email protected] |
Stability | develop |
Safe Haskell | None |
Language | GHC2021 |
GeniusYield.Types.Delegatee
Description
Documentation
data GYDelegatee #
Constructors
GYDelegStake !GYStakePoolId | |
GYDelegVote !GYDRep | |
GYDelegStakeVote !GYStakePoolId !GYDRep |
Instances
Show GYDelegatee # | |
Defined in GeniusYield.Types.Delegatee Methods showsPrec :: Int -> GYDelegatee -> ShowS # show :: GYDelegatee -> String # showList :: [GYDelegatee] -> ShowS # | |
Eq GYDelegatee # | |
Defined in GeniusYield.Types.Delegatee | |
Ord GYDelegatee # | |
Defined in GeniusYield.Types.Delegatee Methods compare :: GYDelegatee -> GYDelegatee -> Ordering # (<) :: GYDelegatee -> GYDelegatee -> Bool # (<=) :: GYDelegatee -> GYDelegatee -> Bool # (>) :: GYDelegatee -> GYDelegatee -> Bool # (>=) :: GYDelegatee -> GYDelegatee -> Bool # max :: GYDelegatee -> GYDelegatee -> GYDelegatee # min :: GYDelegatee -> GYDelegatee -> GYDelegatee # |