plutus-tx-1.34.0.0: Libraries for Plutus Tx and its prelude
Safe HaskellSafe-Inferred
LanguageHaskell2010

PlutusTx.Blueprint.Contract

Synopsis

Documentation

data ContractBlueprint where Source #

A blueprint of a smart contract, as defined by the CIP-0057

The referencedTypes type variable 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. See Note [Unrolling types] for more details.

Constructors

MkContractBlueprint 

Fields

Instances

Instances details
ToJSON ContractBlueprint Source # 
Instance details

Defined in PlutusTx.Blueprint.Contract