PlutusTx.Blueprint.Preamble
data Preamble Source #
Meta-information about the contract
Constructors
Fields
A short and descriptive title of the contract application
A more elaborate description
A version number for the project.
The Plutus version assumed for all validators
A license under which the specification and contract code is distributed
Defined in PlutusTx.Blueprint.Preamble
Methods
toJSON :: Preamble -> Value
toEncoding :: Preamble -> Encoding
toJSONList :: [Preamble] -> Value
toEncodingList :: [Preamble] -> Encoding
omitField :: Preamble -> Bool
Associated Types
type Rep Preamble :: Type -> Type Source #
from :: Preamble -> Rep Preamble x Source #
to :: Rep Preamble x -> Preamble Source #
showsPrec :: Int -> Preamble -> ShowS Source #
show :: Preamble -> String Source #
showList :: [Preamble] -> ShowS Source #