Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
newtype DelegationsAndRewards Source #
A mapping of Shelley reward accounts to both the stake pool that they delegate to and their reward account balance. TODO: Move to cardano-api
Instances
FromJSON DelegationsAndRewards Source # | |
Defined in Cardano.Api.Rewards parseJSON :: Value -> Parser DelegationsAndRewards # parseJSONList :: Value -> Parser [DelegationsAndRewards] # | |
ToJSON DelegationsAndRewards Source # | |
Defined in Cardano.Api.Rewards toJSON :: DelegationsAndRewards -> Value # toEncoding :: DelegationsAndRewards -> Encoding # toJSONList :: [DelegationsAndRewards] -> Value # toEncodingList :: [DelegationsAndRewards] -> Encoding # omitField :: DelegationsAndRewards -> Bool # | |
Show DelegationsAndRewards Source # | |
Defined in Cardano.Api.Rewards | |
Eq DelegationsAndRewards Source # | |
Defined in Cardano.Api.Rewards |