| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Plutus.Contract.Schema
Documentation
Constructors
| Handlers | |
Fields
| |
Instances
| Forall (Output s) Eq => Eq (Handlers s) Source # | |
| Forall (Output s) Show => Show (Handlers s) Source # | |
| Forall (Output s) ToJSON => ToJSON (Handlers s) Source # | |
| (AllUniqueLabels (Output s), Forall (Output s) FromJSON) => FromJSON (Handlers s) Source # | |
| Forall (Output s) Pretty => Pretty (Handlers s) Source # | |
handlerName :: Forall (Output s) Unconstrained1 => Handlers s -> String Source #
initialise :: forall (s :: Row *) l a. (KnownSymbol l, AllUniqueLabels (Output s), HasType l a (Output s)) => a -> Handlers s Source #
type EmptySchema = Empty Source #