Please report issues and contribute improvements on GitHub!

Template empty@0.4.0

Clause Ergo ^0.11.1 82cd21ff990793bdf4a978448cc9e05ad59fa1690fd7b61e27fc09470ab93f27

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": "01bedeb6-c9f0-433f-9414-a6aeb5f03c41"
}

State Types

Type Sample JSON
org.accordproject.cicero.contract.AccordContractState
{
    "$class": "org.accordproject.cicero.contract.AccordContractState",
    "stateId": "264ec541-4bae-11e9-8561-af645d56312b"
}

Request Types

Type Sample JSON
org.accordproject.empty.EmptyRequest
{
    "$class": "org.accordproject.empty.EmptyRequest",
    "transactionId": "264e9e30-4bae-11e9-8561-af645d56312b",
    "timestamp": "2019-03-21T07:51:35.059+00:00"
}

Response Types

Type Sample JSON
org.accordproject.empty.EmptyResponse
{
    "$class": "org.accordproject.empty.EmptyResponse",
    "transactionId": "264ec540-4bae-11e9-8561-af645d56312b",
    "timestamp": "2019-03-21T07:51:35.060+00:00"
}

Events Types

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