93 lines
2.3 KiB
JSON
93 lines
2.3 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.31-alpha+0c9ea19"
|
|
},
|
|
"license": "Apache-2.0"
|
|
},
|
|
"validators": [
|
|
{
|
|
"title": "tests.foo_3.mint",
|
|
"redeemer": {
|
|
"title": "_redeemer",
|
|
"schema": {
|
|
"$ref": "#/definitions/Data"
|
|
}
|
|
},
|
|
"parameters": [
|
|
{
|
|
"title": "th_arg",
|
|
"schema": {
|
|
"$ref": "#/definitions/tests~1Foo"
|
|
}
|
|
}
|
|
],
|
|
"compiledCode": "58670100003232323232225333003323232323253330083370e900018049baa0011323370e6eb4c030c02cdd5004240046eb8c02cc028dd500089931bad300b300a375400e6014601600460120026012004600e002600a6ea8004526136565734aae7555cf2ba15745",
|
|
"hash": "8d14659c82f8f0a1281c561b563283c30c43546d4215c9acafa78edf"
|
|
},
|
|
{
|
|
"title": "tests.foo_3.else",
|
|
"parameters": [
|
|
{
|
|
"title": "th_arg",
|
|
"schema": {
|
|
"$ref": "#/definitions/tests~1Foo"
|
|
}
|
|
}
|
|
],
|
|
"compiledCode": "58670100003232323232225333003323232323253330083370e900018049baa0011323370e6eb4c030c02cdd5004240046eb8c02cc028dd500089931bad300b300a375400e6014601600460120026012004600e002600a6ea8004526136565734aae7555cf2ba15745",
|
|
"hash": "8d14659c82f8f0a1281c561b563283c30c43546d4215c9acafa78edf"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |