Fork me on GitHub

Template empty@0.2.0

Clause Ergo ^0.9.1 de60295ae24a6077d17bd78bf18a39b9c6a2a19fca46b12222e4883082f747c1

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": "b8602609-8525-436f-9b4a-17fa2c7439c7"
}

State Types

Type Sample JSON
org.accordproject.cicero.contract.AccordContractState
{
    "$class": "org.accordproject.cicero.contract.AccordContractState",
    "stateId": "87922f01-e15e-11e8-9572-8db4d6c9c5cc"
}

Request Types

Type Sample JSON
org.accordproject.empty.EmptyRequest
{
    "$class": "org.accordproject.empty.EmptyRequest",
    "transactionId": "879192c0-e15e-11e8-9572-8db4d6c9c5cc",
    "timestamp": "2018-11-06T00:54:35.245Z"
}

Response Types

Type Sample JSON
org.accordproject.empty.EmptyResponse
{
    "$class": "org.accordproject.empty.EmptyResponse",
    "transactionId": "87922f00-e15e-11e8-9572-8db4d6c9c5cc",
    "timestamp": "2018-11-06T00:54:35.248Z"
}

Events Types

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