| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Plutus.PAB.Events.Contract
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 #
Constructors
| ContractInstanceId | |
Fields
| |
Instances
data IterationID #