aiken/examples/acceptance_tests/096/plutus.json

43 lines
1.4 KiB
JSON

{
"preamble": {
"title": "aiken-lang/acceptance_test_096",
"description": "Aiken contracts for project 'aiken-lang/096'",
"version": "0.0.0",
"plutusVersion": "v2",
"compiler": {
"name": "Aiken",
"version": "v1.0.31-alpha+745f14c"
},
"license": "Apache-2.0"
},
"validators": [
{
"title": "foo.is_fourty_two.spend",
"datum": {
"title": "dat",
"schema": {
"$ref": "#/definitions/Data"
}
},
"redeemer": {
"title": "rdm",
"schema": {
"$ref": "#/definitions/Data"
}
},
"compiledCode": "586d01000032323232323225333002323232323253330073370e900118041baa0011323253330093375e66e9520003300c0044bd70180698070010a5114a0601800260126ea800458c028c02c008c024004c024008c01c004c010dd50008a4c26cacae6955ceaab9e5740ae855d101",
"hash": "aa09f972cd22cf3bcbadb40dbe865d16dd4a50ff84022ef76a885d63"
},
{
"title": "foo.is_fourty_two.else",
"compiledCode": "586d01000032323232323225333002323232323253330073370e900118041baa0011323253330093375e66e9520003300c0044bd70180698070010a5114a0601800260126ea800458c028c02c008c024004c024008c01c004c010dd50008a4c26cacae6955ceaab9e5740ae855d101",
"hash": "aa09f972cd22cf3bcbadb40dbe865d16dd4a50ff84022ef76a885d63"
}
],
"definitions": {
"Data": {
"title": "Data",
"description": "Any Plutus data."
}
}
}