80 lines
1.7 KiB
JSON
80 lines
1.7 KiB
JSON
{
|
|
"preamble": {
|
|
"title": "aiken-lang/104",
|
|
"description": "Aiken contracts for project 'aiken-lang/104'",
|
|
"version": "0.0.0",
|
|
"plutusVersion": "v2",
|
|
"compiler": {
|
|
"name": "Aiken",
|
|
"version": "v1.0.29-alpha+e856fc6"
|
|
},
|
|
"license": "Apache-2.0"
|
|
},
|
|
"validators": [
|
|
{
|
|
"title": "tests.foo_3",
|
|
"redeemer": {
|
|
"title": "_data",
|
|
"schema": {
|
|
"$ref": "#/definitions/Data"
|
|
}
|
|
},
|
|
"parameters": [
|
|
{
|
|
"title": "th_arg",
|
|
"schema": {
|
|
"$ref": "#/definitions/tests~1Foo"
|
|
}
|
|
}
|
|
],
|
|
"compiledCode": "58460100003232323222253330043370e6eb4c01cc018dd5001a40042930a99802a4811856616c696461746f722072657475726e65642066616c736500136565734ae7155cf2ba11",
|
|
"hash": "0f3b69fc2e974a443d2e09c6bb99985d83e905a74db65f78c0da2191"
|
|
}
|
|
],
|
|
"definitions": {
|
|
"Bool": {
|
|
"title": "Bool",
|
|
"anyOf": [
|
|
{
|
|
"title": "False",
|
|
"dataType": "constructor",
|
|
"index": 0,
|
|
"fields": []
|
|
},
|
|
{
|
|
"title": "True",
|
|
"dataType": "constructor",
|
|
"index": 1,
|
|
"fields": []
|
|
}
|
|
]
|
|
},
|
|
"Data": {
|
|
"title": "Data",
|
|
"description": "Any Plutus data."
|
|
},
|
|
"Int": {
|
|
"dataType": "integer"
|
|
},
|
|
"tests/Foo": {
|
|
"title": "Foo",
|
|
"anyOf": [
|
|
{
|
|
"title": "Foo",
|
|
"dataType": "constructor",
|
|
"index": 0,
|
|
"fields": [
|
|
{
|
|
"title": "a0",
|
|
"$ref": "#/definitions/Int"
|
|
},
|
|
{
|
|
"title": "a1",
|
|
"$ref": "#/definitions/Bool"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |