Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newtype ContractInstanceId = ContractInstanceId {
- unContractInstanceId :: UUID
- data IterationID
Documentation
The events that compiled Plutus contracts are concerned with. For each type
of event there is a request constructor in ContractRequest
and a response
constructor in ContractResponse
.
newtype ContractInstanceId #
Instances
data IterationID #