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