Update blueprints from acceptance tests and hello, world.

This commit is contained in:
KtorZ
2023-03-11 11:02:49 +01:00
committed by Lucas
parent 451737237e
commit 45a463786f
5 changed files with 282 additions and 253 deletions

View File

@@ -8,17 +8,25 @@
{
"title": "foo.spend",
"datum": {
"title": "Data",
"description": "Any Plutus data.",
"schema": {}
"title": "a",
"schema": {
"$ref": "#/definitions/Data"
}
},
"redeemer": {
"title": "Data",
"description": "Any Plutus data.",
"schema": {}
"title": "b",
"schema": {
"$ref": "#/definitions/Data"
}
},
"compiledCode": "586001000032323232323232323222253330063370e6464640046eb4c02c008dd69804800a5ef6c6010104000101010048020526163001001222533300800214984cc014c004c024008ccc00c00cc0280080055cd2b9b5573aaae7955cfaba157441",
"hash": "7ecbfc3ae91c4d5ba3799b4d283e385d457c860cd22034d825379ae2"
}
]
],
"definitions": {
"Data": {
"title": "Data",
"description": "Any Plutus data."
}
}
}