Hydra.API.ClientInput
data ClientInput tx Source #
Constructors
Fields
Defined in Hydra.API.ClientInput
Methods
arbitrary :: Gen (ClientInput tx)
shrink :: ClientInput tx -> [ClientInput tx]
parseJSON :: Value -> Parser (ClientInput tx)
parseJSONList :: Value -> Parser [ClientInput tx]
toJSON :: ClientInput tx -> Value
toEncoding :: ClientInput tx -> Encoding
toJSONList :: [ClientInput tx] -> Value
toEncodingList :: [ClientInput tx] -> Encoding
Associated Types
type Rep (ClientInput tx) :: Type -> Type Source #
from :: ClientInput tx -> Rep (ClientInput tx) x Source #
to :: Rep (ClientInput tx) x -> ClientInput tx Source #
showsPrec :: Int -> ClientInput tx -> ShowS Source #
show :: ClientInput tx -> String Source #
showList :: [ClientInput tx] -> ShowS Source #
(==) :: ClientInput tx -> ClientInput tx -> Bool Source #
(/=) :: ClientInput tx -> ClientInput tx -> Bool Source #