Please report issues and contribute improvements on GitHub!

Template empty@0.3.0

Clause Ergo ^0.10.0 761404e7de242983a04eb5212c69b74a633cf557d8fe6597e13051ed5cfb1a6c

This is an empty clause template to get you started.

Download Archive Open in Template Studio

Empty clause template

This is an empty clause template to get you started.

Sample

# Write your clause template here

                

Model Dependencies

Technical Integration

Please refer to the Cicero documentation for details and examples of how to integrate a call to a Cicero template into your application.

View the Latest code for this template on on GitHub.

Sample Instance

{
    "$class": "org.accordproject.empty.EmptyClause",
    "clauseId": "6efa73ef-5b48-495c-9a4e-3e9e1833449e"
}

State Types

Type Sample JSON
org.accordproject.cicero.contract.AccordContractState
{
    "$class": "org.accordproject.cicero.contract.AccordContractState",
    "stateId": "df7aaf80-152a-11e9-8d02-47431788edc9"
}

Request Types

Type Sample JSON
org.accordproject.empty.EmptyRequest
{
    "$class": "org.accordproject.empty.EmptyRequest",
    "transactionId": "df7a8870-152a-11e9-8d02-47431788edc9",
    "timestamp": "2019-01-10T22:55:49.367Z"
}

Response Types

Type Sample JSON
org.accordproject.empty.EmptyResponse
{
    "$class": "org.accordproject.empty.EmptyResponse",
    "transactionId": "df7a8871-152a-11e9-8d02-47431788edc9",
    "timestamp": "2019-01-10T22:55:49.367Z"
}

Events Types

Type Sample JSON
org.accordproject.base.Event
{
    "abstract": "this is an abstract type"
}