| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.TestCallBytes
Synopsis
- data TestCallBytes = TestCallBytes {
- x :: Maybe ByteString
Documentation
data TestCallBytes Source #
Returns the received bytes; for testing only. This is an offline method. Can be called before authorization. Returns TestBytes
Constructors
| TestCallBytes | |
Fields
| |
Instances
| ToJSON TestCallBytes Source # | |
Defined in TD.Query.TestCallBytes Methods toJSON :: TestCallBytes -> Value # toEncoding :: TestCallBytes -> Encoding # toJSONList :: [TestCallBytes] -> Value # toEncodingList :: [TestCallBytes] -> Encoding # | |
| Show TestCallBytes Source # | |
Defined in TD.Query.TestCallBytes Methods showsPrec :: Int -> TestCallBytes -> ShowS # show :: TestCallBytes -> String # showList :: [TestCallBytes] -> ShowS # | |
| Eq TestCallBytes Source # | |
Defined in TD.Query.TestCallBytes Methods (==) :: TestCallBytes -> TestCallBytes -> Bool # (/=) :: TestCallBytes -> TestCallBytes -> Bool # | |
| ShortShow TestCallBytes Source # | |
Defined in TD.Query.TestCallBytes Methods shortShow :: TestCallBytes -> String Source # | |