| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.GramRevenueStatistics
Documentation
data GramRevenueStatistics Source #
Constructors
| GramRevenueStatistics | A detailed statistics about TON Grams earned by the current user |
Fields
| |
Instances
| FromJSON GramRevenueStatistics Source # | |
Defined in TD.Data.GramRevenueStatistics Methods parseJSON :: Value -> Parser GramRevenueStatistics # parseJSONList :: Value -> Parser [GramRevenueStatistics] # | |
| Show GramRevenueStatistics Source # | |
Defined in TD.Data.GramRevenueStatistics Methods showsPrec :: Int -> GramRevenueStatistics -> ShowS # show :: GramRevenueStatistics -> String # showList :: [GramRevenueStatistics] -> ShowS # | |
| Eq GramRevenueStatistics Source # | |
Defined in TD.Data.GramRevenueStatistics Methods (==) :: GramRevenueStatistics -> GramRevenueStatistics -> Bool # (/=) :: GramRevenueStatistics -> GramRevenueStatistics -> Bool # | |
| ShortShow GramRevenueStatistics Source # | |
Defined in TD.Data.GramRevenueStatistics Methods | |