Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Language.Marlowe.Runtime.Discovery.Api
Synopsis
- data ContractHeader = ContractHeader {
- contractId :: ContractId
- rolesCurrency :: PolicyId
- metadata :: MarloweTransactionMetadata
- marloweScriptHash :: ScriptHash
- marloweScriptAddress :: Address
- payoutScriptHash :: ScriptHash
- marloweVersion :: SomeMarloweVersion
- blockHeader :: BlockHeader
Documentation
data ContractHeader Source #
A Marlowe contract header is a compact structure that contains all the significant metadata related to a Marlowe Contract on chain.
Constructors
ContractHeader | |
Fields
|