Replace 'assets' with generated blueprints.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
addr1w9d2hmr5s8j9cz5xgzjzn3srsfajcwjjzeruaj5mh3kpuqcmvmz3r
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"type": "PlutusScriptV2",
|
||||
"description": "Generated by Aiken",
|
||||
"cborHex": "5855585301000032322225333573466e1cc8c0052f7b6301010400010101002323232002375a6aae78008dd69aab9d0010014802052616300100122253335573e004293099ab9b3001357420046660060066ae88008005"
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
585301000032322225333573466e1cc8c0052f7b6301010400010101002323232002375a6aae78008dd69aab9d0010014802052616300100122253335573e004293099ab9b3001357420046660060066ae88008005
|
||||
@@ -1 +0,0 @@
|
||||
addr_test1wpd2hmr5s8j9cz5xgzjzn3srsfajcwjjzeruaj5mh3kpuqcqy077x
|
||||
22
examples/acceptance_tests/048/plutus.json
Normal file
22
examples/acceptance_tests/048/plutus.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"preamble": {
|
||||
"title": "aiken-lang/acceptance_test_048",
|
||||
"version": "0.0.0"
|
||||
},
|
||||
"validators": [
|
||||
{
|
||||
"title": "foo",
|
||||
"purpose": "spend",
|
||||
"datum": {
|
||||
"title": "Data",
|
||||
"description": "Any Plutus data."
|
||||
},
|
||||
"redeemer": {
|
||||
"title": "Data",
|
||||
"description": "Any Plutus data."
|
||||
},
|
||||
"compiledCode": "585301000032322225333573466e1cc8c0052f7b6301010400010101002323232002375a6aae78008dd69aab9d0010014802052616300100122253335573e004293099ab9b3001357420046660060066ae88008005",
|
||||
"hash": "5aabec7481e45c0a8640a429c603827b2c3a521647ceca9bbc6c1e03"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -4,6 +4,6 @@ fn when_tuple(a: (Int, Int)) -> Int {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn spend(a, b, c) -> Bool {
|
||||
pub fn spend(a: Data, b: Data, c) -> Bool {
|
||||
when_tuple((4, 1)) == 4
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user