aiken/examples/acceptance_tests/047/plutus.json

39 lines
809 B
JSON

{
"preamble": {
"title": "aiken-lang/acceptance_test_047",
"version": "0.0.0",
"plutusVersion": "v2"
},
"validators": [
{
"title": "foo.spend",
"datum": {
"title": "_datum",
"schema": {
"$ref": "#/definitions/Void"
}
},
"redeemer": {
"title": "_redeemer",
"schema": {
"$ref": "#/definitions/Void"
}
},
"compiledCode": "500100003222253330044a22930b2b9a01",
"hash": "90592520b329fe08f0e93946ecd405e49b7480795e27cb618f002d88"
}
],
"definitions": {
"Void": {
"title": "Unit",
"description": "The nullary constructor.",
"anyOf": [
{
"dataType": "constructor",
"index": 0,
"fields": []
}
]
}
}
}