Fork me on GitHub

Template empty@0.2.1

Clause Ergo ^0.9.1 a4002615cbeac3616cbb067923843be4ed821a9189d0d49e83e97c8c23f91c74

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": "421a3400-e1ee-4a4c-a901-a2dec8b94dd7"
}

State Types

Type Sample JSON
org.accordproject.cicero.contract.AccordContractState
{
    "$class": "org.accordproject.cicero.contract.AccordContractState",
    "stateId": "24e63601-ee63-11e8-90b2-8532f3de0ed9"
}

Request Types

Type Sample JSON
org.accordproject.empty.EmptyRequest
{
    "$class": "org.accordproject.empty.EmptyRequest",
    "transactionId": "24e60ef0-ee63-11e8-90b2-8532f3de0ed9",
    "timestamp": "2018-11-22T14:30:22.303Z"
}

Response Types

Type Sample JSON
org.accordproject.empty.EmptyResponse
{
    "$class": "org.accordproject.empty.EmptyResponse",
    "transactionId": "24e63600-ee63-11e8-90b2-8532f3de0ed9",
    "timestamp": "2018-11-22T14:30:22.304Z"
}

Events Types

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