Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data QueryClientResponse a
Documentation
data QueryClientResponse a Source #
Data is Nothing iff Raw includes a non-0 response value
Instances
Eq a => Eq (QueryClientResponse a) Source # | |
Defined in Tendermint.Utils.QueryClient.Types (==) :: QueryClientResponse a -> QueryClientResponse a -> Bool # (/=) :: QueryClientResponse a -> QueryClientResponse a -> Bool # | |
Show a => Show (QueryClientResponse a) Source # | |
Defined in Tendermint.Utils.QueryClient.Types showsPrec :: Int -> QueryClientResponse a -> ShowS # show :: QueryClientResponse a -> String # showList :: [QueryClientResponse a] -> ShowS # |