| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
PlutusTx.Blueprint.Parameter
Synopsis
- data ParameterBlueprint (referencedTypes :: [Text
- parameterPurpose :: ToJSON a => Set a -> Maybe Value
Documentation
data ParameterBlueprint (referencedTypes :: [Type]) #
Blueprint that defines validator's compile-time parameter.
The referencedTypes phantom type parameter is used to track the types used in the contract
making sure their schemas are included in the blueprint and that they are referenced
in a type-safe way.
Constructors
| MkParameterBlueprint | |
Fields
| |